Searched refs:ci_hw_ep (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/usb/chipidea/ |
D | udc.c | 340 static int add_td_to_list(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, in add_td_to_list() 398 static inline u8 _usb_addr(struct ci_hw_ep *ep) in _usb_addr() 410 static int _hardware_enqueue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in _hardware_enqueue() 519 static void free_pending_td(struct ci_hw_ep *hwep) in free_pending_td() 528 static int reprime_dtd(struct ci_hdrc *ci, struct ci_hw_ep *hwep, in reprime_dtd() 546 static int _hardware_dequeue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in _hardware_dequeue() 623 static int _ep_nuke(struct ci_hw_ep *hwep) in _ep_nuke() 664 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); in _ep_set_halt() 804 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); in _ep_queue() 861 struct ci_hw_ep *hwep = ci->ep0in; in isr_get_status_response() [all …]
|
D | ci.h | 86 struct ci_hw_ep { struct 232 struct ci_hw_ep ci_hw_ep[ENDPT_MAX]; member 234 struct ci_hw_ep *ep0out, *ep0in;
|
D | debug.c | 134 struct ci_hw_ep *hweprx = &ci->ci_hw_ep[i]; in ci_qheads_show() 135 struct ci_hw_ep *hweptx = in ci_qheads_show() 136 &ci->ci_hw_ep[i + ci->hw_ep_max/2]; in ci_qheads_show() 168 list_for_each_entry(req, &ci->ci_hw_ep[i].qh.queue, queue) { in ci_requests_show()
|