Home
last modified time | relevance | path

Searched refs:bd_p_tab (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c104 u32 bd_p_tab) in chain_table()
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()
124 int index, num_tabs, bd_p_tab; in ep_bd_list_alloc() local
134 bd_p_tab = NUM_BDS_PER_TABLE; in ep_bd_list_alloc()
171 chain_table(prev_table, bd_table, bd_p_tab); in ep_bd_list_alloc()
175 chain_table(prev_table, ep->bd_list.bd_table_array[0], bd_p_tab); in ep_bd_list_alloc()
178 ep->bd_list.max_bdi = (num_tabs * bd_p_tab) in ep_bd_list_alloc()
102 chain_table(struct bd_table *prev_table, struct bd_table *next_table, u32 bd_p_tab) chain_table() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c104 u32 bd_p_tab) in chain_table()
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()
124 int index, num_tabs, bd_p_tab; in ep_bd_list_alloc() local
134 bd_p_tab = NUM_BDS_PER_TABLE; in ep_bd_list_alloc()
171 chain_table(prev_table, bd_table, bd_p_tab); in ep_bd_list_alloc()
175 chain_table(prev_table, ep->bd_list.bd_table_array[0], bd_p_tab); in ep_bd_list_alloc()
178 ep->bd_list.max_bdi = (num_tabs * bd_p_tab) in ep_bd_list_alloc()
102 chain_table(struct bd_table *prev_table, struct bd_table *next_table, u32 bd_p_tab) chain_table() argument
[all...]

Completed in 4 milliseconds