Searched refs:channel_size (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/accel/ |
H A D | hid-sensor-accel-3d.c | 345 int channel_size; in hid_accel_3d_probe() local 363 channel_size = sizeof(accel_3d_channels); in hid_accel_3d_probe() 368 channel_size = sizeof(gravity_channels); in hid_accel_3d_probe() 377 indio_dev->channels = kmemdup(channel_spec, channel_size, GFP_KERNEL); in hid_accel_3d_probe()
|
/kernel/linux/linux-6.6/drivers/iio/accel/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | musb_cppi41.c | 753 int channel_size; in cppi41_dma_controller_create() local 788 channel_size = controller->num_channels * in cppi41_dma_controller_create() 790 controller->rx_channel = kzalloc(channel_size, GFP_KERNEL); in cppi41_dma_controller_create() 793 controller->tx_channel = kzalloc(channel_size, GFP_KERNEL); in cppi41_dma_controller_create()
|
/kernel/linux/linux-6.6/drivers/usb/musb/ |
H A 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()
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emupcm.c | 522 unsigned int channel_size; in snd_emu10k1_efx_playback_prepare() local 531 channel_size = ( end_addr - start_addr ) / NUM_EFX_PLAYBACK; in snd_emu10k1_efx_playback_prepare() 534 start_addr, start_addr + (channel_size / 2), NULL); in snd_emu10k1_efx_playback_prepare() 538 start_addr, start_addr + channel_size, in snd_emu10k1_efx_playback_prepare() 541 start_addr += channel_size; in snd_emu10k1_efx_playback_prepare() 544 start_addr, start_addr + channel_size, in snd_emu10k1_efx_playback_prepare() 546 start_addr += channel_size; in snd_emu10k1_efx_playback_prepare()
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emupcm.c | 476 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()
|
Completed in 10 milliseconds