Searched refs:dma_alloc (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firmware/
H A Ddell_rbu.c61 int dma_alloc; member in struct:_rbu_data
375 if (rbu_data.dma_alloc == 1)
389 rbu_data.dma_alloc = 0;
408 int dma_alloc = 0; local
449 dma_alloc = 1;
460 rbu_data.dma_alloc = dma_alloc;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/dmasound/
H A Ddmasound.h113 void *(*dma_alloc)(unsigned int, gfp_t); member in struct:__anon19063
H A Ddmasound_paula.c688 .dma_alloc = AmiAlloc,
H A Ddmasound_q40.c597 .dma_alloc = Q40Alloc,
H A Ddmasound_atari.c1522 .dma_alloc = AtaAlloc,
1550 .dma_alloc = AtaAlloc,
H A Ddmasound_core.c425 sq->buffers[i] = dmasound.mach.dma_alloc(size, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dau1k_ir.c60 static void *dma_alloc(size_t, dma_addr_t *);
113 static void *dma_alloc(size_t size, dma_addr_t * dma_handle) function
233 dma_alloc(2*MAX_NUM_IR_DESC*(sizeof(ring_dest_t)), &temp);
239 (void *)dma_alloc(MAX_BUF_SIZE * 2*NUM_IR_DESC, &temp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/caif/
H A Dcaif_spi.c78 static inline void *dma_alloc(dma_addr_t *daddr) function
90 static inline void *dma_alloc(dma_addr_t *daddr) function
637 cfspi->xfer.va_tx = dma_alloc(&cfspi->xfer.pa_tx);
645 cfspi->xfer.va_rx = dma_alloc(&cfspi->xfer.pa_rx);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dethoc.c176 * @dma_alloc: dma allocated buffer size
196 int dma_alloc; member in struct:ethoc
943 priv->dma_alloc = 0;
974 priv->dma_alloc = buffer_size;

Completed in 94 milliseconds