Lines Matching refs:max1363_mode_table
236 static const struct max1363_mode max1363_mode_table[] = { variable
307 max1363_mode_table[ci->mode_list[i]]. in max1363_match_mode()
310 return &max1363_mode_table[ci->mode_list[i]]; in max1363_match_mode()
382 if (st->current_mode != &max1363_mode_table[chan->address]) { in max1363_read_single_chan()
384 st->current_mode = &max1363_mode_table[chan->address]; in max1363_read_single_chan()
847 st->configbyte |= max1363_mode_table[s0to3].conf; in max1363_monitor_mode_update()
848 modemask = max1363_mode_table[s0to3].modemask; in max1363_monitor_mode_update()
850 st->configbyte |= max1363_mode_table[d0m1to2m3].conf; in max1363_monitor_mode_update()
851 modemask = max1363_mode_table[d0m1to2m3].modemask; in max1363_monitor_mode_update()
853 st->configbyte |= max1363_mode_table[d1m0to3m2].conf; in max1363_monitor_mode_update()
854 modemask = max1363_mode_table[d1m0to3m2].modemask; in max1363_monitor_mode_update()
1443 st->current_mode = &max1363_mode_table[st->chip_info->default_mode]; in max1363_initial_setup()
1463 max1363_mode_table[st->chip_info->mode_list[i]] in max1363_alloc_scan_masks()