Home
last modified time | relevance | path

Searched refs:reg_rx_ops (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/
Dtarget_if_reg.c59 struct wlan_lmac_if_reg_rx_ops *reg_rx_ops; in tgt_if_regulatory_is_regdb_offloaded() local
63 reg_rx_ops = target_if_regulatory_get_rx_ops(psoc); in tgt_if_regulatory_is_regdb_offloaded()
64 if (!reg_rx_ops) { in tgt_if_regulatory_is_regdb_offloaded()
72 if (reg_rx_ops->reg_ignore_fw_reg_offload_ind && in tgt_if_regulatory_is_regdb_offloaded()
73 reg_rx_ops->reg_ignore_fw_reg_offload_ind(psoc)) { in tgt_if_regulatory_is_regdb_offloaded()
149 return &rx_ops->reg_rx_ops; in target_if_regulatory_get_rx_ops()
168 struct wlan_lmac_if_reg_rx_ops *reg_rx_ops; in target_if_reg_set_offloaded_info() local
170 reg_rx_ops = target_if_regulatory_get_rx_ops(psoc); in target_if_reg_set_offloaded_info()
171 if (!reg_rx_ops) { in target_if_reg_set_offloaded_info()
176 if (reg_rx_ops->reg_set_regdb_offloaded) in target_if_reg_set_offloaded_info()
[all …]
Dtarget_if_reg_11d.c32 struct wlan_lmac_if_reg_rx_ops *reg_rx_ops; in tgt_if_regulatory_is_11d_offloaded() local
34 reg_rx_ops = target_if_regulatory_get_rx_ops(psoc); in tgt_if_regulatory_is_11d_offloaded()
39 if (reg_rx_ops && reg_rx_ops->reg_ignore_fw_reg_offload_ind && in tgt_if_regulatory_is_11d_offloaded()
40 reg_rx_ops->reg_ignore_fw_reg_offload_ind(psoc)) { in tgt_if_regulatory_is_11d_offloaded()
60 struct wlan_lmac_if_reg_rx_ops *reg_rx_ops; in tgt_reg_11d_new_cc_handler() local
73 reg_rx_ops = target_if_regulatory_get_rx_ops(psoc); in tgt_reg_11d_new_cc_handler()
75 if (!reg_rx_ops || !reg_rx_ops->reg_11d_new_cc_handler) { in tgt_reg_11d_new_cc_handler()
92 status = reg_rx_ops->reg_11d_new_cc_handler(psoc, &reg_11d_new_cc); in tgt_reg_11d_new_cc_handler()
Dtarget_if_reg_lte.c41 struct wlan_lmac_if_reg_rx_ops *reg_rx_ops; in tgt_reg_ch_avoid_event_handler() local
54 reg_rx_ops = target_if_regulatory_get_rx_ops(psoc); in tgt_reg_ch_avoid_event_handler()
55 if (!reg_rx_ops) { in tgt_reg_ch_avoid_event_handler()
60 if (!reg_rx_ops->reg_ch_avoid_event_handler) { in tgt_reg_ch_avoid_event_handler()
78 status = reg_rx_ops->reg_ch_avoid_event_handler(psoc, &ch_avoid_event); in tgt_reg_ch_avoid_event_handler()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/src/
Dwlan_lmac_if.c383 rx_ops->reg_rx_ops.master_list_ext_handler = in wlan_lmac_if_register_master_list_ext_handler()
390 rx_ops->reg_rx_ops.reg_display_super_chan_list = in wlan_lmac_if_register_super_chan_display()
398 rx_ops->reg_rx_ops.afc_event_handler = tgt_reg_process_afc_event; in wlan_lmac_if_register_afc_handlers()
399 rx_ops->reg_rx_ops.reg_set_afc_dev_type = tgt_reg_set_afc_dev_type; in wlan_lmac_if_register_afc_handlers()
400 rx_ops->reg_rx_ops.reg_get_afc_dev_type = tgt_reg_get_afc_dev_type; in wlan_lmac_if_register_afc_handlers()
401 rx_ops->reg_rx_ops.reg_set_eirp_preferred_support = in wlan_lmac_if_register_afc_handlers()
403 rx_ops->reg_rx_ops.reg_get_eirp_preferred_support = in wlan_lmac_if_register_afc_handlers()
434 rx_ops->reg_rx_ops.reg_set_lower_6g_edge_ch_supp = in wlan_lmac_if_register_6g_edge_chan_supp()
437 rx_ops->reg_rx_ops.reg_set_disable_upper_6g_edge_ch_supp = in wlan_lmac_if_register_6g_edge_chan_supp()
458 rx_ops->reg_rx_ops.reg_program_default_cc = in wlan_lmac_if_umac_reg_rx_ops_register_po()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
Dwlan_lmac_if_api.h137 return &rx_ops->reg_rx_ops; in wlan_lmac_if_get_reg_rx_ops()
Dwlan_lmac_if_def.h2818 struct wlan_lmac_if_reg_rx_ops reg_rx_ops; member