Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/cs46xx/
Dcs46xx_lib.c697 memcpy(cpcm->hw_buf.area + rec->hw_data, runtime->dma_area + rec->sw_data, bytes); in snd_cs46xx_pb_trans_copy()
714 chip->capt.hw_buf.area + rec->hw_data, bytes); in snd_cs46xx_cp_trans_copy()
738 ptr -= cpcm->hw_buf.addr; in snd_cs46xx_playback_direct_pointer()
755 ptr -= cpcm->hw_buf.addr; in snd_cs46xx_playback_indirect_pointer()
762 size_t ptr = snd_cs46xx_peek(chip, BA1_CBA) - chip->capt.hw_buf.addr; in snd_cs46xx_capture_direct_pointer()
769 size_t ptr = snd_cs46xx_peek(chip, BA1_CBA) - chip->capt.hw_buf.addr; in snd_cs46xx_capture_indirect_pointer()
876 cpcm, cpcm->hw_buf.addr,cpcm->pcm_channel_id); in _cs46xx_adjust_sample_rate()
889 cpcm->hw_buf.addr, in _cs46xx_adjust_sample_rate()
946 if (runtime->dma_area != cpcm->hw_buf.area) in snd_cs46xx_playback_hw_params()
948 runtime->dma_area = cpcm->hw_buf.area; in snd_cs46xx_playback_hw_params()
[all …]
/linux-3.4.99/drivers/usb/host/
Dehci-dbg.c128 hc32_to_cpup(ehci, &qtd->hw_buf [0])); in dbg_qtd()
129 if (qtd->hw_buf [1]) in dbg_qtd()
131 hc32_to_cpup(ehci, &qtd->hw_buf[1]), in dbg_qtd()
132 hc32_to_cpup(ehci, &qtd->hw_buf[2]), in dbg_qtd()
133 hc32_to_cpup(ehci, &qtd->hw_buf[3]), in dbg_qtd()
134 hc32_to_cpup(ehci, &qtd->hw_buf[4])); in dbg_qtd()
189 hc32_to_cpu(ehci, sitd->hw_buf[0]), in dbg_sitd()
190 hc32_to_cpu(ehci, sitd->hw_buf[1])); in dbg_sitd()
Dehci.h261 __hc32 hw_buf [5]; /* see EHCI 3.5.4 */ member
344 __hc32 hw_buf [5]; member
522 __hc32 hw_buf [2]; /* EHCI table 3-12 */ member
Doxu210hp.h221 __le32 hw_buf[5]; /* see EHCI 3.5.4 */ member
293 __le32 hw_buf[5]; member
Dehci-q.c53 qtd->hw_buf[0] = cpu_to_hc32(ehci, (u32)addr); in qtd_fill()
65 qtd->hw_buf[i] = cpu_to_hc32(ehci, (u32)addr); in qtd_fill()
Dehci-sched.c2014 sitd->hw_buf[0] = cpu_to_hc32(ehci, bufp); in sitd_patch()
2017 sitd->hw_buf[1] = cpu_to_hc32(ehci, uf->buf1); in sitd_patch()
Doxu210hp-hcd.c786 qtd->hw_buf[0] = cpu_to_le32((u32)addr); in qtd_fill()
798 qtd->hw_buf[i] = cpu_to_le32((u32)addr); in qtd_fill()
/linux-3.4.99/include/sound/
Dcs46xx.h1636 struct snd_dma_buffer hw_buf; member
1674 struct snd_dma_buffer hw_buf; member