Home
last modified time | relevance | path

Searched refs:ci_hw_ep (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/usb/chipidea/
Dudc.c339 static int add_td_to_list(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, in add_td_to_list()
397 static inline u8 _usb_addr(struct ci_hw_ep *ep) in _usb_addr()
409 static int _hardware_enqueue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in _hardware_enqueue()
518 static void free_pending_td(struct ci_hw_ep *hwep) in free_pending_td()
527 static int reprime_dtd(struct ci_hdrc *ci, struct ci_hw_ep *hwep, in reprime_dtd()
545 static int _hardware_dequeue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in _hardware_dequeue()
622 static int _ep_nuke(struct ci_hw_ep *hwep) in _ep_nuke()
663 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); in _ep_set_halt()
803 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); in _ep_queue()
860 struct ci_hw_ep *hwep = ci->ep0in; in isr_get_status_response()
[all …]
Dci.h85 struct ci_hw_ep { struct
230 struct ci_hw_ep ci_hw_ep[ENDPT_MAX]; member
232 struct ci_hw_ep *ep0out, *ep0in;
Ddebug.c134 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()