Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c109 u32 bd_p_tab) in chain_table() argument
112 prev_table->start_bd[bd_p_tab-1].offset[0] = in chain_table()
115 prev_table->start_bd[bd_p_tab-1].offset[1] = in chain_table()
118 prev_table->start_bd[bd_p_tab-1].offset[2] = in chain_table()
121 prev_table->start_bd[bd_p_tab-1].offset[3] = in chain_table()
129 int index, num_tabs, bd_p_tab; in ep_bd_list_alloc() local
139 bd_p_tab = NUM_BDS_PER_TABLE; in ep_bd_list_alloc()
173 memset(bd_table->start_bd, 0, bd_p_tab * sizeof(struct bdc_bd)); in ep_bd_list_alloc()
175 chain_table(prev_table, bd_table, bd_p_tab); in ep_bd_list_alloc()
179 chain_table(prev_table, ep->bd_list.bd_table_array[0], bd_p_tab); in ep_bd_list_alloc()
[all …]