Searched refs:USB_DIR_IN (Results 1 - 20 of 20) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | usb.h | 106 #define USB_DIR_IN 0x80 /* read from USB device */ macro 194 usb_find_host_endpoint(dev, PIPE_CONTROL, (endpoint) | USB_DIR_IN) 200 usb_find_host_endpoint(dev, PIPE_ISOCHRONOUS, (endpoint) | USB_DIR_IN) 206 usb_find_host_endpoint(dev, PIPE_BULK, (endpoint) | USB_DIR_IN) 212 usb_find_host_endpoint(dev, PIPE_INTERRUPT, (endpoint) | USB_DIR_IN)
|
/third_party/backends/backend/ |
H A D | hp5590_low.c | 147 ret = sanei_usb_control_msg (dn, USB_DIR_IN | USB_TYPE_VENDOR, in hp5590_get_ack() 189 ret = sanei_usb_control_msg (dn, USB_DIR_IN | USB_TYPE_VENDOR, in hp5590_get_status() 250 if (requesttype & USB_DIR_IN) in hp5590_control_msg() 288 ret = sanei_usb_control_msg (dn, USB_DIR_IN | USB_TYPE_VENDOR, in hp5590_control_msg() 320 if (!(requesttype & USB_DIR_IN)) in hp5590_control_msg() 391 ret = sanei_usb_control_msg (dn, USB_DIR_IN | USB_TYPE_VENDOR, in hp5590_control_msg() 473 USB_DIR_IN, in hp5590_verify_last_cmd() 539 flags & CMD_IN ? USB_DIR_IN : USB_DIR_OUT, in hp5590_cmd()
|
H A D | hp5400_sanei.c | 105 int requesttype = USB_TYPE_VENDOR | USB_RECIP_DEVICE | USB_DIR_IN; in _UsbReadControl()
|
H A D | niash_xfer.c | 189 USB_TYPE_VENDOR | USB_RECIP_DEVICE | USB_DIR_IN, in parusb_read_reg()
|
H A D | pieusb_usb.c | 62 #define REQUEST_TYPE_IN (USB_TYPE_VENDOR | USB_DIR_IN)
|
H A D | canon630u-common.c | 68 #define USB_DIR_IN 0x80 macro 128 USB_RECIP_DEVICE | USB_DIR_IN /*0xc0? */ , in gl640ReadControl()
|
H A D | u12-io.c | 199 USB_RECIP_DEVICE | USB_DIR_IN /*0xc0 */ , in gl640ReadControl()
|
H A D | ricoh2.c | 750 USB_DIR_IN | USB_ENDPOINT_TYPE_BULK, in sane_start()
|
H A D | magicolor.c | 1650 USB_DIR_IN | USB_ENDPOINT_TYPE_BULK, s->hw->cap->in_ep); in open_scanner()
|
H A D | kodakaio.c | 2069 USB_DIR_IN | USB_ENDPOINT_TYPE_BULK, s->hw->cap->in_ep); in open_scanner()
|
H A D | canon_lide70-common.c | 40 #define USB_DIR_IN 0x80 macro
|
/third_party/NuttX/include/nuttx/usb/ |
H A D | storage.h | 34 #define USBMSC_TYPE_SETUPIN (USB_DIR_IN|UT_CLASS|UT_INTERFACE)
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | usbdev.h | 207 #define USB_EPIN(addr) ((addr) | USB_DIR_IN) 208 #define USB_ISEPIN(addr) (((addr) & USB_DIR_MASK) == USB_DIR_IN)
|
H A D | f_uac.c | 807 case USB_DIR_IN | USB_TYPE_CLASS | USB_RECIP_OTHER: in usbclass_uac_setup() 809 case USB_DIR_IN | USB_TYPE_CLASS | USB_RECIP_INTERFACE: in usbclass_uac_setup() 812 case USB_DIR_IN | USB_TYPE_CLASS | USB_RECIP_ENDPOINT: in usbclass_uac_setup()
|
H A D | composite.c | 488 if (ctrl->bmRequestType != USB_DIR_IN) in usb_composite_setup() 590 if (ctrl->bmRequestType != (USB_DIR_IN | USB_RECIP_INTERFACE)) in usb_composite_setup()
|
H A D | cdcacm.c | 1445 if (ctrl->bmRequestType == (USB_DIR_IN | USB_TYPE_CLASS | USB_RECIP_INTERFACE) && in cdcacm_setup() 1565 state_buf->bmRequestType = USB_DIR_IN | USB_TYPE_CLASS | USB_RECIP_INTERFACE; in cdcacm_serial_connect_state()
|
H A D | f_mass_storage.c | 1749 if (ctrl->bmRequestType != (USB_DIR_IN | in usbclass_mass_setup()
|
/third_party/backends/include/sane/ |
H A D | sanei_usb.h | 168 #define USB_DIR_IN 0x80 macro 344 * @param ep_type type of endpoint to set (bitwise or of USB_DIR_IN/OUT and 357 * @param ep_type type of endpoint to retrieve (bitwise or of USB_DIR_IN/OUT
|
/third_party/backends/backend/genesys/ |
H A D | low.h | 105 #define REQUEST_TYPE_IN (USB_TYPE_VENDOR | USB_DIR_IN)
|
/third_party/backends/sanei/ |
H A D | sanei_usb.c | 2477 case USB_DIR_IN|USB_ENDPOINT_TYPE_BULK: in sanei_usb_set_endpoint() 2483 case USB_DIR_IN|USB_ENDPOINT_TYPE_ISOCHRONOUS: in sanei_usb_set_endpoint() 2489 case USB_DIR_IN|USB_ENDPOINT_TYPE_INTERRUPT: in sanei_usb_set_endpoint() 2495 case USB_DIR_IN|USB_ENDPOINT_TYPE_CONTROL: in sanei_usb_set_endpoint() 2586 case USB_DIR_IN|USB_ENDPOINT_TYPE_BULK: in sanei_usb_get_endpoint() 2590 case USB_DIR_IN|USB_ENDPOINT_TYPE_ISOCHRONOUS: in sanei_usb_get_endpoint() 2594 case USB_DIR_IN|USB_ENDPOINT_TYPE_INTERRUPT: in sanei_usb_get_endpoint() 2598 case USB_DIR_IN|USB_ENDPOINT_TYPE_CONTROL: in sanei_usb_get_endpoint()
|
Completed in 34 milliseconds