Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/chipidea/
Dudc.c341 static int add_td_to_list(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, in add_td_to_list()
401 static inline u8 _usb_addr(struct ci_hw_ep *ep) in _usb_addr()
413 static int _hardware_enqueue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in _hardware_enqueue()
514 static void free_pending_td(struct ci_hw_ep *hwep) in free_pending_td()
523 static int reprime_dtd(struct ci_hdrc *ci, struct ci_hw_ep *hwep, in reprime_dtd()
544 static int _hardware_dequeue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in _hardware_dequeue()
620 static int _ep_nuke(struct ci_hw_ep *hwep) in _ep_nuke()
661 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); in _ep_set_halt()
797 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); in _ep_queue()
855 struct ci_hw_ep *hwep = ci->ep0in; in isr_get_status_response()
[all …]
Dci.h83 struct ci_hw_ep { struct
224 struct ci_hw_ep ci_hw_ep[ENDPT_MAX]; member
226 struct ci_hw_ep *ep0out, *ep0in;
Ddebug.c137 struct ci_hw_ep *hweprx = &ci->ci_hw_ep[i]; in ci_qheads_show()
138 struct ci_hw_ep *hweptx = in ci_qheads_show()
139 &ci->ci_hw_ep[i + ci->hw_ep_max/2]; in ci_qheads_show()
183 list_for_each(ptr, &ci->ci_hw_ep[i].qh.queue) { in ci_requests_show()