Searched refs:ci_hw_ep (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/usb/chipidea/ |
| H A D | udc.c | 949 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); in _ep_set_halt() 1095 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); in _ep_queue() 1317 struct ci_hw_ep *hwep = &ci->ci_hw_ep[0]; in isr_setup_packet_handler() 1491 struct ci_hw_ep *hwep = &ci->ci_hw_ep[i]; in isr_tr_complete_handler() 1529 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); in ep_enable() 1596 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); in ep_disable() 1657 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); in ep_free_request() 1772 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); in ep_set_wedge() 1792 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); in ep_fifo_flush() 2024 struct ci_hw_ep *hwep = &ci->ci_hw_ep[k]; in init_eps() [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 | 89 struct ci_hw_ep { struct 241 struct ci_hw_ep ci_hw_ep[ENDPT_MAX]; member 243 struct ci_hw_ep *ep0out, *ep0in;
|