Home
last modified time | relevance | path

Searched refs:HCD_DEFAULT_EP (Results 1 – 5 of 5) sorted by relevance

/minix3/minix/drivers/usb/usbd/hcd/musb/
H A Dmusb_core.c77 if (HCD_DEFAULT_EP == ep_num) { in musb_check_rxpktrdy()
104 if (HCD_DEFAULT_EP == ep_num) in musb_in_stage_cleanup()
126 if (HCD_DEFAULT_EP == ep_num) { in musb_clear_rxpktrdy()
378 musb_setup_device(core, HCD_DEFAULT_EP, HCD_DEFAULT_ADDR, NULL, NULL); in musb_reset_device()
483 USB_ASSERT((core->ep <= HCD_LAST_EP) && (core->ep > HCD_DEFAULT_EP), in musb_rx_stage()
573 USB_ASSERT((core->ep <= HCD_LAST_EP) && (core->ep > HCD_DEFAULT_EP), in musb_tx_stage()
818 if (HCD_DEFAULT_EP == ep) { in musb_check_error()
H A Dmusb_am335x.c664 USB_ASSERT(ep != HCD_DEFAULT_EP, in musb_am335x_irqstat0_to_ep()
/minix3/minix/drivers/usb/usbd/hcd/
H A Dhcd.c587 urb.endpoint = HCD_DEFAULT_EP; in hcd_get_device_descriptor()
640 urb.endpoint = HCD_DEFAULT_EP; in hcd_set_address()
703 urb.endpoint = HCD_DEFAULT_EP; in hcd_get_descriptor_tree()
757 urb.endpoint = HCD_DEFAULT_EP; in hcd_get_descriptor_tree()
823 urb.endpoint = HCD_DEFAULT_EP; in hcd_set_configuration()
928 if (HCD_DEFAULT_EP != urb->endpoint) { in hcd_control_urb()
979 if (HCD_DEFAULT_EP == urb->endpoint) { in hcd_non_control_urb()
1227 (request->endpoint > HCD_DEFAULT_EP), in hcd_data_transfer()
H A Dhcd_ddekit.c373 (dde_urb->endpoint >= (int)HCD_DEFAULT_EP)) in hcd_decode_urb()
/minix3/minix/drivers/usb/usbd/include/usbd/
H A Dhcd_common.h276 #define HCD_DEFAULT_EP 0x00u macro