Home
last modified time | relevance | path

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

1234

/linux/sound/core/seq/oss/
A Dseq_oss_synth.c46 struct snd_seq_oss_callback oper; member
104 rec->oper = reg->oper; in snd_seq_oss_synth_probe()
213 if (rec->oper.open == NULL || rec->oper.close == NULL) { in snd_seq_oss_synth_setup()
231 module_put(rec->oper.owner); in snd_seq_oss_synth_setup()
239 rec->oper.close(&info->arg); in snd_seq_oss_synth_setup()
240 module_put(rec->oper.owner); in snd_seq_oss_synth_setup()
315 rec->oper.close(&info->arg); in snd_seq_oss_synth_cleanup()
316 module_put(rec->oper.owner); in snd_seq_oss_synth_cleanup()
422 if (rec->oper.reset) { in snd_seq_oss_synth_reset()
423 rec->oper.reset(&info->arg); in snd_seq_oss_synth_reset()
[all …]
/linux/net/mac80211/
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()
390 &csa_ie->chanreq.oper)) { in ieee80211_parse_ch_switch_ie()
[all …]
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 …]
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()
510 .oper = ctx->conf.def, in _ieee80211_change_chanctx()
679 ctx->conf.def = chanreq->oper; in ieee80211_alloc_chanctx()
1328 if (link_conf->chanreq.oper.width != link->reserved.oper.width) in ieee80211_link_use_reserved_reassign()
1706 if (link_conf->chanreq.oper.width != link->reserved.oper.width) in ieee80211_vif_use_reserved_switch()
1866 &chanreq->oper, in _ieee80211_link_use_channel()
2045 &chanreq->oper, in ieee80211_link_change_chanreq()
[all …]
A Dibss.c260 chanreq.oper = *req_chandef; in __ieee80211_sta_join_ibss()
261 chan = chanreq.oper.chan; in __ieee80211_sta_join_ibss()
264 if (chanreq.oper.width == NL80211_CHAN_WIDTH_5 || in __ieee80211_sta_join_ibss()
265 chanreq.oper.width == NL80211_CHAN_WIDTH_10 || in __ieee80211_sta_join_ibss()
267 chanreq.oper.width == NL80211_CHAN_WIDTH_20) { in __ieee80211_sta_join_ibss()
272 chanreq.oper.width = NL80211_CHAN_WIDTH_20; in __ieee80211_sta_join_ibss()
273 chanreq.oper.center_freq1 = chan->center_freq; in __ieee80211_sta_join_ibss()
284 &chanreq.oper, NL80211_IFTYPE_ADHOC); in __ieee80211_sta_join_ibss()
310 capability, tsf, &chanreq.oper, in __ieee80211_sta_join_ibss()
803 params.chandef = csa_ie.chanreq.oper; in ieee80211_ibss_process_chanswitch()
[all …]
A Dmlme.c910 chanreq->oper = *ap_chandef; in ieee80211_determine_chan_mode()
1020 chanreq.oper = ap_chandef; in ieee80211_config_bw()
1050 &chanreq.oper); in ieee80211_config_bw()
1063 chanreq.oper.chan->freq_offset, chanreq.oper.width, in ieee80211_config_bw()
1064 chanreq.oper.center_freq1, chanreq.oper.freq1_offset, in ieee80211_config_bw()
1065 chanreq.oper.center_freq2); in ieee80211_config_bw()
2153 &link->conf->chanreq.oper); in ieee80211_csa_switch_work()
2513 csa_ie.chanreq.oper.width, in ieee80211_sta_process_chanswitch()
2526 csa_ie.chanreq.oper.width, in ieee80211_sta_process_chanswitch()
2579 link->csa.chanreq.oper = csa_ie.chanreq.oper; in ieee80211_sta_process_chanswitch()
[all …]
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()
1412 const u8 *peer, enum nl80211_tdls_operation oper) in ieee80211_tdls_oper() argument
1427 switch (oper) { in ieee80211_tdls_oper()
1441 tdls_dbg(sdata, "TDLS oper %d peer %pM\n", oper, peer); in ieee80211_tdls_oper()
1443 switch (oper) { in ieee80211_tdls_oper()
1502 enum nl80211_tdls_operation oper, in ieee80211_tdls_oper_request() argument
1509 oper); in ieee80211_tdls_oper_request()
[all …]
A Dcfg.c892 &chanreq.oper)) in ieee80211_set_monitor_channel()
901 &chanreq.oper)) in ieee80211_set_monitor_channel()
1666 chandef = link_conf->chanreq.oper; in ieee80211_stop_ap()
3418 sdata->vif.bss_conf.chanreq.oper.chan) { in ieee80211_set_bitrate_mask()
3422 band = sdata->vif.bss_conf.chanreq.oper.chan->band; in ieee80211_set_bitrate_mask()
3758 &link_data->csa.chanreq.oper)) in __ieee80211_csa_finalize()
3911 if (sdata->vif.bss_conf.chanreq.oper.chan->band != in ieee80211_set_csa_beacon()
4013 ch_switch.chandef = chanreq.oper; in __ieee80211_channel_switch()
4050 &link_data->csa.chanreq.oper, link_id, in __ieee80211_channel_switch()
4308 *chandef = link->conf->chanreq.oper; in ieee80211_cfg_get_channel()
[all …]
A Drate.c282 if (WARN_ON(!link->conf->chanreq.oper.chan)) in ieee80211_check_rate_mask()
285 band = link->conf->chanreq.oper.chan->band; in ieee80211_check_rate_mask()
765 flags = ieee80211_chandef_rate_flags(&sdata->vif.bss_conf.chanreq.oper); in rate_control_cap_mask()
821 chan_width = sta->sdata->vif.bss_conf.chanreq.oper.width; in rate_control_apply_mask_ratetbl()
858 chan_width = sdata->vif.bss_conf.chanreq.oper.width; in rate_control_apply_mask()
A Dmain.c101 struct cfg80211_chan_def *oper = NULL; in ieee80211_calc_hw_conf_chan() local
113 oper = &ctx->def; in ieee80211_calc_hw_conf_chan()
129 } else if (oper) { in ieee80211_calc_hw_conf_chan()
130 chandef = *oper; in ieee80211_calc_hw_conf_chan()
143 if (!oper || !cfg80211_chandef_identical(&chandef, oper)) in ieee80211_calc_hw_conf_chan()
1263 local->monitor_chanreq.oper = dflt_chandef; in ieee80211_register_hw()
/linux/net/sched/
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()
1948 if (!oper) { in taprio_change()
2041 if (oper) in taprio_destroy()
2402 if (oper && taprio_dump_tc_entries(skb, q, oper)) in taprio_dump()
[all …]
/linux/scripts/dtc/
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/drivers/net/fddi/skfp/
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/drivers/net/ethernet/microchip/lan966x/
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/drivers/net/ethernet/amd/pds_core/
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/drivers/net/ethernet/pensando/ionic/
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/drivers/crypto/axis/
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/drivers/media/tuners/
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()
A Dqt1010_priv.h79 u8 oper, reg, val; member
/linux/drivers/net/ethernet/ti/
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/drivers/net/wireless/intel/iwlwifi/mvm/tests/
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/include/sound/
A Dseq_oss.h76 struct snd_seq_oss_callback oper; member
/linux/net/tipc/
A Dtrace.h408 __field(u8, oper)
417 __entry->oper = netif_oper_up(dev);
422 __get_str(b_name), (__entry->oper) ? "up" : "down",
/linux/drivers/net/ethernet/marvell/prestera/
A Dprestera.h99 bool oper; member
210 u8 oper; member
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_dcb.c648 u8 i, err, sync, oper; in i40e_cee_to_dcb_config() local
689 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config()
691 if (!err && sync && oper) { in i40e_cee_to_dcb_config()
703 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config()
705 if (!err && sync && oper) { in i40e_cee_to_dcb_config()
717 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config()
719 if (!err && sync && oper) { in i40e_cee_to_dcb_config()

Completed in 76 milliseconds

1234