Searched refs:ci_hw_ep (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/chipidea/ |
| H A D | udc.c | 354 static int add_td_to_list(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, in add_td_to_list() 418 static inline u8 _usb_addr(struct ci_hw_ep *ep) in _usb_addr() 423 static int prepare_td_for_non_sg(struct ci_hw_ep *hwep, in prepare_td_for_non_sg() 464 static int prepare_td_per_sg(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, in prepare_td_per_sg() 504 static int prepare_td_for_sg(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in prepare_td_for_sg() 547 static int _hardware_enqueue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in _hardware_enqueue() 632 static void free_pending_td(struct ci_hw_ep *hwep) in free_pending_td() 641 static int reprime_dtd(struct ci_hdrc *ci, struct ci_hw_ep *hwep, in reprime_dtd() 659 static int _hardware_dequeue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in _hardware_dequeue() 736 static int _ep_nuke(struct ci_hw_ep *hwep) in _ep_nuke() [all …]
|
| 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 | 87 struct ci_hw_ep { struct 233 struct ci_hw_ep ci_hw_ep[ENDPT_MAX]; member 235 struct ci_hw_ep *ep0out, *ep0in;
|