Searched refs:num_chs (Results 1 – 2 of 2) sorted by relevance
320 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()
333 unsigned int num_chs; member