Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/iio/trigger/
Dstm32-timer-trigger.c47 static const void *valids_table[][MAX_VALIDS] = { variable
106 const void *(*valids_table)[MAX_VALIDS]; member
797 if (cfg->valids_table && *cfg->valids_table[index]) in stm32_timer_trigger_probe()
810 if (cfg->valids_table && *cfg->valids_table[index]) in stm32_timer_trigger_probe()
811 priv->valids = cfg->valids_table[index]; in stm32_timer_trigger_probe()
894 .valids_table = valids_table,
895 .num_valids_table = ARRAY_SIZE(valids_table),
899 .valids_table = stm32h7_valids_table,