Searched refs:prev_table (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_ep.c | 99 * chain the tables, by insteting a chain bd at the end of prev_table, pointing 102 static inline void chain_table(struct bd_table *prev_table, in chain_table() argument 107 prev_table->start_bd[bd_p_tab-1].offset[0] = in chain_table() 110 prev_table->start_bd[bd_p_tab-1].offset[1] = in chain_table() 113 prev_table->start_bd[bd_p_tab-1].offset[2] = in chain_table() 116 prev_table->start_bd[bd_p_tab-1].offset[3] = in chain_table() 123 struct bd_table *prev_table = NULL; in ep_bd_list_alloc() local 165 "index:%d start_bd:%p dma=%08llx prev_table:%p\n", in ep_bd_list_alloc() 167 (unsigned long long)bd_table->dma, prev_table); in ep_bd_list_alloc() 170 if (prev_table) in ep_bd_list_alloc() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_ep.c | 99 * chain the tables, by insteting a chain bd at the end of prev_table, pointing 102 static inline void chain_table(struct bd_table *prev_table, in chain_table() argument 107 prev_table->start_bd[bd_p_tab-1].offset[0] = in chain_table() 110 prev_table->start_bd[bd_p_tab-1].offset[1] = in chain_table() 113 prev_table->start_bd[bd_p_tab-1].offset[2] = in chain_table() 116 prev_table->start_bd[bd_p_tab-1].offset[3] = in chain_table() 123 struct bd_table *prev_table = NULL; in ep_bd_list_alloc() local 165 "index:%d start_bd:%p dma=%08llx prev_table:%p\n", in ep_bd_list_alloc() 167 (unsigned long long)bd_table->dma, prev_table); in ep_bd_list_alloc() 170 if (prev_table) in ep_bd_list_alloc() [all...] |
Completed in 5 milliseconds