Searched refs:ci_hw_req (Results 1 – 3 of 3) sorted by relevance
/drivers/usb/chipidea/ |
D | udc.c | 341 static int add_td_to_list(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, in add_td_to_list() 413 static int _hardware_enqueue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in _hardware_enqueue() 464 struct ci_hw_req *hwreqprev; in _hardware_enqueue() 471 struct ci_hw_req, queue); in _hardware_enqueue() 544 static int _hardware_dequeue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in _hardware_dequeue() 633 struct ci_hw_req *hwreq = list_entry(hwep->qh.queue.next, in _ep_nuke() 634 struct ci_hw_req, queue); in _ep_nuke() 798 struct ci_hw_req *hwreq = container_of(req, struct ci_hw_req, req); in _ep_queue() 971 struct ci_hw_req *hwreq, *hwreqtemp; in isr_tr_complete_low() 1328 struct ci_hw_req *hwreq = NULL; in ep_alloc_request() [all …]
|
D | udc.h | 78 struct ci_hw_req { struct
|
D | debug.c | 177 struct ci_hw_req *req = NULL; in ci_requests_show() 189 req = list_entry(ptr, struct ci_hw_req, queue); in ci_requests_show()
|