Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
H A Ddswexec.c332 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/net/wireless/
H A Dutil.c2223 u8 *op_class) in ieee80211_chandef_to_operating_class() argument
2235 *op_class = 83; /* HT40+ */ in ieee80211_chandef_to_operating_class()
2237 *op_class = 84; /* HT40- */ in ieee80211_chandef_to_operating_class()
2239 *op_class = 81; in ieee80211_chandef_to_operating_class()
2250 *op_class = 82; /* channel 14 */ in ieee80211_chandef_to_operating_class()
2275 *op_class = vht_opclass; in ieee80211_chandef_to_operating_class()
2278 *op_class = 116; in ieee80211_chandef_to_operating_class()
2280 *op_class = 117; in ieee80211_chandef_to_operating_class()
2282 *op_class = 115; in ieee80211_chandef_to_operating_class()
2291 *op_class = vht_opclass; in ieee80211_chandef_to_operating_class()
[all …]
H A Dscan.c717 if (!ieee80211_operating_class_to_band(info->op_class, &band)) in cfg80211_parse_colocated_ap_iter()
2870 ap_info.op_class = elem->data[0]; in cfg80211_gen_reporter_rnr()
2883 &ap_info.op_class)) in cfg80211_gen_reporter_rnr()
3084 if (!ieee80211_operating_class_to_band(ap_info->op_class, in cfg80211_parse_ml_elem_sta_data()
/linux/net/wireless/tests/
H A Dscan.c470 .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/drivers/cxl/core/
H A Dedac.c830 u8 op_class; member
850 pi->hdr.op_class = class; in cxl_perform_maintenance()
1178 u8 op_class; member
1234 u8 op_class; member
1280 cxl_sparing_ctx->op_class = rd_attrbs->hdr.op_class; in cxl_mem_sparing_get_attrbs()
1405 cxl_sparing_ctx->op_class, in cxl_mem_perform_sparing()
1685 u8 op_class; member
1767 cxl_ppr_ctx->op_class = rd_attrbs->hdr.op_class; in cxl_mem_ppr_get_attrbs()
1820 cxl_ppr_ctx->op_class, in cxl_mem_perform_ppr()
/linux/net/mac80211/
H A Dtdls.c160 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()
H A Dmlme.c2764 if (!ieee80211_operating_class_to_band(info->op_class, &band)) { in ieee80211_sta_csa_rnr_iter()
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c90 u8 op_class; member
102 u8 op_class; member
991 if (e->op_class == WILC_WLAN_OPERATING_CLASS_2_4GHZ) { in wilc_wfi_cfg_parse_ch_attr()
1000 op_ch->op_class = WILC_WLAN_OPERATING_CLASS_2_4GHZ; in wilc_wfi_cfg_parse_ch_attr()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c275 static const struct p2p_oper_class_map op_class[] = { in init_channel_list() local
292 for (op = 0; op_class[op].op_class; op++) { in init_channel_list()
294 const struct p2p_oper_class_map *o = &op_class[op]; in init_channel_list()
311 reg->reg_class = o->op_class; in init_channel_list()
/linux/include/net/
H A Dcfg80211.h9581 u8 *op_class);