Searched refs:channel_size (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/iio/accel/ |
D | hid-sensor-accel-3d.c | 336 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-6.12.1/drivers/usb/musb/ |
D | musb_cppi41.c | 751 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-6.12.1/drivers/iio/adc/ |
D | pac1934.c | 1318 int channel_size, attribute_count, cnt; in pac1934_prep_iio_channels() local 1324 channel_size = 0; in pac1934_prep_iio_channels() 1330 channel_size += sizeof(pac1934_single_channel); in pac1934_prep_iio_channels() 1336 dyn_ch_struct = devm_kzalloc(dev, channel_size, GFP_KERNEL); in pac1934_prep_iio_channels()
|
/linux-6.12.1/sound/pci/emu10k1/ |
D | emupcm.c | 455 unsigned int extra_size, channel_size; in snd_emu10k1_efx_playback_prepare() local 463 channel_size = runtime->buffer_size; in snd_emu10k1_efx_playback_prepare() 471 start_addr, start_addr + channel_size, in snd_emu10k1_efx_playback_prepare() 473 start_addr += channel_size; in snd_emu10k1_efx_playback_prepare()
|