Home
last modified time | relevance | path

Searched refs:max1363_mode_table (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dmax1363.c104 /* This must be maintained along side the max1363_mode_table in max1363_core */
237 static const struct max1363_mode max1363_mode_table[] = { variable
308 max1363_mode_table[ci->mode_list[i]]. in max1363_match_mode()
311 return &max1363_mode_table[ci->mode_list[i]]; in max1363_match_mode()
387 if (st->current_mode != &max1363_mode_table[chan->address]) { in max1363_read_single_chan()
389 st->current_mode = &max1363_mode_table[chan->address]; in max1363_read_single_chan()
854 st->configbyte |= max1363_mode_table[s0to3].conf; in max1363_monitor_mode_update()
855 modemask = max1363_mode_table[s0to3].modemask; in max1363_monitor_mode_update()
857 st->configbyte |= max1363_mode_table[d0m1to2m3].conf; in max1363_monitor_mode_update()
858 modemask = max1363_mode_table[d0m1to2m in max1363_monitor_mode_update()
[all...]
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dmax1363.c103 /* This must be maintained along side the max1363_mode_table in max1363_core */
234 static const struct max1363_mode max1363_mode_table[] = { variable
305 max1363_mode_table[ci->mode_list[i]]. in max1363_match_mode()
308 return &max1363_mode_table[ci->mode_list[i]]; in max1363_match_mode()
384 if (st->current_mode != &max1363_mode_table[chan->address]) { in max1363_read_single_chan()
386 st->current_mode = &max1363_mode_table[chan->address]; in max1363_read_single_chan()
851 st->configbyte |= max1363_mode_table[s0to3].conf; in max1363_monitor_mode_update()
852 modemask = max1363_mode_table[s0to3].modemask; in max1363_monitor_mode_update()
854 st->configbyte |= max1363_mode_table[d0m1to2m3].conf; in max1363_monitor_mode_update()
855 modemask = max1363_mode_table[d0m1to2m in max1363_monitor_mode_update()
[all...]

Completed in 4 milliseconds