Searched refs:ci_hw_ep (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/usb/chipidea/ |
H A D | udc.c | 53 static int reprime_dtd(struct ci_hdrc *ci, struct ci_hw_ep *hwep, 358 static int add_td_to_list(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, in add_td_to_list() 422 static inline u8 _usb_addr(struct ci_hw_ep *ep) in _usb_addr() 427 static int prepare_td_for_non_sg(struct ci_hw_ep *hwep, in prepare_td_for_non_sg() 468 static int prepare_td_per_sg(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, in prepare_td_per_sg() 508 static int prepare_td_for_sg(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in prepare_td_for_sg() 671 static int _hardware_enqueue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in _hardware_enqueue() 793 static void free_pending_td(struct ci_hw_ep *hwep) in free_pending_td() 802 static int reprime_dtd(struct ci_hdrc *ci, struct ci_hw_ep *hwep, in reprime_dtd() 820 static int _hardware_dequeue(struct ci_hw_ep *hwe [all...] |
H A D | trace.h | 41 TP_PROTO(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, struct td_node *td), 73 TP_PROTO(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, struct td_node *td), 78 TP_PROTO(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, struct td_node *td),
|
H A 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()
|
H A D | ci.h | 77 * struct ci_hw_ep - endpoint representation 89 struct ci_hw_ep { struct 188 * @ci_hw_ep: array of endpoints 241 struct ci_hw_ep ci_hw_ep[ENDPT_MAX]; member 243 struct ci_hw_ep *ep0out, *ep0in; 90 epci_hw_ep global() argument 91 dirci_hw_ep global() argument 92 numci_hw_ep global() argument 93 typeci_hw_ep global() argument 94 nameci_hw_ep global() argument 95 __anonf09c306d0108ci_hw_ep global() argument 99 qhci_hw_ep global() argument 100 wedgeci_hw_ep global() argument 103 cici_hw_ep global() argument 104 lockci_hw_ep global() argument 105 td_poolci_hw_ep global() argument 106 pending_tdci_hw_ep global() argument
|