Searched refs:ci_hw_ep (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/usb/chipidea/ |
D | udc.c | 52 static int reprime_dtd(struct ci_hdrc *ci, struct ci_hw_ep *hwep, 357 static int add_td_to_list(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, in add_td_to_list() 421 static inline u8 _usb_addr(struct ci_hw_ep *ep) in _usb_addr() 426 static int prepare_td_for_non_sg(struct ci_hw_ep *hwep, in prepare_td_for_non_sg() 467 static int prepare_td_per_sg(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, in prepare_td_per_sg() 507 static int prepare_td_for_sg(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in prepare_td_for_sg() 550 static int _hardware_enqueue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in _hardware_enqueue() 645 static void free_pending_td(struct ci_hw_ep *hwep) in free_pending_td() 654 static int reprime_dtd(struct ci_hdrc *ci, struct ci_hw_ep *hwep, in reprime_dtd() 672 static int _hardware_dequeue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in _hardware_dequeue() [all …]
|
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),
|
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()
|
D | ci.h | 88 struct ci_hw_ep { struct 238 struct ci_hw_ep ci_hw_ep[ENDPT_MAX]; member 240 struct ci_hw_ep *ep0out, *ep0in;
|