Searched refs:hw_buf (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci.h240 __hc32 hw_buf [5]; /* see EHCI 3.5.4 */ member in struct:ehci_qtd
323 __hc32 hw_buf [5]; member in struct:ehci_qh_hw
499 __hc32 hw_buf [2]; /* EHCI table 3-12 */ member in struct:ehci_sitd
H A Dehci-dbg.c129 hc32_to_cpup(ehci, &qtd->hw_buf [0]));
130 if (qtd->hw_buf [1])
132 hc32_to_cpup(ehci, &qtd->hw_buf[1]),
133 hc32_to_cpup(ehci, &qtd->hw_buf[2]),
134 hc32_to_cpup(ehci, &qtd->hw_buf[3]),
135 hc32_to_cpup(ehci, &qtd->hw_buf[4]));
190 hc32_to_cpu(ehci, sitd->hw_buf[0]),
191 hc32_to_cpu(ehci, sitd->hw_buf[1]));
H A Doxu210hp.h221 __le32 hw_buf[5]; /* see EHCI 3.5.4 */ member in struct:ehci_qtd
293 __le32 hw_buf[5]; member in struct:ehci_qh
H A Dehci-q.c53 qtd->hw_buf[0] = cpu_to_hc32(ehci, (u32)addr);
65 qtd->hw_buf[i] = cpu_to_hc32(ehci, (u32)addr);
H A Dehci-sched.c2027 sitd->hw_buf[0] = cpu_to_hc32(ehci, bufp);
2030 sitd->hw_buf[1] = cpu_to_hc32(ehci, uf->buf1);
H A Doxu210hp-hcd.c781 qtd->hw_buf[0] = cpu_to_le32((u32)addr);
793 qtd->hw_buf[i] = cpu_to_le32((u32)addr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/
H A Dcs46xx_lib.c691 memcpy(cpcm->hw_buf.area + rec->hw_data, runtime->dma_area + rec->sw_data, bytes);
708 chip->capt.hw_buf.area + rec->hw_data, bytes);
732 ptr -= cpcm->hw_buf.addr;
749 ptr -= cpcm->hw_buf.addr;
756 size_t ptr = snd_cs46xx_peek(chip, BA1_CBA) - chip->capt.hw_buf.addr;
763 size_t ptr = snd_cs46xx_peek(chip, BA1_CBA) - chip->capt.hw_buf.addr;
870 cpcm, cpcm->hw_buf.addr,cpcm->pcm_channel_id);
883 cpcm->hw_buf.addr,
940 if (runtime->dma_area != cpcm->hw_buf.area)
942 runtime->dma_area = cpcm->hw_buf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcs46xx.h1636 struct snd_dma_buffer hw_buf; member in struct:snd_cs46xx_pcm
1674 struct snd_dma_buffer hw_buf; member in struct:snd_cs46xx::__anon18701

Completed in 217 milliseconds