Searched refs:td_node (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/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 | 360 struct td_node *lastnode, *node = kzalloc(sizeof(struct td_node), in add_td_to_list() 405 struct td_node, td); in add_td_to_list() 486 static void ci_add_buffer_entry(struct td_node *node, struct scatterlist *s) in ci_add_buffer_entry() 510 struct td_node *node = NULL; in prepare_td_for_sg() 532 struct td_node, td); in prepare_td_for_sg() 552 struct td_node *firstnode, *lastnode; in _hardware_enqueue() 574 struct td_node, td); in _hardware_enqueue() 583 firstnode = list_first_entry(&hwreq->tds, struct td_node, td); in _hardware_enqueue() 592 struct td_node *prevlastnode; in _hardware_enqueue() 598 struct td_node, td); in _hardware_enqueue() [all …]
|
| D | udc.h | 60 struct td_node { struct
|
| D | ci.h | 104 struct td_node *pending_td;
|
| D | debug.c | 158 struct td_node *node, *tmpnode; in ci_requests_show()
|