Home
last modified time | relevance | path

Searched refs:USB_ENDPOINT_NUMBER_MASK (Results 1 – 25 of 79) sorted by relevance

1234

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c58 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 Dci_udc.c267 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 Ddesignware_udc.c294 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 Datmel_usba_udc.c180 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 Dusb_ether.c49 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 Dasix.c678 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 Dasix88179.c683 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 Dsmsc95xx.c880 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 Dkalmia.c140 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 Dch9.h411 #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 Ds3c-hsudc.c156 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 Dfusb300_udc.c212 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 Dfotg210-udc.c652 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 Dm66592-udc.c362 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 Dusb_defs.h108 #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 Dch9.h422 #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 Dch9.h422 #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 Dch9.h429 #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 Ddev.c135 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 Dmicrotek.c704 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 Dproc.c112 fp->endpoint & USB_ENDPOINT_NUMBER_MASK, in proc_dump_substream_formats()
/OK3568_Linux_fs/kernel/drivers/usb/atm/
H A Dxusbatm.c188 tx_endpoint[i] &= USB_ENDPOINT_NUMBER_MASK; in xusbatm_init()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dusbtest.c208 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 Dcapture.c282 USB_ENDPOINT_NUMBER_MASK); in line6_create_audio_in_urbs()
/OK3568_Linux_fs/u-boot/common/
H A Dusb_storage.c1366 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()

1234