Home
last modified time | relevance | path

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

/linux-4.1.27/net/wireless/
Dutil.c1359 u8 *op_class) in ieee80211_chandef_to_operating_class() argument
1371 *op_class = 83; /* HT40+ */ in ieee80211_chandef_to_operating_class()
1373 *op_class = 84; /* HT40- */ in ieee80211_chandef_to_operating_class()
1375 *op_class = 81; in ieee80211_chandef_to_operating_class()
1385 *op_class = 82; /* channel 14 */ in ieee80211_chandef_to_operating_class()
1410 *op_class = vht_opclass; in ieee80211_chandef_to_operating_class()
1413 *op_class = 116; in ieee80211_chandef_to_operating_class()
1415 *op_class = 117; in ieee80211_chandef_to_operating_class()
1417 *op_class = 115; in ieee80211_chandef_to_operating_class()
1426 *op_class = vht_opclass; in ieee80211_chandef_to_operating_class()
[all …]
/linux-4.1.27/drivers/acpi/acpica/
Ddswexec.c362 u32 op_class; in acpi_ds_exec_end_op() local
370 op_class = walk_state->op_info->class; in acpi_ds_exec_end_op()
372 if (op_class == AML_CLASS_UNKNOWN) { in acpi_ds_exec_end_op()
390 acpi_db_single_step(walk_state, op, op_class)); in acpi_ds_exec_end_op()
397 switch (op_class) { in acpi_ds_exec_end_op()
696 op_class, op_type, op->common.aml_opcode, in acpi_ds_exec_end_op()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dtdls.c547 mvm->tdls_cs.peer.op_class, in iwl_mvm_tdls_ch_switch_work()
611 mvm->tdls_cs.peer.op_class = oper_class; in iwl_mvm_tdls_channel_switch()
Dmvm.h835 u8 op_class; member
/linux-4.1.27/net/mac80211/
Dtdls.c143 u8 op_class; in ieee80211_tdls_add_oper_classes() local
146 &op_class)) in ieee80211_tdls_add_oper_classes()
153 *pos++ = op_class; in ieee80211_tdls_add_oper_classes()
154 *pos++ = op_class; /* give current operating class as alternate too */ in ieee80211_tdls_add_oper_classes()
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h397 u8 op_class; member
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h394 u8 op_class; member
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c285 struct p2p_oper_class_map op_class[] = { in init_channel_list() local
295 for (op = 0; op_class[op].op_class; op++) { in init_channel_list()
297 struct p2p_oper_class_map *o = &op_class[op]; in init_channel_list()
315 reg->reg_class = o->op_class; in init_channel_list()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c437 struct p2p_oper_class_map op_class[] = { in init_channel_list() local
454 for (op = 0; op_class[op].op_class; op++) { in init_channel_list()
456 struct p2p_oper_class_map *o = &op_class[op]; in init_channel_list()
474 reg->reg_class = o->op_class; in init_channel_list()
/linux-4.1.27/include/net/
Dcfg80211.h4914 u8 *op_class);