Searched refs:dma_alloc (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/h8300/kernel/ |
D | dma.c | 13 static void *dma_alloc(struct device *dev, size_t size, in dma_alloc() function 64 .alloc = dma_alloc,
|
/linux-4.4.14/drivers/firmware/ |
D | dell_rbu.c | 61 int dma_alloc; member 375 if (rbu_data.dma_alloc == 1) in img_update_free() 389 rbu_data.dma_alloc = 0; in img_update_free() 408 int dma_alloc = 0; in img_update_realloc() local 449 dma_alloc = 1; in img_update_realloc() 460 rbu_data.dma_alloc = dma_alloc; in img_update_realloc()
|
/linux-4.4.14/drivers/net/caif/ |
D | caif_spi.c | 82 static inline void *dma_alloc(dma_addr_t *daddr) in dma_alloc() function 94 static inline void *dma_alloc(dma_addr_t *daddr) in dma_alloc() function 615 cfspi->xfer.va_tx[0] = dma_alloc(&cfspi->xfer.pa_tx[0]); in cfspi_init() 621 cfspi->xfer.va_rx = dma_alloc(&cfspi->xfer.pa_rx); in cfspi_init()
|
/linux-4.4.14/sound/oss/dmasound/ |
D | dmasound.h | 113 void *(*dma_alloc)(unsigned int, gfp_t); member
|
D | dmasound_q40.c | 597 .dma_alloc = Q40Alloc,
|
D | dmasound_paula.c | 688 .dma_alloc = AmiAlloc,
|
D | dmasound_atari.c | 1532 .dma_alloc = AtaAlloc, 1560 .dma_alloc = AtaAlloc,
|
D | dmasound_core.c | 426 sq->buffers[i] = dmasound.mach.dma_alloc(size, GFP_KERNEL); in sq_allocate_buffers()
|
/linux-4.4.14/drivers/net/irda/ |
D | au1k_ir.c | 227 static void *dma_alloc(size_t size, dma_addr_t *dma_handle) in dma_alloc() function 821 dma_alloc(2 * MAX_NUM_IR_DESC * (sizeof(struct ring_dest)), in au1k_irda_net_init() 828 dma_alloc(MAX_BUF_SIZE * 2 * NUM_IR_DESC, &temp); in au1k_irda_net_init()
|
/linux-4.4.14/drivers/net/ethernet/ |
D | ethoc.c | 202 int dma_alloc; member 1082 priv->dma_alloc = 0; in ethoc_probe() 1113 priv->dma_alloc = buffer_size; in ethoc_probe()
|