Home
last modified time | relevance | path

Searched refs:ci_hw_req (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/chipidea/
H A Dtrace.h41 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 Dudc.c427 struct ci_hw_req *hwreq) in prepare_td_for_non_sg()
591 struct ci_hw_req *hwreqprev; in _hardware_enqueue()
598 struct ci_hw_req, queue); in _hardware_enqueue()
763 struct ci_hw_req *hwreq = list_entry(hwep->qh.queue.next, in _ep_nuke()
764 struct ci_hw_req, queue); in _ep_nuke()
932 struct ci_hw_req *hwreq = container_of(req, struct ci_hw_req, req); in _ep_queue()
1104 struct ci_hw_req *hwreq, *hwreqtemp; in isr_tr_complete_low()
1466 struct ci_hw_req *hwreq; in ep_alloc_request()
1471 hwreq = kzalloc(sizeof(struct ci_hw_req), gfp_flags); in ep_alloc_request()
1488 struct ci_hw_req *hwreq = container_of(req, struct ci_hw_req, req); in ep_free_request()
[all …]
H A Dudc.h73 struct ci_hw_req { struct
H A Ddebug.c157 struct ci_hw_req *req = NULL; in ci_requests_show()