Home
last modified time | relevance | path

Searched refs:num_chs (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/iio/adc/
H A Dstm32-dfsdm-core.c320 dfsdm->num_chs = dev_data->num_channels; in stm32_dfsdm_probe_identification()
347 dfsdm->num_chs = FIELD_GET(DFSDM_HWCFGR_NBT_MASK, val); in stm32_dfsdm_probe_identification()
361 dfsdm->num_chs, dfsdm->num_fls); in stm32_dfsdm_probe_identification()
406 dfsdm->ch_list = devm_kcalloc(&pdev->dev, dfsdm->num_chs, in stm32_dfsdm_probe()
H A Dstm32-dfsdm.h333 unsigned int num_chs; member