| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | pxa27x_udc.c | 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()
|
| H A D | ci_udc.c | 267 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_alloc_request() 291 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_free_request() 329 num = desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_enable() 434 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_submit_next_request() 560 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_queue() 609 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in handle_ep_complete() 719 & USB_ENDPOINT_NUMBER_MASK; in handle_setup() 781 & USB_ENDPOINT_NUMBER_MASK; in stop_activity() 849 & USB_ENDPOINT_NUMBER_MASK; in udc_irq()
|
| H A D | designware_udc.c | 294 USB_ENDPOINT_NUMBER_MASK, cp, last); in dw_write_noniso_tx_fifo() 455 USB_ENDPOINT_NUMBER_MASK) == ep) in dw_find_ep() 538 udc_unset_nak(endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK); in udc_endpoint_write() 609 ep_num = ep_addr & USB_ENDPOINT_NUMBER_MASK; in udc_setup_ep()
|
| H A D | atmel_usba_udc.c | 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()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/eth/ |
| H A D | usb_ether.c | 49 USB_ENDPOINT_NUMBER_MASK; in usb_ether_register() 53 USB_ENDPOINT_NUMBER_MASK; in usb_ether_register() 62 USB_ENDPOINT_NUMBER_MASK; in usb_ether_register()
|
| H A D | asix.c | 678 USB_ENDPOINT_NUMBER_MASK; in asix_eth_probe() 684 USB_ENDPOINT_NUMBER_MASK; in asix_eth_probe() 694 USB_ENDPOINT_NUMBER_MASK; in asix_eth_probe()
|
| H A D | asix88179.c | 683 USB_ENDPOINT_NUMBER_MASK; in ax88179_eth_probe() 696 USB_ENDPOINT_NUMBER_MASK; in ax88179_eth_probe() 701 USB_ENDPOINT_NUMBER_MASK; in ax88179_eth_probe()
|
| H A D | smsc95xx.c | 880 USB_ENDPOINT_NUMBER_MASK; in smsc95xx_eth_probe() 884 USB_ENDPOINT_NUMBER_MASK; in smsc95xx_eth_probe() 891 USB_ENDPOINT_NUMBER_MASK; in smsc95xx_eth_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | kalmia.c | 140 dev->in = usb_rcvbulkpipe(dev->udev, 0x81 & USB_ENDPOINT_NUMBER_MASK); in kalmia_bind() 141 dev->out = usb_sndbulkpipe(dev->udev, 0x02 & USB_ENDPOINT_NUMBER_MASK); in kalmia_bind()
|
| /OK3568_Linux_fs/u-boot/include/linux/usb/ |
| H A D | ch9.h | 411 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro 453 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_endpoint_num()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | s3c-hsudc.c | 156 USB_ENDPOINT_NUMBER_MASK) 178 ep_addr &= USB_ENDPOINT_NUMBER_MASK; in set_index() 514 u8 ep_num = ctrl->wIndex & USB_ENDPOINT_NUMBER_MASK; in s3c_hsudc_handle_reqfeat() 555 epnum = le16_to_cpu(ctrl->wIndex) & USB_ENDPOINT_NUMBER_MASK; in s3c_hsudc_process_req_status()
|
| H A D | fusb300_udc.c | 212 info.epnum = desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in config_ep() 699 ep = w_index & USB_ENDPOINT_NUMBER_MASK; in get_status() 737 ep = w_index & USB_ENDPOINT_NUMBER_MASK; in set_feature() 760 fusb300->ep[ctrl->wIndex & USB_ENDPOINT_NUMBER_MASK]; in clear_feature() 770 if (ctrl->wIndex & USB_ENDPOINT_NUMBER_MASK) { in clear_feature()
|
| H A D | fotg210-udc.c | 652 epnum = le16_to_cpu(ctrl->wIndex) & USB_ENDPOINT_NUMBER_MASK; in fotg210_set_feature() 670 fotg210->ep[ctrl->wIndex & USB_ENDPOINT_NUMBER_MASK]; in fotg210_clear_feature() 680 if (ctrl->wIndex & USB_ENDPOINT_NUMBER_MASK) { in fotg210_clear_feature() 722 epnum = ctrl->wIndex & USB_ENDPOINT_NUMBER_MASK; in fotg210_get_status()
|
| H A D | m66592-udc.c | 362 m66592->epaddr2ep[desc->bEndpointAddress&USB_ENDPOINT_NUMBER_MASK] = ep; in m66592_ep_setting() 436 info.epnum = desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in alloc_pipe_config() 979 ep = m66592->epaddr2ep[w_index & USB_ENDPOINT_NUMBER_MASK]; in get_status() 1014 ep = m66592->epaddr2ep[w_index & USB_ENDPOINT_NUMBER_MASK]; in clear_feature() 1071 ep = m66592->epaddr2ep[w_index & USB_ENDPOINT_NUMBER_MASK]; in set_feature()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usb_defs.h | 108 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/ |
| H A D | ch9.h | 422 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro 464 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_endpoint_num()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/ |
| H A D | ch9.h | 422 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro 464 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_endpoint_num()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/usb/ |
| H A D | ch9.h | 429 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro 471 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_endpoint_num()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | dev.c | 135 ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK; in ast_vhub_ep_feature() 178 int ep_num = wIndex & USB_ENDPOINT_NUMBER_MASK; in ast_vhub_ep_status()
|
| /OK3568_Linux_fs/kernel/drivers/usb/image/ |
| H A D | microtek.c | 704 USB_ENDPOINT_NUMBER_MASK; in mts_usb_probe() 712 USB_ENDPOINT_NUMBER_MASK; in mts_usb_probe()
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | proc.c | 112 fp->endpoint & USB_ENDPOINT_NUMBER_MASK, in proc_dump_substream_formats()
|
| /OK3568_Linux_fs/kernel/drivers/usb/atm/ |
| H A D | xusbatm.c | 188 tx_endpoint[i] &= USB_ENDPOINT_NUMBER_MASK; in xusbatm_init()
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | usbtest.c | 208 in->desc.bEndpointAddress & USB_ENDPOINT_NUMBER_MASK); in get_endpoints() 211 out->desc.bEndpointAddress & USB_ENDPOINT_NUMBER_MASK); in get_endpoints() 217 & USB_ENDPOINT_NUMBER_MASK); in get_endpoints() 224 & USB_ENDPOINT_NUMBER_MASK); in get_endpoints() 231 & USB_ENDPOINT_NUMBER_MASK); in get_endpoints() 238 & USB_ENDPOINT_NUMBER_MASK); in get_endpoints()
|
| /OK3568_Linux_fs/kernel/sound/usb/line6/ |
| H A D | capture.c | 282 USB_ENDPOINT_NUMBER_MASK); in line6_create_audio_in_urbs()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb_storage.c | 1366 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe() 1370 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe() 1377 USB_ENDPOINT_NUMBER_MASK; in usb_storage_probe()
|