Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dstm32-dfsdm-core.c319 dfsdm->num_fls = dev_data->num_filters; in stm32_dfsdm_probe_identification()
346 dfsdm->num_fls = FIELD_GET(DFSDM_HWCFGR_NBF_MASK, val); in stm32_dfsdm_probe_identification()
349 if (count > dfsdm->num_fls) { in stm32_dfsdm_probe_identification()
361 dfsdm->num_chs, dfsdm->num_fls); in stm32_dfsdm_probe_identification()
401 dfsdm->fl_list = devm_kcalloc(&pdev->dev, dfsdm->num_fls, in stm32_dfsdm_probe()
H A Dstm32-dfsdm.h331 unsigned int num_fls; member