Searched refs:ci_hw_ep (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/chipidea/ |
D | udc.c | 355 static int add_td_to_list(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, in add_td_to_list() 419 static inline u8 _usb_addr(struct ci_hw_ep *ep) in _usb_addr() 424 static int prepare_td_for_non_sg(struct ci_hw_ep *hwep, in prepare_td_for_non_sg() 465 static int prepare_td_per_sg(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, in prepare_td_per_sg() 505 static int prepare_td_for_sg(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in prepare_td_for_sg() 548 static int _hardware_enqueue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in _hardware_enqueue() 637 static void free_pending_td(struct ci_hw_ep *hwep) in free_pending_td() 646 static int reprime_dtd(struct ci_hdrc *ci, struct ci_hw_ep *hwep, in reprime_dtd() 664 static int _hardware_dequeue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in _hardware_dequeue() 742 static int _ep_nuke(struct ci_hw_ep *hwep) in _ep_nuke() [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 | ci.h | 87 struct ci_hw_ep { struct 233 struct ci_hw_ep ci_hw_ep[ENDPT_MAX]; member 235 struct ci_hw_ep *ep0out, *ep0in;
|
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()
|