Searched refs:td_node (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/usb/chipidea/ |
D | trace.h | 41 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),
|
D | udc.c | 53 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 …]
|
D | udc.h | 60 struct td_node { struct
|
D | ci.h | 105 struct td_node *pending_td;
|
D | debug.c | 158 struct td_node *node, *tmpnode; in ci_requests_show()
|