Symbol: chan_tab_t
arch/mips/alchemy/common/dbdma.c
199
static chan_tab_t *chan_tab_ptr[NUM_DBDMA_CHANS];
arch/mips/alchemy/common/dbdma.c
261
chan_tab_t *ctp;
arch/mips/alchemy/common/dbdma.c
313
ctp = kmalloc_obj(chan_tab_t, GFP_ATOMIC);
arch/mips/alchemy/common/dbdma.c
320
memset(ctp, 0, sizeof(chan_tab_t));
arch/mips/alchemy/common/dbdma.c
369
chan_tab_t *ctp;
arch/mips/alchemy/common/dbdma.c
372
ctp = *((chan_tab_t **)chanid);
arch/mips/alchemy/common/dbdma.c
397
chan_tab_t *ctp;
arch/mips/alchemy/common/dbdma.c
405
ctp = *((chan_tab_t **)chanid);
arch/mips/alchemy/common/dbdma.c
594
chan_tab_t *ctp;
arch/mips/alchemy/common/dbdma.c
601
ctp = *(chan_tab_t **)chanid;
arch/mips/alchemy/common/dbdma.c
654
chan_tab_t *ctp;
arch/mips/alchemy/common/dbdma.c
660
ctp = *((chan_tab_t **)chanid);
arch/mips/alchemy/common/dbdma.c
719
chan_tab_t *ctp;
arch/mips/alchemy/common/dbdma.c
727
ctp = *((chan_tab_t **)chanid);
arch/mips/alchemy/common/dbdma.c
758
chan_tab_t *ctp;
arch/mips/alchemy/common/dbdma.c
762
ctp = *((chan_tab_t **)chanid);
arch/mips/alchemy/common/dbdma.c
788
chan_tab_t *ctp;
arch/mips/alchemy/common/dbdma.c
791
ctp = *((chan_tab_t **)chanid);
arch/mips/alchemy/common/dbdma.c
803
chan_tab_t *ctp;
arch/mips/alchemy/common/dbdma.c
808
ctp = *((chan_tab_t **)chanid);
arch/mips/alchemy/common/dbdma.c
829
chan_tab_t *ctp;
arch/mips/alchemy/common/dbdma.c
833
ctp = *((chan_tab_t **)chanid);
arch/mips/alchemy/common/dbdma.c
846
chan_tab_t *ctp;
arch/mips/alchemy/common/dbdma.c
849
ctp = *((chan_tab_t **)chanid);
arch/mips/alchemy/common/dbdma.c
869
chan_tab_t *ctp;
arch/mips/alchemy/common/dbdma.c
894
chan_tab_t *ctp;
arch/mips/alchemy/common/dbdma.c
900
ctp = *((chan_tab_t **)chanid);
arch/mips/alchemy/common/dbdma.c
939
chan_tab_t *ctp;
arch/mips/alchemy/common/dbdma.c
947
ctp = *((chan_tab_t **)chanid);
drivers/mmc/host/au1xmmc.c
356
chan_tab_t *c = *((chan_tab_t **)chan);