Searched refs:bd_table (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_dbg.c | 88 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()
|
H A D | bdc_ep.c | 56 struct bd_table *bd_table; in ep_bd_list_free() local 68 * check if the bd_table struct is allocated ? in ep_bd_list_free() 70 * free the dma_pool and also the bd_table struct memory in ep_bd_list_free() 72 bd_table = bd_list->bd_table_array[index]; in ep_bd_list_free() 73 dev_dbg(bdc->dev, "bd_table:%p index:%d\n", bd_table, index); in ep_bd_list_free() 74 if (!bd_table) { in ep_bd_list_free() 75 dev_dbg(bdc->dev, "bd_table not allocated\n"); in ep_bd_list_free() 78 if (!bd_table in ep_bd_list_free() 126 struct bd_table *bd_table; ep_bd_list_alloc() local 220 struct bd_table *bd_table; bd_add_to_bdi() local [all...] |
H A D | bdc.h | 288 /* bd_table: contiguous bd's in a table */ 289 struct bd_table { struct 303 struct bd_table **bd_table_array;
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_dbg.c | 88 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()
|
H A D | bdc_ep.c | 56 struct bd_table *bd_table; in ep_bd_list_free() local 68 * check if the bd_table struct is allocated ? in ep_bd_list_free() 70 * free the dma_pool and also the bd_table struct memory in ep_bd_list_free() 72 bd_table = bd_list->bd_table_array[index]; in ep_bd_list_free() 73 dev_dbg(bdc->dev, "bd_table:%p index:%d\n", bd_table, index); in ep_bd_list_free() 74 if (!bd_table) { in ep_bd_list_free() 75 dev_dbg(bdc->dev, "bd_table not allocated\n"); in ep_bd_list_free() 78 if (!bd_table in ep_bd_list_free() 126 struct bd_table *bd_table; ep_bd_list_alloc() local 220 struct bd_table *bd_table; bd_add_to_bdi() local [all...] |
H A D | bdc.h | 288 /* bd_table: contiguous bd's in a table */ 289 struct bd_table { struct 303 struct bd_table **bd_table_array;
|
/kernel/linux/linux-6.6/drivers/soc/fsl/qe/ |
H A D | qmc.c | 210 cbd_t __iomem *bd_table; member 1062 chan->txbds = qmc->bd_table + (chan->id * (QMC_NB_TXBDS + QMC_NB_RXBDS)); in qmc_setup_chan() 1063 chan->rxbds = qmc->bd_table + (chan->id * (QMC_NB_TXBDS + QMC_NB_RXBDS)) + QMC_NB_TXBDS; in qmc_setup_chan() 1334 qmc->bd_table = dmam_alloc_coherent(qmc->dev, qmc->bd_size, in qmc_probe() 1336 if (!qmc->bd_table) { in qmc_probe() 1341 memset(qmc->bd_table, 0, qmc->bd_size); in qmc_probe()
|
Completed in 7 milliseconds