Searched refs:op_class (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/drivers/acpi/acpica/ |
D | dswexec.c | 332 u32 op_class; in acpi_ds_exec_end_op() local 344 op_class = walk_state->op_info->class; in acpi_ds_exec_end_op() 346 if (op_class == AML_CLASS_UNKNOWN) { in acpi_ds_exec_end_op() 363 status = acpi_db_single_step(walk_state, op, op_class); in acpi_ds_exec_end_op() 370 switch (op_class) { in acpi_ds_exec_end_op() 697 op_class, op_type, op->common.aml_opcode, in acpi_ds_exec_end_op()
|
/linux-6.12.1/net/wireless/ |
D | util.c | 2163 u8 *op_class) in ieee80211_chandef_to_operating_class() argument 2175 *op_class = 83; /* HT40+ */ in ieee80211_chandef_to_operating_class() 2177 *op_class = 84; /* HT40- */ in ieee80211_chandef_to_operating_class() 2179 *op_class = 81; in ieee80211_chandef_to_operating_class() 2190 *op_class = 82; /* channel 14 */ in ieee80211_chandef_to_operating_class() 2215 *op_class = vht_opclass; in ieee80211_chandef_to_operating_class() 2218 *op_class = 116; in ieee80211_chandef_to_operating_class() 2220 *op_class = 117; in ieee80211_chandef_to_operating_class() 2222 *op_class = 115; in ieee80211_chandef_to_operating_class() 2231 *op_class = vht_opclass; in ieee80211_chandef_to_operating_class() [all …]
|
D | scan.c | 692 if (!ieee80211_operating_class_to_band(info->op_class, &band)) in cfg80211_parse_colocated_ap_iter() 2831 ap_info.op_class = elem->data[0]; in cfg80211_gen_reporter_rnr() 2844 &ap_info.op_class)) in cfg80211_gen_reporter_rnr() 3046 if (!ieee80211_operating_class_to_band(ap_info->op_class, in cfg80211_parse_ml_elem_sta_data()
|
/linux-6.12.1/net/wireless/tests/ |
D | scan.c | 470 .op_class = 81, in KUNIT_ARRAY_PARAM_DESC() 495 .op_class = 81, in KUNIT_ARRAY_PARAM_DESC() 677 u8 op_class; member 690 .info.op_class = 81, 794 if (!info.op_class) in KUNIT_ARRAY_PARAM_DESC() 795 info.op_class = 131; in KUNIT_ARRAY_PARAM_DESC()
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tdls.c | 484 mvm->tdls_cs.peer.op_class, in iwl_mvm_tdls_ch_switch_work() 542 mvm->tdls_cs.peer.op_class = oper_class; in iwl_mvm_tdls_channel_switch()
|
D | mvm.h | 1289 u8 op_class; member
|
/linux-6.12.1/net/mac80211/ |
D | tdls.c | 160 u8 op_class; in ieee80211_tdls_add_oper_classes() local 163 &op_class)) in ieee80211_tdls_add_oper_classes() 170 *pos++ = op_class; in ieee80211_tdls_add_oper_classes() 171 *pos++ = op_class; /* give current operating class as alternate too */ in ieee80211_tdls_add_oper_classes()
|
D | mlme.c | 2287 if (!ieee80211_operating_class_to_band(info->op_class, &band)) { in ieee80211_sta_csa_rnr_iter()
|
/linux-6.12.1/drivers/net/wireless/microchip/wilc1000/ |
D | cfg80211.c | 90 u8 op_class; member 102 u8 op_class; member 999 if (e->op_class == WILC_WLAN_OPERATING_CLASS_2_4GHZ) { in wilc_wfi_cfg_parse_ch_attr() 1008 op_ch->op_class = WILC_WLAN_OPERATING_CLASS_2_4GHZ; in wilc_wfi_cfg_parse_ch_attr()
|
/linux-6.12.1/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme_ext.h | 357 u8 op_class; member
|
/linux-6.12.1/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 285 static const struct p2p_oper_class_map op_class[] = { in init_channel_list() local 302 for (op = 0; op_class[op].op_class; op++) { in init_channel_list() 304 const struct p2p_oper_class_map *o = &op_class[op]; in init_channel_list() 321 reg->reg_class = o->op_class; in init_channel_list()
|
/linux-6.12.1/include/linux/ |
D | ieee80211.h | 4893 u8 op_class; member
|
/linux-6.12.1/include/net/ |
D | cfg80211.h | 9047 u8 *op_class);
|