Lines Matching refs:max1363_mode_table
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[d0m1to2m3].modemask; in max1363_monitor_mode_update()
857 st->configbyte |= max1363_mode_table[d1m0to3m2].conf; in max1363_monitor_mode_update()
858 modemask = max1363_mode_table[d1m0to3m2].modemask; in max1363_monitor_mode_update()
1450 st->current_mode = &max1363_mode_table[st->chip_info->default_mode]; in max1363_initial_setup()
1472 max1363_mode_table[st->chip_info->mode_list[i]] in max1363_alloc_scan_masks()