Home
last modified time | relevance | path

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

/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.c358 static int add_td_to_list(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, in add_td_to_list()
428 struct ci_hw_req *hwreq) in prepare_td_for_non_sg()
468 static int prepare_td_per_sg(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, in prepare_td_per_sg()
508 static int prepare_td_for_sg(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in prepare_td_for_sg()
587 static int sglist_do_bounce(struct ci_hw_req *hwreq, int index, in sglist_do_bounce()
635 static void sglist_do_debounce(struct ci_hw_req *hwreq, bool copy) in sglist_do_debounce()
671 static int _hardware_enqueue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in _hardware_enqueue()
732 struct ci_hw_req *hwreqprev; in _hardware_enqueue()
739 struct ci_hw_req, queue); in _hardware_enqueue()
820 static int _hardware_dequeue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) in _hardware_dequeue()
[all …]
H A Dudc.h74 struct ci_hw_req { struct
H A Ddebug.c157 struct ci_hw_req *req = NULL; in ci_requests_show()