Home
last modified time | relevance | path

Searched refs:pmo_exit (Results 1 – 20 of 20) sorted by relevance

/wlan-driver/qcacld-3.0/components/pmo/dispatcher/src/
H A Dwlan_pmo_tgt_lphb.c46 pmo_exit(); in pmo_tgt_send_lphb_enable()
68 pmo_exit(); in pmo_tgt_send_lphb_tcp_params()
90 pmo_exit(); in pmo_tgt_send_lphb_tcp_pkt_filter()
112 pmo_exit(); in pmo_tgt_send_lphb_udp_params()
134 pmo_exit(); in pmo_tgt_send_lphb_udp_pkt_filter()
H A Dwlan_pmo_obj_mgmt_api.c83 pmo_exit(); in pmo_init()
139 pmo_exit(); in pmo_deinit()
195 pmo_exit(); in pmo_psoc_object_created_notification()
226 pmo_exit(); in pmo_psoc_object_destroyed_notification()
299 pmo_exit(); in pmo_vdev_object_created_notification()
381 pmo_exit(); in pmo_register_suspend_handler()
420 pmo_exit(); in pmo_unregister_suspend_handler()
453 pmo_exit(); in pmo_register_resume_handler()
491 pmo_exit(); in pmo_unregister_resume_handler()
H A Dwlan_pmo_tgt_gtk.c85 pmo_exit(); in pmo_tgt_send_gtk_offload_req()
116 pmo_exit(); in pmo_tgt_get_gtk_rsp()
174 pmo_exit(); in pmo_tgt_gtk_rsp_evt()
H A Dwlan_pmo_tgt_mc_addr_filtering.c51 pmo_exit(); in pmo_tgt_set_mc_filter_req()
79 pmo_exit(); in pmo_tgt_clear_mc_filter_req()
H A Dwlan_pmo_tgt_pkt_filter.c87 pmo_exit(); in pmo_tgt_set_pkt_filter()
149 pmo_exit(); in pmo_tgt_clear_pkt_filter()
H A Dwlan_pmo_tgt_hw_filter.c50 pmo_exit(); in pmo_tgt_conf_hw_filter()
H A Dwlan_pmo_tgt_static_config.c94 pmo_exit(); in pmo_tgt_send_ra_filter_req()
H A Dwlan_pmo_tgt_ns.c161 pmo_exit(); in pmo_tgt_disable_ns_offload_req()
H A Dwlan_pmo_tgt_arp.c159 pmo_exit(); in pmo_tgt_disable_arp_offload_req()
H A Dwlan_pmo_tgt_suspend_resume.c50 pmo_exit(); in pmo_tgt_vdev_update_param_req()
/wlan-driver/qcacld-3.0/components/pmo/core/src/
H A Dwlan_pmo_ns.c150 pmo_exit(); in pmo_core_flush_ns_from_vdev_priv()
228 pmo_exit(); in pmo_core_do_disable_ns_offload()
382 pmo_exit(); in pmo_core_flush_ns_offload_req()
502 pmo_exit(); in pmo_core_disable_ns_offload_in_fwr()
544 pmo_exit(); in pmo_core_get_ns_offload_params()
H A Dwlan_pmo_pkt_filter.c71 pmo_exit(); in pmo_core_set_pkt_filter()
107 pmo_exit(); in pmo_core_clear_pkt_filter()
H A Dwlan_pmo_hw_filter.c61 pmo_exit(); in pmo_core_enable_hw_filter_in_fwr()
98 pmo_exit(); in pmo_core_disable_hw_filter_in_fwr()
H A Dwlan_pmo_arp.c97 pmo_exit(); in pmo_core_flush_arp_from_vdev_priv()
176 pmo_exit(); in pmo_core_do_disable_arp_offload()
331 pmo_exit(); in pmo_core_flush_arp_offload_req()
439 pmo_exit(); in pmo_core_get_arp_offload_params()
H A Dwlan_pmo_gtk.c289 pmo_exit(); in pmo_core_enable_gtk_offload_in_fwr()
325 pmo_exit(); in pmo_core_disable_gtk_offload_in_fwr()
363 pmo_exit(); in pmo_core_get_gtk_rsp()
H A Dwlan_pmo_suspend_resume.c230 pmo_exit(); in pmo_configure_vdev_suspend_params()
548 pmo_exit(); in pmo_core_psoc_configure_suspend()
736 pmo_exit(); in pmo_core_psoc_user_space_resume_req()
950 pmo_exit(); in pmo_core_psoc_suspend_target()
1276 pmo_exit(); in pmo_core_psoc_bus_runtime_suspend()
1592 pmo_exit(); in pmo_core_psoc_target_suspend_acknowledge()
1636 pmo_exit(); in pmo_core_psoc_is_target_wake_up_received()
1761 pmo_exit(); in pmo_core_config_listen_interval()
1922 pmo_exit(); in pmo_core_config_non_li_offload_modulated_dtim()
1970 pmo_exit(); in pmo_core_config_li_offload_modulated_dtim()
H A Dwlan_pmo_wow.c136 pmo_exit(); in pmo_core_add_wow_user_pattern()
170 pmo_exit(); in pmo_core_del_wow_user_pattern()
202 pmo_exit(); in pmo_core_enable_wakeup_event()
H A Dwlan_pmo_main.c422 pmo_exit(); in pmo_core_get_psoc_config()
445 pmo_exit(); in pmo_core_update_psoc_config()
H A Dwlan_pmo_mc_addr_filtering.c139 pmo_exit(); in pmo_core_enhanced_mc_filter_disable()
616 pmo_exit(); in pmo_core_get_mc_addr_list()
/wlan-driver/qcacld-3.0/components/pmo/core/inc/
H A Dwlan_pmo_main.h52 #define pmo_exit() QDF_TRACE_EXIT(QDF_MODULE_ID_PMO, "exit") macro