Searched refs:alloc_dmabuf (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dtrident.c1259 alloc_dmabuf(struct dmabuf *dmabuf, struct pci_dev *pci_dev, int order) function
1294 if (!(ret = alloc_dmabuf(dmabuf, state->card->pci_dev, order)))
1361 ret = alloc_dmabuf(dmabuf,
H A Dcs46xx.c1119 static int alloc_dmabuf(struct cs_state *state) function
1146 "cs46xx: alloc_dmabuf(): unable to allocate rawbuf\n"));
1161 CS_DBGOUT(CS_PARMS, 9, printk("cs46xx: alloc_dmabuf(): allocated %ld (order = %d) bytes at %p\n",
1260 if ((ret = alloc_dmabuf(state)))
1313 if ((ret = alloc_dmabuf(state)))
H A Di810_audio.c1004 static int alloc_dmabuf(struct i810_state *state) function
1088 /* allocate DMA buffer, let alloc_dmabuf determine if we are already
1092 if ((ret = alloc_dmabuf(state)))

Completed in 83 milliseconds