Home
last modified time | relevance | path

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

/Linux-v4.19/net/wireless/
Dutil.c1456 u8 *op_class) in ieee80211_chandef_to_operating_class() argument
1468 *op_class = 83; /* HT40+ */ in ieee80211_chandef_to_operating_class()
1470 *op_class = 84; /* HT40- */ in ieee80211_chandef_to_operating_class()
1472 *op_class = 81; in ieee80211_chandef_to_operating_class()
1482 *op_class = 82; /* channel 14 */ in ieee80211_chandef_to_operating_class()
1507 *op_class = vht_opclass; in ieee80211_chandef_to_operating_class()
1510 *op_class = 116; in ieee80211_chandef_to_operating_class()
1512 *op_class = 117; in ieee80211_chandef_to_operating_class()
1514 *op_class = 115; in ieee80211_chandef_to_operating_class()
1523 *op_class = vht_opclass; in ieee80211_chandef_to_operating_class()
[all …]
/Linux-v4.19/drivers/acpi/acpica/
Ddswexec.c329 u32 op_class; in acpi_ds_exec_end_op() local
337 op_class = walk_state->op_info->class; in acpi_ds_exec_end_op()
339 if (op_class == AML_CLASS_UNKNOWN) { in acpi_ds_exec_end_op()
356 status = acpi_db_single_step(walk_state, op, op_class); in acpi_ds_exec_end_op()
363 switch (op_class) { in acpi_ds_exec_end_op()
664 op_class, op_type, op->common.aml_opcode, in acpi_ds_exec_end_op()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dtdls.c550 mvm->tdls_cs.peer.op_class, in iwl_mvm_tdls_ch_switch_work()
613 mvm->tdls_cs.peer.op_class = oper_class; in iwl_mvm_tdls_channel_switch()
Dmvm.h1076 u8 op_class; member
/Linux-v4.19/net/mac80211/
Dtdls.c159 u8 op_class; in ieee80211_tdls_add_oper_classes() local
162 &op_class)) in ieee80211_tdls_add_oper_classes()
169 *pos++ = op_class; in ieee80211_tdls_add_oper_classes()
170 *pos++ = op_class; /* give current operating class as alternate too */ in ieee80211_tdls_add_oper_classes()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h395 u8 op_class; member
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h468 u8 op_class; member
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c3953 struct p2p_oper_class_map op_class[] = { in init_channel_list() local
3963 for (op = 0; op_class[op].op_class; op++) { in init_channel_list()
3965 struct p2p_oper_class_map *o = &op_class[op]; in init_channel_list()
3982 reg->reg_class = o->op_class; in init_channel_list()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c352 struct p2p_oper_class_map op_class[] = { in init_channel_list() local
369 for (op = 0; op_class[op].op_class; op++) { in init_channel_list()
371 struct p2p_oper_class_map *o = &op_class[op]; in init_channel_list()
389 reg->reg_class = o->op_class; in init_channel_list()
/Linux-v4.19/include/net/
Dcfg80211.h6205 u8 *op_class);