Searched refs:out_ep (Results 1 - 8 of 8) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_hid.c | 365 (void)EP_SUBMIT(hid->out_ep, req); in fhid_output_request_complete() 414 DEV_FREEEP(dev, hid->out_ep); in fhid_source_free() 468 hid->out_ep = ep; in usbclass_hid_bind() 588 (void)EP_DISABLE(hid->out_ep); in usbclass_hid_set_endpoint() 592 ret = EP_CONFIGURE(hid->out_ep, (const usb_endpoint_descriptor_t *)&g_fhid_out_ep_desc, 0); in usbclass_hid_set_endpoint() 595 usb_err("Config interrupt out_ep failed!\n"); in usbclass_hid_set_endpoint() 600 req = hid->out_ep->handle_req; in usbclass_hid_set_endpoint() 603 ret = EP_SUBMIT(hid->out_ep, req); in usbclass_hid_set_endpoint() 606 usb_err("out_ep submit failed!\n"); in usbclass_hid_set_endpoint() 769 (void)EP_DISABLE(hid_dev->out_ep); in usbclass_hid_disconnect() [all...] |
H A D | f_hid.h | 69 struct usbdev_ep_s *out_ep; /* interrupt output endpoint */ member
|
H A D | f_uac.h | 54 struct usbdev_ep_s *out_ep; /* control transfer endpoint */ member
|
H A D | f_uac.c | 627 DEV_FREEEP(dev, uac->out_ep); in fuac_source_free() 680 uac->out_ep = ep; in usbclass_uac_bind()
|
/third_party/backends/backend/ |
H A D | kodakaio.h | 65 SANE_Int out_ep, in_ep; /* USB bulk out/in endpoints */ member
|
H A D | magicolor.h | 106 SANE_Int out_ep, in_ep; /* USB bulk out/in endpoints */ member
|
H A D | magicolor.c | 1645 if (s->hw->cap->out_ep>0) in open_scanner() 1647 USB_DIR_OUT | USB_ENDPOINT_TYPE_BULK, s->hw->cap->out_ep); in open_scanner()
|
H A D | kodakaio.c | 2064 if (s->hw->cap->out_ep>0) in open_scanner() 2066 USB_DIR_OUT | USB_ENDPOINT_TYPE_BULK, s->hw->cap->out_ep); in open_scanner()
|
Completed in 13 milliseconds