Home
last modified time | relevance | path

Searched refs:oper (Results 1 – 25 of 96) sorted by relevance

1234

/linux-6.15/sound/core/seq/oss/
H A Dseq_oss_synth.c39 struct snd_seq_oss_callback oper; member
97 rec->oper = reg->oper; in snd_seq_oss_synth_probe()
206 if (rec->oper.open == NULL || rec->oper.close == NULL) { in snd_seq_oss_synth_setup()
224 module_put(rec->oper.owner); in snd_seq_oss_synth_setup()
232 rec->oper.close(&info->arg); in snd_seq_oss_synth_setup()
233 module_put(rec->oper.owner); in snd_seq_oss_synth_setup()
308 rec->oper.close(&info->arg); in snd_seq_oss_synth_cleanup()
309 module_put(rec->oper.owner); in snd_seq_oss_synth_cleanup()
409 if (rec->oper.reset) { in snd_seq_oss_synth_reset()
410 rec->oper.reset(&info->arg); in snd_seq_oss_synth_reset()
[all …]
/linux-6.15/net/mac80211/
H A Dspectmgmt.c319 cfg80211_chandef_create(&csa_ie->chanreq.oper, new_chan, in ieee80211_parse_ch_switch_ie()
323 cfg80211_chandef_create(&csa_ie->chanreq.oper, new_chan, in ieee80211_parse_ch_switch_ie()
327 cfg80211_chandef_create(&csa_ie->chanreq.oper, new_chan, in ieee80211_parse_ch_switch_ie()
334 switch (sdata->vif.bss_conf.chanreq.oper.width) { in ieee80211_parse_ch_switch_ie()
337 csa_ie->chanreq.oper.width = in ieee80211_parse_ch_switch_ie()
338 sdata->vif.bss_conf.chanreq.oper.width; in ieee80211_parse_ch_switch_ie()
347 csa_ie->chanreq.ap = csa_ie->chanreq.oper; in ieee80211_parse_ch_switch_ie()
354 new_chandef = csa_ie->chanreq.oper; in ieee80211_parse_ch_switch_ie()
365 new_chandef = csa_ie->chanreq.oper; in ieee80211_parse_ch_switch_ie()
385 &csa_ie->chanreq.oper)) { in ieee80211_parse_ch_switch_ie()
[all …]
H A Dmesh.c114 if (!cfg80211_chandef_compatible(&sdata->vif.bss_conf.chanreq.oper, in mesh_matches_local()
441 sdata->vif.bss_conf.chanreq.oper.width == NL80211_CHAN_WIDTH_10) in mesh_add_ht_cap_ie()
562 &sdata->vif.bss_conf.chanreq.oper); in mesh_add_vht_oper_ie()
611 ieee80211_ie_build_he_oper(pos, &sdata->vif.bss_conf.chanreq.oper); in mesh_add_he_oper_ie()
965 ieee80211_chandef_rate_flags(&sdata->vif.bss_conf.chanreq.oper); in ieee80211_mesh_build_beacon()
1265 &sdata->vif.bss_conf.chanreq.oper, in ieee80211_mesh_csa_mark_radar()
1269 &sdata->vif.bss_conf.chanreq.oper, in ieee80211_mesh_csa_mark_radar()
1291 switch (sdata->vif.bss_conf.chanreq.oper.width) { in ieee80211_mesh_process_chnswitch()
1328 params.chandef = csa_ie.chanreq.oper; in ieee80211_mesh_process_chnswitch()
1364 &sdata->vif.bss_conf.chanreq.oper)) { in ieee80211_mesh_process_chnswitch()
[all …]
H A Dchan.c92 if (!cfg80211_chandef_identical(&a->oper, &b->oper)) in ieee80211_chanreq_identical()
110 compat = cfg80211_chandef_compatible(&a->oper, &b->oper); in ieee80211_chanreq_compatible()
115 tmp->oper = *compat; in ieee80211_chanreq_compatible()
129 .oper = ctx->conf.def, in ieee80211_chanctx_compatible()
528 .oper = ctx->conf.def, in _ieee80211_change_chanctx()
697 ctx->conf.def = chanreq->oper; in ieee80211_alloc_chanctx()
1360 if (link_conf->chanreq.oper.width != link->reserved.oper.width) in ieee80211_link_use_reserved_reassign()
1738 if (link_conf->chanreq.oper.width != link->reserved.oper.width) in ieee80211_vif_use_reserved_switch()
1898 &chanreq->oper, in _ieee80211_link_use_channel()
2079 &chanreq->oper, in ieee80211_link_change_chanreq()
[all …]
H A Dibss.c261 chanreq.oper = *req_chandef; in __ieee80211_sta_join_ibss()
262 chan = chanreq.oper.chan; in __ieee80211_sta_join_ibss()
265 if (chanreq.oper.width == NL80211_CHAN_WIDTH_5 || in __ieee80211_sta_join_ibss()
266 chanreq.oper.width == NL80211_CHAN_WIDTH_10 || in __ieee80211_sta_join_ibss()
268 chanreq.oper.width == NL80211_CHAN_WIDTH_20) { in __ieee80211_sta_join_ibss()
273 chanreq.oper.width = NL80211_CHAN_WIDTH_20; in __ieee80211_sta_join_ibss()
274 chanreq.oper.center_freq1 = chan->center_freq; in __ieee80211_sta_join_ibss()
285 &chanreq.oper, NL80211_IFTYPE_ADHOC); in __ieee80211_sta_join_ibss()
311 capability, tsf, &chanreq.oper, in __ieee80211_sta_join_ibss()
804 params.chandef = csa_ie.chanreq.oper; in ieee80211_ibss_process_chanswitch()
[all …]
H A Dtdls.c162 if (!ieee80211_chandef_to_operating_class(&link->conf->chanreq.oper, in ieee80211_tdls_add_oper_classes()
441 sta->tdls_chandef = link->conf->chanreq.oper; in ieee80211_tdls_add_setup_start_ies()
614 sta->tdls_chandef = link->conf->chanreq.oper; in ieee80211_tdls_add_setup_cfm_ies()
660 &link->conf->chanreq.oper, prot, in ieee80211_tdls_add_setup_cfm_ies()
1413 const u8 *peer, enum nl80211_tdls_operation oper) in ieee80211_tdls_oper() argument
1428 switch (oper) { in ieee80211_tdls_oper()
1442 tdls_dbg(sdata, "TDLS oper %d peer %pM\n", oper, peer); in ieee80211_tdls_oper()
1444 switch (oper) { in ieee80211_tdls_oper()
1503 enum nl80211_tdls_operation oper, in ieee80211_tdls_oper_request() argument
1510 oper); in ieee80211_tdls_oper_request()
[all …]
H A Dcfg.c922 &chanreq.oper)) in ieee80211_set_monitor_channel()
932 &chanreq.oper)) in ieee80211_set_monitor_channel()
1694 chandef = link_conf->chanreq.oper; in ieee80211_stop_ap()
3482 sdata->vif.bss_conf.chanreq.oper.chan) { in ieee80211_set_bitrate_mask()
3486 band = sdata->vif.bss_conf.chanreq.oper.chan->band; in ieee80211_set_bitrate_mask()
3821 &link_data->csa.chanreq.oper)) in __ieee80211_csa_finalize()
3974 if (sdata->vif.bss_conf.chanreq.oper.chan->band != in ieee80211_set_csa_beacon()
4076 ch_switch.chandef = chanreq.oper; in __ieee80211_channel_switch()
4113 &link_data->csa.chanreq.oper, link_id, in __ieee80211_channel_switch()
4371 *chandef = link->conf->chanreq.oper; in ieee80211_cfg_get_channel()
[all …]
H A Dmlme.c1095 chanreq->oper = *ap_chandef; in ieee80211_determine_chan_mode()
1254 chanreq.oper = ap_chandef; in ieee80211_config_bw()
1284 &chanreq.oper); in ieee80211_config_bw()
1297 chanreq.oper.chan->freq_offset, chanreq.oper.width, in ieee80211_config_bw()
1298 chanreq.oper.center_freq1, chanreq.oper.freq1_offset, in ieee80211_config_bw()
1299 chanreq.oper.center_freq2); in ieee80211_config_bw()
2433 &link->conf->chanreq.oper); in ieee80211_csa_switch_work()
2793 csa_ie.chanreq.oper.width, in ieee80211_sta_process_chanswitch()
2806 csa_ie.chanreq.oper.width, in ieee80211_sta_process_chanswitch()
2859 link->csa.chanreq.oper = csa_ie.chanreq.oper; in ieee80211_sta_process_chanswitch()
[all …]
H A Drate.c301 if (WARN_ON(!link->conf->chanreq.oper.chan)) in ieee80211_check_rate_mask()
304 band = link->conf->chanreq.oper.chan->band; in ieee80211_check_rate_mask()
784 flags = ieee80211_chandef_rate_flags(&sdata->vif.bss_conf.chanreq.oper); in rate_control_cap_mask()
840 chan_width = sta->sdata->vif.bss_conf.chanreq.oper.width; in rate_control_apply_mask_ratetbl()
877 chan_width = sdata->vif.bss_conf.chanreq.oper.width; in rate_control_apply_mask()
/linux-6.15/net/sched/
H A Dsch_taprio.c211 if (*oper) in switch_schedules()
214 *oper = *admin; in switch_schedules()
932 if (!oper) in advance_sched()
951 oper->cycle_end_time = ktime_add_ns(oper->cycle_end_time, in advance_sched()
952 oper->cycle_time); in advance_sched()
1332 if (oper) in taprio_dev_notifier()
1873 if (mqprio && (oper || admin)) { in taprio_change()
1947 if (!oper) { in taprio_change()
2040 if (oper) in taprio_destroy()
2400 if (oper && taprio_dump_tc_entries(skb, q, oper)) in taprio_dump()
[all …]
/linux-6.15/scripts/dtc/
H A Dfdtput.c24 enum oper_type oper; /* operation to perform */ member
232 switch (disp->oper) { in do_fdtput()
293 disp.oper = OPER_WRITE_PROP; in main()
310 disp.oper = OPER_CREATE_NODE; in main()
338 if (disp.oper == OPER_WRITE_PROP) { in main()
/linux-6.15/drivers/net/fddi/skfp/
H A Dsmtdef.c69 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper);
337 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper) in set_min_max() argument
340 old = *oper ; in set_min_max()
342 *oper = limit ; in set_min_max()
344 *oper = mib ; in set_min_max()
345 return old != *oper; in set_min_max()
/linux-6.15/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_taprio.c178 int err, oper = -1; in lan966x_taprio_find_list() local
193 oper = list[i]; in lan966x_taprio_find_list()
203 *obs_list = (oper == -1) ? *new_list : oper; in lan966x_taprio_find_list()
211 *obs_list = (oper == -1) ? *new_list : oper; in lan966x_taprio_find_list()
/linux-6.15/drivers/net/ethernet/pensando/ionic/
H A Dionic_fw.c42 .fw_control.oper = IONIC_FW_INSTALL_ASYNC in ionic_dev_cmd_firmware_install()
52 .fw_control.oper = IONIC_FW_ACTIVATE_ASYNC, in ionic_dev_cmd_firmware_activate()
67 .fw_control.oper = fw_cmd, in ionic_fw_status_long_wait()
/linux-6.15/drivers/net/ethernet/amd/pds_core/
H A Dfw.c35 .fw_control.oper = PDS_CORE_FW_INSTALL_ASYNC in pdsc_devcmd_fw_install()
52 .fw_control.oper = PDS_CORE_FW_ACTIVATE_ASYNC, in pdsc_devcmd_fw_activate()
68 .fw_control.oper = fw_cmd, in pdsc_fw_status_long_wait()
/linux-6.15/drivers/crypto/axis/
H A Dartpec6_crypto.c309 int oper; member
1006 switch (oper) { in create_hash_pad()
1455 u32 oper; in artpec6_crypto_prepare_hash() local
1458 oper = FIELD_GET(A6_CRY_MD_OPER, req_ctx->hash_md); in artpec6_crypto_prepare_hash()
1460 oper = FIELD_GET(A7_CRY_MD_OPER, req_ctx->hash_md); in artpec6_crypto_prepare_hash()
1678 u32 oper; in artpec6_crypto_prepare_crypto() local
1726 oper = regk_crypto_aes_ecb; in artpec6_crypto_prepare_crypto()
1731 oper = regk_crypto_aes_cbc; in artpec6_crypto_prepare_crypto()
1736 oper = regk_crypto_aes_ctr; in artpec6_crypto_prepare_crypto()
1741 oper = regk_crypto_aes_xts; in artpec6_crypto_prepare_crypto()
[all …]
/linux-6.15/drivers/media/tuners/
H A Dqt1010.c201 if (rd[i].oper == QT1010_WR) { in qt1010_set_params()
216 u8 oper, u8 reg, u8 reg_init_val, u8 *retval) in qt1010_init_meas1() argument
224 { QT1010_WR, 0x1e, oper }, in qt1010_init_meas1()
267 if (i2c_data[i].oper == QT1010_WR) { in qt1010_init_meas2()
328 switch (i2c_data[i].oper) { in qt1010_init()
H A Dqt1010_priv.h79 u8 oper, reg, val; member
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dlink.c175 if (link->chanreq.oper.width > NL80211_CHAN_WIDTH_20) in iwl_mld_fill_protection_flags()
217 if (link->chanreq.oper.width != NL80211_CHAN_WIDTH_20_NOHT) in iwl_mld_fill_qos_params()
495 apply_bw = ieee80211_chan_width_to_rx_bw(link_conf->chanreq.oper.width); in iwl_mld_omi_bw_update()
731 chandef = link_conf->chanreq.oper; in iwl_mld_check_omi_bw_reduction()
1015 link_conf->chanreq.oper.width; in iwl_mld_get_n_subchannels()
1028 n_subchannels -= hweight16(link_conf->chanreq.oper.punctured); in iwl_mld_get_n_subchannels()
1117 enum nl80211_band band = link_conf->chanreq.oper.chan->band; in iwl_mld_get_default_chan_load()
1167 band = link_conf->chanreq.oper.chan->band; in iwl_mld_get_link_grade()
1191 link_conf->chanreq.oper.width, in iwl_mld_get_link_grade()
1192 link_conf->chanreq.oper.punctured, link_rssi); in iwl_mld_get_link_grade()
H A Dtlc.c529 if (WARN_ON_ONCE(!link_conf->chanreq.oper.chan)) in iwl_mld_config_tlc_link()
541 band = link_conf->chanreq.oper.chan->band; in iwl_mld_config_tlc_link()
610 if (WARN_ON(!link || !link->chanreq.oper.chan)) in iwl_mld_get_amsdu_size_of_tid()
613 band = link->chanreq.oper.chan->band; in iwl_mld_get_amsdu_size_of_tid()
/linux-6.15/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c494 static int am65_cpsw_port_est_is_swapped(struct net_device *ndev, int *oper, in am65_cpsw_port_est_is_swapped() argument
501 *oper = !!(val & AM65_CPSW_PN_FST_EST_BUFACT); in am65_cpsw_port_est_is_swapped()
506 return *admin == *oper; in am65_cpsw_port_est_is_swapped()
523 int oper, admin; in am65_cpsw_port_est_get_free_buf_num() local
527 if (am65_cpsw_port_est_is_swapped(ndev, &oper, &admin)) in am65_cpsw_port_est_get_free_buf_num()
528 return !oper; in am65_cpsw_port_est_get_free_buf_num()
533 am65_cpsw_port_est_assign_buf_num(ndev, oper); in am65_cpsw_port_est_get_free_buf_num()
537 oper, admin); in am65_cpsw_port_est_get_free_buf_num()
594 int oper, admin; in am65_cpsw_est_update_state() local
599 if (!am65_cpsw_port_est_is_swapped(ndev, &oper, &admin)) in am65_cpsw_est_update_state()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/tests/
H A Dlinks.c196 link_conf.chanreq.oper = params->chandef; in KUNIT_ARRAY_PARAM_DESC()
404 conf->chanreq.oper = chandef_a; in KUNIT_ARRAY_PARAM_DESC()
410 conf->chanreq.oper = chandef_b; in KUNIT_ARRAY_PARAM_DESC()
/linux-6.15/include/sound/
H A Dseq_oss.h76 struct snd_seq_oss_callback oper; member
/linux-6.15/net/tipc/
H A Dtrace.h408 __field(u8, oper)
417 __entry->oper = netif_oper_up(dev);
422 __get_str(b_name), (__entry->oper) ? "up" : "down",
/linux-6.15/drivers/net/ethernet/marvell/prestera/
H A Dprestera.h99 bool oper; member
210 u8 oper; member

1234