Searched refs:HCD_DEFAULT_EP (Results 1 – 5 of 5) sorted by relevance
77 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()
664 USB_ASSERT(ep != HCD_DEFAULT_EP, in musb_am335x_irqstat0_to_ep()
587 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()
373 (dde_urb->endpoint >= (int)HCD_DEFAULT_EP)) in hcd_decode_urb()
276 #define HCD_DEFAULT_EP 0x00u macro