Searched refs:buf_cpu (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/bt8xx/
H A Dbt878.c83 if (bt->buf_cpu) {
84 pci_free_consistent(bt->dev, bt->buf_size, bt->buf_cpu,
86 bt->buf_cpu = NULL;
98 if (!bt->buf_cpu) {
101 bt->buf_cpu =
105 if (!bt->buf_cpu)
108 memset(bt->buf_cpu, 0, bt->buf_size);
H A Dbt878.h133 u8 *buf_cpu; member in struct:bt878
H A Ddvb-bt8xx.c60 &card->bt->buf_cpu[card->bt->last_block *
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dbtaudio.c122 unsigned char *buf_cpu; member in struct:btaudio
166 if (NULL == bta->buf_cpu) {
169 bta->buf_cpu = pci_alloc_consistent
171 if (NULL != bta->buf_cpu)
174 if (NULL == bta->buf_cpu)
176 memset(bta->buf_cpu,0,bta->buf_size);
183 pci_free_consistent(bta->pci, bta->buf_size, bta->buf_cpu, bta->buf_dma);
184 bta->buf_cpu = NULL;
193 if (NULL != bta->buf_cpu) {
195 bta->buf_cpu, bt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dohci1394.c2577 length = (cond_le32_to_cpu(d->buf_cpu[(idx + 1) % d->num_desc]
2612 buf_ptr = d->buf_cpu[idx] + offset/4;
2666 buf_ptr = d->buf_cpu[idx];
2675 buf_ptr = d->buf_cpu[idx];
2691 buf_ptr = d->buf_cpu[idx];
2888 if (d->buf_cpu) {
2890 if (d->buf_cpu[i] && d->buf_bus[i]) {
2893 d->buf_cpu[i], d->buf_bus[i]);
2896 kfree(d->buf_cpu);
2937 d->buf_cpu
[all...]
H A Dohci1394.h93 quadlet_t **buf_cpu; member in struct:dma_rcv_ctx

Completed in 68 milliseconds