Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dehci-dbg.c86 hc32_to_cpup(ehci, &qtd->hw_buf[0])); in dbg_qtd()
87 if (qtd->hw_buf[1]) in dbg_qtd()
89 hc32_to_cpup(ehci, &qtd->hw_buf[1]), in dbg_qtd()
90 hc32_to_cpup(ehci, &qtd->hw_buf[2]), in dbg_qtd()
91 hc32_to_cpup(ehci, &qtd->hw_buf[3]), in dbg_qtd()
92 hc32_to_cpup(ehci, &qtd->hw_buf[4])); in dbg_qtd()
147 hc32_to_cpu(ehci, sitd->hw_buf[0]), in dbg_sitd()
148 hc32_to_cpu(ehci, sitd->hw_buf[1])); in dbg_sitd()
411 hc32_to_cpup(ehci, &hw->hw_buf[0])); in qh_lines()
454 hc32_to_cpup(ehci, &td->hw_buf[0])); in qh_lines()
H A Doxu210hp-hcd.c228 __le32 hw_buf[5]; /* see EHCI 3.5.4 */ member
300 __le32 hw_buf[5]; member
1189 qtd->hw_buf[0] = cpu_to_le32((u32)addr); in qtd_fill()
1201 qtd->hw_buf[i] = cpu_to_le32((u32)addr); in qtd_fill()
H A Dehci-sched.c2118 sitd->hw_buf[0] = cpu_to_hc32(ehci, bufp); in sitd_patch()
2121 sitd->hw_buf[1] = cpu_to_hc32(ehci, uf->buf1); in sitd_patch()
/linux/drivers/iio/buffer/
H A Dindustrialio-hw-consumer.c42 struct hw_consumer_buffer *hw_buf = in iio_hw_buf_release() local
44 kfree(hw_buf); in iio_hw_buf_release()
/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c865 memcpy(cpcm->hw_buf.area + rec->hw_data, runtime->dma_area + rec->sw_data, bytes); in snd_cs46xx_pb_trans_copy()
882 chip->capt.hw_buf.area + rec->hw_data, bytes); in snd_cs46xx_cp_trans_copy()
906 ptr -= cpcm->hw_buf.addr; in snd_cs46xx_playback_direct_pointer()
923 ptr -= cpcm->hw_buf.addr; in snd_cs46xx_playback_indirect_pointer()
930 size_t ptr = snd_cs46xx_peek(chip, BA1_CBA) - chip->capt.hw_buf.addr; in snd_cs46xx_capture_direct_pointer()
937 size_t ptr = snd_cs46xx_peek(chip, BA1_CBA) - chip->capt.hw_buf.addr; in snd_cs46xx_capture_indirect_pointer()
1038 cpcm, cpcm->hw_buf.addr,cpcm->pcm_channel_id); in _cs46xx_adjust_sample_rate()
1052 cpcm->hw_buf.addr, in _cs46xx_adjust_sample_rate()
1105 if (runtime->dma_area != cpcm->hw_buf.area) in snd_cs46xx_playback_hw_params()
1107 snd_pcm_set_runtime_buffer(substream, &cpcm->hw_buf); in snd_cs46xx_playback_hw_params()
[all …]
H A Dcs46xx.h1621 struct snd_dma_buffer hw_buf; member
1658 struct snd_dma_buffer hw_buf; member
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h341 __hc32 hw_buf[5]; /* see EHCI 3.5.4 */ member
431 __hc32 hw_buf[5]; member
H A Dfotg210-hcd.c121 hc32_to_cpup(fotg210, &qtd->hw_buf[0])); in dbg_qtd()
122 if (qtd->hw_buf[1]) in dbg_qtd()
124 hc32_to_cpup(fotg210, &qtd->hw_buf[1]), in dbg_qtd()
125 hc32_to_cpup(fotg210, &qtd->hw_buf[2]), in dbg_qtd()
126 hc32_to_cpup(fotg210, &qtd->hw_buf[3]), in dbg_qtd()
127 hc32_to_cpup(fotg210, &qtd->hw_buf[4])); in dbg_qtd()
1994 qtd->hw_buf[0] = cpu_to_hc32(fotg210, (u32)addr); in qtd_fill()
2006 qtd->hw_buf[i] = cpu_to_hc32(fotg210, (u32)addr); in qtd_fill()
/linux/drivers/base/regmap/
H A Dregmap-kunit.c1901 u16 *hw_buf; in raw_write() local
1913 hw_buf = (u16 *)data->vals; in raw_write()
1942 KUNIT_EXPECT_MEMEQ(test, &hw_buf[2], val, sizeof(val)); in raw_write()
2008 u16 *hw_buf; in raw_sync() local
2019 hw_buf = (u16 *)data->vals; in raw_sync()
2021 get_changed_bytes(&hw_buf[2], &val[0], sizeof(val)); in raw_sync()
2063 KUNIT_EXPECT_MEMNEQ(test, &hw_buf[2], &val[0], sizeof(val)); in raw_sync()
2074 KUNIT_EXPECT_MEMEQ(test, &hw_buf[2], &val[0], sizeof(val)); in raw_sync()