Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/au1000/common/
Ddbdma.c87 } chan_tab_t; typedef
190 static chan_tab_t *chan_tab_ptr[NUM_DBDMA_CHANS];
216 chan_tab_t *ctp; in au1xxx_dbdma_chan_alloc()
271 ctp = (chan_tab_t *)kmalloc(sizeof(chan_tab_t), GFP_KERNEL); in au1xxx_dbdma_chan_alloc()
280 memset(ctp, 0, sizeof(chan_tab_t)); in au1xxx_dbdma_chan_alloc()
327 chan_tab_t *ctp; in au1xxx_dbdma_set_devwidth()
330 ctp = *((chan_tab_t **)chanid); in au1xxx_dbdma_set_devwidth()
356 chan_tab_t *ctp; in au1xxx_dbdma_ring_alloc()
363 ctp = *((chan_tab_t **)chanid); in au1xxx_dbdma_ring_alloc()
521 chan_tab_t *ctp; in au1xxx_dbdma_put_source()
[all …]