Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dstm32-dfsdm-core.c319 dfsdm->num_chs = dev_data->num_channels; in stm32_dfsdm_probe_identification()
346 dfsdm->num_chs = FIELD_GET(DFSDM_HWCFGR_NBT_MASK, val); in stm32_dfsdm_probe_identification()
360 dfsdm->num_chs, dfsdm->num_fls); in stm32_dfsdm_probe_identification()
405 dfsdm->ch_list = devm_kcalloc(&pdev->dev, dfsdm->num_chs, in stm32_dfsdm_probe()
H A Dstm32-dfsdm.h333 unsigned int num_chs; member
H A Dstm32-dfsdm-adc.c616 if (ch->channel >= dfsdm->num_chs) { in stm32_dfsdm_channel_parse_of()
619 ch->channel, dfsdm->num_chs); in stm32_dfsdm_channel_parse_of()
1448 if (num_ch < 0 || num_ch > adc->dfsdm->num_chs) { in stm32_dfsdm_adc_init()