Home
last modified time | relevance | path

Searched refs:xfer1 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/asihpi/
H A Dasihpi.c847 unsigned int xfer1, xfer2; in snd_card_asihpi_timer_function() local
851 xfer1 = xfercount; in snd_card_asihpi_timer_function()
854 xfer1 = min(xfercount, ds->buffer_bytes - buf_ofs); in snd_card_asihpi_timer_function()
855 xfer2 = xfercount - xfer1; in snd_card_asihpi_timer_function()
860 s->number, xfer1, buf_ofs); in snd_card_asihpi_timer_function()
863 ds->h_stream, pd, xfer1, in snd_card_asihpi_timer_function()
871 xfercount - xfer1, buf_ofs); in snd_card_asihpi_timer_function()
875 xfercount - xfer1, in snd_card_asihpi_timer_function()
880 s->number, xfer1); in snd_card_asihpi_timer_function()
884 pd, xfer1)); in snd_card_asihpi_timer_function()
[all...]
/kernel/linux/linux-6.6/sound/pci/asihpi/
H A Dasihpi.c845 unsigned int xfer1, xfer2; in snd_card_asihpi_timer_function() local
849 xfer1 = xfercount; in snd_card_asihpi_timer_function()
852 xfer1 = min(xfercount, ds->buffer_bytes - buf_ofs); in snd_card_asihpi_timer_function()
853 xfer2 = xfercount - xfer1; in snd_card_asihpi_timer_function()
858 s->number, xfer1, buf_ofs); in snd_card_asihpi_timer_function()
861 ds->h_stream, pd, xfer1, in snd_card_asihpi_timer_function()
869 xfercount - xfer1, buf_ofs); in snd_card_asihpi_timer_function()
873 xfercount - xfer1, in snd_card_asihpi_timer_function()
878 s->number, xfer1); in snd_card_asihpi_timer_function()
882 pd, xfer1)); in snd_card_asihpi_timer_function()
[all...]
/kernel/linux/linux-5.10/drivers/net/ieee802154/
H A Dcc2520.c346 struct spi_transfer xfer1 = { in cc2520_read_register() local
358 spi_message_add_tail(&xfer1, &msg); in cc2520_read_register()
362 priv->buf[xfer1.len++] = CC2520_CMD_MEMORY_READ; in cc2520_read_register()
363 priv->buf[xfer1.len++] = reg; in cc2520_read_register()
/kernel/linux/linux-6.6/drivers/net/ieee802154/
H A Dcc2520.c345 struct spi_transfer xfer1 = { in cc2520_read_register() local
357 spi_message_add_tail(&xfer1, &msg); in cc2520_read_register()
361 priv->buf[xfer1.len++] = CC2520_CMD_MEMORY_READ; in cc2520_read_register()
362 priv->buf[xfer1.len++] = reg; in cc2520_read_register()

Completed in 9 milliseconds