Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/alchemy/common/
Ddbdma.c198 static chan_tab_t *chan_tab_ptr[NUM_DBDMA_CHANS];
260 chan_tab_t *ctp; in au1xxx_dbdma_chan_alloc()
312 ctp = kmalloc(sizeof(chan_tab_t), GFP_ATOMIC); in au1xxx_dbdma_chan_alloc()
319 memset(ctp, 0, sizeof(chan_tab_t)); in au1xxx_dbdma_chan_alloc()
368 chan_tab_t *ctp; in au1xxx_dbdma_set_devwidth()
371 ctp = *((chan_tab_t **)chanid); in au1xxx_dbdma_set_devwidth()
396 chan_tab_t *ctp; in au1xxx_dbdma_ring_alloc()
404 ctp = *((chan_tab_t **)chanid); in au1xxx_dbdma_ring_alloc()
593 chan_tab_t *ctp; in au1xxx_dbdma_put_source()
600 ctp = *(chan_tab_t **)chanid; in au1xxx_dbdma_put_source()
[all …]
/linux-6.1.9/arch/mips/include/asm/mach-au1x00/
Dau1xxx_dbdma.h331 } chan_tab_t; typedef
/linux-6.1.9/drivers/mmc/host/
Dau1xmmc.c355 chan_tab_t *c = *((chan_tab_t **)chan); in au1xmmc_data_complete()