Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/bdc/
A Dbdc_ep.c56 struct bd_table *bd_table; in ep_bd_list_free() local
74 if (!bd_table) { in ep_bd_list_free()
85 bd_table->start_bd, in ep_bd_list_free()
89 bd_table->start_bd, in ep_bd_list_free()
90 bd_table->dma); in ep_bd_list_free()
92 kfree(bd_table); in ep_bd_list_free()
126 struct bd_table *bd_table; in ep_bd_list_alloc() local
150 bd_table = kzalloc(sizeof(*bd_table), GFP_ATOMIC); in ep_bd_list_alloc()
151 if (!bd_table) in ep_bd_list_alloc()
158 kfree(bd_table); in ep_bd_list_alloc()
[all …]
A Dbdc_dbg.c88 struct bd_table *bd_table; in bdc_dbg_bd_list() local
104 bd_table = bd_list->bd_table_array[tbi]; in bdc_dbg_bd_list()
106 bd = bd_table->start_bd + bdi; in bdc_dbg_bd_list()
107 dma = bd_table->dma + (sizeof(struct bdc_bd) * bdi); in bdc_dbg_bd_list()
A Dbdc.h289 struct bd_table { struct
303 struct bd_table **bd_table_array; argument

Completed in 12 milliseconds