Searched refs:reg_rx_ops (Results 1 – 6 of 6) sorted by relevance
59 struct wlan_lmac_if_reg_rx_ops *reg_rx_ops; in tgt_if_regulatory_is_regdb_offloaded() local63 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() local170 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 …]
32 struct wlan_lmac_if_reg_rx_ops *reg_rx_ops; in tgt_if_regulatory_is_11d_offloaded() local34 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() local73 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, ®_11d_new_cc); in tgt_reg_11d_new_cc_handler()
41 struct wlan_lmac_if_reg_rx_ops *reg_rx_ops; in tgt_reg_ch_avoid_event_handler() local54 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()
383 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 …]
137 return &rx_ops->reg_rx_ops; in wlan_lmac_if_get_reg_rx_ops()
2818 struct wlan_lmac_if_reg_rx_ops reg_rx_ops; member