Searched refs:USB_ENDPOINT_NUMBER_MASK (Results 1 – 21 of 21) sorted by relevance
51 USB_ENDPOINT_NUMBER_MASK; in usb_ether_register()55 USB_ENDPOINT_NUMBER_MASK; in usb_ether_register()64 USB_ENDPOINT_NUMBER_MASK; in usb_ether_register()
680 USB_ENDPOINT_NUMBER_MASK; in asix_eth_probe()686 USB_ENDPOINT_NUMBER_MASK; in asix_eth_probe()696 USB_ENDPOINT_NUMBER_MASK; in asix_eth_probe()
684 USB_ENDPOINT_NUMBER_MASK; in ax88179_eth_probe()697 USB_ENDPOINT_NUMBER_MASK; in ax88179_eth_probe()702 USB_ENDPOINT_NUMBER_MASK; in ax88179_eth_probe()
882 USB_ENDPOINT_NUMBER_MASK; in smsc95xx_eth_probe()886 USB_ENDPOINT_NUMBER_MASK; in smsc95xx_eth_probe()893 USB_ENDPOINT_NUMBER_MASK; in smsc95xx_eth_probe()
1635 USB_ENDPOINT_NUMBER_MASK; in r8152_eth_probe()1641 USB_ENDPOINT_NUMBER_MASK; in r8152_eth_probe()1651 USB_ENDPOINT_NUMBER_MASK; in r8152_eth_probe()
772 epaddr &= USB_ENDPOINT_NUMBER_MASK; in mcs7830_eth_probe()
58 int ep_num = endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK; in udc_write_urb()139 int ep_num = endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK; in udc_read_urb()374 int ep_num = ep_addr & USB_ENDPOINT_NUMBER_MASK; in udc_handle_ep()455 USB_ENDPOINT_NUMBER_MASK; in udc_irq()538 ep_num = endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK; in udc_setup_ep()558 ep_num = ep_addr & USB_ENDPOINT_NUMBER_MASK; in udc_setup_ep()
274 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_alloc_request()298 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_free_request()336 num = desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_enable()443 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_submit_next_request()569 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_queue()618 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in handle_ep_complete()728 & USB_ENDPOINT_NUMBER_MASK; in handle_setup()790 & USB_ENDPOINT_NUMBER_MASK; in stop_activity()858 & USB_ENDPOINT_NUMBER_MASK; in udc_irq()
296 USB_ENDPOINT_NUMBER_MASK, cp, last); in dw_write_noniso_tx_fifo()457 USB_ENDPOINT_NUMBER_MASK) == ep) in dw_find_ep()540 udc_unset_nak(endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK); in udc_endpoint_write()611 ep_num = ep_addr & USB_ENDPOINT_NUMBER_MASK; in udc_setup_ep()
180 if (((desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK) in usba_ep_enable()564 if ((wIndex & USB_ENDPOINT_NUMBER_MASK) == 0) in get_ep_by_addr()575 if ((bEndpointAddress & USB_ENDPOINT_NUMBER_MASK) in get_ep_by_addr()576 == (wIndex & USB_ENDPOINT_NUMBER_MASK)) in get_ep_by_addr()
513 ep = &udc->ep[udc->setup.wIndex & USB_ENDPOINT_NUMBER_MASK]; in max3420_getstatus()552 id = udc->setup.wIndex & USB_ENDPOINT_NUMBER_MASK; in max3420_set_clear_feature()
979 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()1002 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()1021 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
81 int ep = ep_addr & USB_ENDPOINT_NUMBER_MASK; in ep_reset()
107 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
222 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
411 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro453 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_endpoint_num()
1369 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()1373 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()1380 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()
334 b = ep->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_set_maxpacket_ep()
255 epnum &= USB_ENDPOINT_NUMBER_MASK; in ep0_get_status()430 epnum = index & USB_ENDPOINT_NUMBER_MASK; in ep0_handle_feature()
820 USB_ENDPOINT_NUMBER_MASK; in udc_endpoint_write()
315 epnum = (windex & USB_ENDPOINT_NUMBER_MASK) << 1; in dwc3_wIndex_to_dep()
Completed in 46 milliseconds