Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_malloc.c312 void *__sym_calloc_dma(m_pool_ident_t dev_dmat, int size, char *name) in __sym_calloc_dma() function
Dsym_hipd.h1181 void *__sym_calloc_dma(m_pool_ident_t dev_dmat, int size, char *name);
1192 #define _sym_calloc_dma(np, l, n) __sym_calloc_dma(np->bus_dmat, l, n)
Dsym_glue.c1282 np = __sym_calloc_dma(&pdev->dev, sizeof(*np), "HCB"); in sym_attach()