Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c61 struct bd_table *bd_table; in ep_bd_list_free() local
77 bd_table = bd_list->bd_table_array[index]; in ep_bd_list_free()
78 dev_dbg(bdc->dev, "bd_table:%p index:%d\n", bd_table, index); in ep_bd_list_free()
79 if (!bd_table) { in ep_bd_list_free()
83 if (!bd_table->start_bd) { in ep_bd_list_free()
90 bd_table->start_bd, in ep_bd_list_free()
91 (unsigned long long)bd_table->dma); in ep_bd_list_free()
94 bd_table->start_bd, in ep_bd_list_free()
95 bd_table->dma); in ep_bd_list_free()
97 kfree(bd_table); in ep_bd_list_free()
[all …]
Dbdc_dbg.c93 struct bd_table *bd_table; in bdc_dbg_bd_list() local
109 bd_table = bd_list->bd_table_array[tbi]; in bdc_dbg_bd_list()
111 bd = bd_table->start_bd + bdi; in bdc_dbg_bd_list()
112 dma = bd_table->dma + (sizeof(struct bdc_bd) * bdi); in bdc_dbg_bd_list()
Dbdc.h294 struct bd_table { struct
308 struct bd_table **bd_table_array; argument