Searched refs:td_node (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A 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),
|
H A 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, t in _hardware_enqueue() [all...] |
H A D | udc.h | 60 struct td_node { struct
|
H A D | ci.h | 105 struct td_node *pending_td;
|
H A D | debug.c | 158 struct td_node *node, *tmpnode; in ci_requests_show()
|
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | udc.c | 359 struct td_node *lastnode, *node = kzalloc(sizeof(struct td_node), in add_td_to_list() 404 struct td_node, td); in add_td_to_list() 485 static void ci_add_buffer_entry(struct td_node *node, struct scatterlist *s) in ci_add_buffer_entry() 509 struct td_node *node = NULL; in prepare_td_for_sg() 531 struct td_node, td); in prepare_td_for_sg() 551 struct td_node *firstnode, *lastnode; in _hardware_enqueue() 572 firstnode = list_first_entry(&hwreq->tds, struct td_node, td); in _hardware_enqueue() 575 struct td_node, td); in _hardware_enqueue() 587 struct td_node *prevlastnod in _hardware_enqueue() [all...] |
H A D | udc.h | 60 struct td_node { struct
|
H A D | ci.h | 104 struct td_node *pending_td;
|
H A D | debug.c | 158 struct td_node *node, *tmpnode; in ci_requests_show()
|
Completed in 9 milliseconds