Home
last modified time | relevance | path

Searched refs:td_node (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/usb/chipidea/
Dtrace.h41 TP_PROTO(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, struct td_node *td),
45 __field(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),
Dudc.c53 struct td_node *node);
362 struct td_node *lastnode, *node = kzalloc(sizeof(struct td_node), in add_td_to_list()
407 struct td_node, td); in add_td_to_list()
488 static void ci_add_buffer_entry(struct td_node *node, struct scatterlist *s) in ci_add_buffer_entry()
512 struct td_node *node = NULL; in prepare_td_for_sg()
534 struct td_node, td); in prepare_td_for_sg()
554 struct td_node *firstnode, *lastnode; in _hardware_enqueue()
576 struct td_node, td); in _hardware_enqueue()
585 firstnode = list_first_entry(&hwreq->tds, struct td_node, td); in _hardware_enqueue()
594 struct td_node *prevlastnode; in _hardware_enqueue()
[all …]
Dudc.h60 struct td_node { struct
Dci.h105 struct td_node *pending_td;
Ddebug.c158 struct td_node *node, *tmpnode; in ci_requests_show()