Searched refs:fifo_bytes (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/iio/accel/ |
| H A D | kionix-kx022a.c | 735 int ret, fifo_bytes; in kx022a_get_fifo_bytes_available() local 743 if (fifo_bytes == KX022A_FIFO_FULL_VALUE) in kx022a_get_fifo_bytes_available() 746 return fifo_bytes; in kx022a_get_fifo_bytes_available() 752 int ret, fifo_bytes; in kx132_get_fifo_bytes_available() local 761 fifo_bytes = le16_to_cpu(buf_status); in kx132_get_fifo_bytes_available() 762 fifo_bytes &= data->chip_info->buf_smp_lvl_mask; in kx132_get_fifo_bytes_available() 763 fifo_bytes = min((unsigned int)fifo_bytes, data->chip_info->fifo_length * in kx132_get_fifo_bytes_available() 766 return fifo_bytes; in kx132_get_fifo_bytes_available() 774 int count, fifo_bytes; in __kx022a_fifo_flush() local 781 if (fifo_bytes % KX022A_FIFO_SAMPLES_SIZE_BYTES) in __kx022a_fifo_flush() [all …]
|
| /linux-6.15/drivers/nfc/ |
| H A D | trf7970a.c | 709 u8 fifo_bytes; in trf7970a_fill_fifo() local 723 len = TRF7970A_FIFO_SIZE - fifo_bytes; in trf7970a_fill_fifo() 743 u8 fifo_bytes; in trf7970a_drain_fifo() local 760 if (!fifo_bytes) in trf7970a_drain_fifo() 763 if (fifo_bytes > skb_tailroom(skb)) { in trf7970a_drain_fifo() 765 max_t(int, fifo_bytes, in trf7970a_drain_fifo() 778 skb_put(skb, fifo_bytes), fifo_bytes); in trf7970a_drain_fifo() 804 if (fifo_bytes) in trf7970a_drain_fifo() 825 u8 status, fifo_bytes, iso_ctrl; in trf7970a_irq() local 880 &fifo_bytes); in trf7970a_irq() [all …]
|
| /linux-6.15/sound/arm/ |
| H A D | aaci.h | 219 unsigned int fifo_bytes; member
|
| H A D | aaci.c | 223 unsigned int len = aacirun->fifo_bytes; in aaci_fifo_irq() 283 unsigned int len = aacirun->fifo_bytes; in aaci_fifo_irq() 528 aacirun->fifo_bytes = aaci->fifo_depth * 4 / 2; in aaci_pcm_hw_params()
|
| /linux-6.15/drivers/i2c/busses/ |
| H A D | i2c-npcm7xx.c | 1576 int fifo_bytes; in npcm_i2c_master_fifo_read() local 1579 fifo_bytes = npcm_i2c_fifo_usage(bus); in npcm_i2c_master_fifo_read() 1590 fifo_bytes = rcount - bus->data->fifo_size; in npcm_i2c_master_fifo_read() 1592 if (rcount <= fifo_bytes) { in npcm_i2c_master_fifo_read() 1599 npcm_i2c_read_fifo(bus, fifo_bytes); in npcm_i2c_master_fifo_read() 1601 npcm_i2c_read_fifo(bus, fifo_bytes); in npcm_i2c_master_fifo_read()
|