Home
last modified time | relevance | path

Searched refs:channel_size (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/iio/accel/
Dhid-sensor-accel-3d.c336 int channel_size; in hid_accel_3d_probe() local
354 channel_size = sizeof(accel_3d_channels); in hid_accel_3d_probe()
359 channel_size = sizeof(gravity_channels); in hid_accel_3d_probe()
372 channel_size, GFP_KERNEL); in hid_accel_3d_probe()
/Linux-v6.6/drivers/usb/musb/
Dmusb_cppi41.c751 int channel_size; in cppi41_dma_controller_create() local
786 channel_size = controller->num_channels * in cppi41_dma_controller_create()
788 controller->rx_channel = kzalloc(channel_size, GFP_KERNEL); in cppi41_dma_controller_create()
791 controller->tx_channel = kzalloc(channel_size, GFP_KERNEL); in cppi41_dma_controller_create()
/Linux-v6.6/sound/pci/emu10k1/
Demupcm.c476 unsigned int extra_size, channel_size; in snd_emu10k1_efx_playback_prepare() local
484 channel_size = runtime->buffer_size; in snd_emu10k1_efx_playback_prepare()
492 start_addr, start_addr + channel_size, in snd_emu10k1_efx_playback_prepare()
494 start_addr += channel_size; in snd_emu10k1_efx_playback_prepare()