Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/cs46xx/
Dcs46xx_lib.c696 memcpy(cpcm->hw_buf.area + rec->hw_data, runtime->dma_area + rec->sw_data, bytes); in snd_cs46xx_pb_trans_copy()
713 chip->capt.hw_buf.area + rec->hw_data, bytes); in snd_cs46xx_cp_trans_copy()
737 ptr -= cpcm->hw_buf.addr; in snd_cs46xx_playback_direct_pointer()
754 ptr -= cpcm->hw_buf.addr; in snd_cs46xx_playback_indirect_pointer()
761 size_t ptr = snd_cs46xx_peek(chip, BA1_CBA) - chip->capt.hw_buf.addr; in snd_cs46xx_capture_direct_pointer()
768 size_t ptr = snd_cs46xx_peek(chip, BA1_CBA) - chip->capt.hw_buf.addr; in snd_cs46xx_capture_indirect_pointer()
875 cpcm, cpcm->hw_buf.addr,cpcm->pcm_channel_id); in _cs46xx_adjust_sample_rate()
888 cpcm->hw_buf.addr, in _cs46xx_adjust_sample_rate()
945 if (runtime->dma_area != cpcm->hw_buf.area) in snd_cs46xx_playback_hw_params()
947 runtime->dma_area = cpcm->hw_buf.area; in snd_cs46xx_playback_hw_params()
[all …]
/linux-2.6.39/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.h242 __hc32 hw_buf [5]; /* see EHCI 3.5.4 */ member
325 __hc32 hw_buf [5]; member
501 __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.c1987 sitd->hw_buf[0] = cpu_to_hc32(ehci, bufp); in sitd_patch()
1990 sitd->hw_buf[1] = cpu_to_hc32(ehci, uf->buf1); in sitd_patch()
Doxu210hp-hcd.c787 qtd->hw_buf[0] = cpu_to_le32((u32)addr); in qtd_fill()
799 qtd->hw_buf[i] = cpu_to_le32((u32)addr); in qtd_fill()
/linux-2.6.39/include/sound/
Dcs46xx.h1636 struct snd_dma_buffer hw_buf; member
1674 struct snd_dma_buffer hw_buf; member