Home
last modified time | relevance | path

Searched refs:regulatory_update_event (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_regulatory.c843 qdf_wait_for_event_completion(&hdd_ctx->regulatory_update_event, in hdd_reg_wait_for_country_change()
886 qdf_event_reset(&hdd_ctx->regulatory_update_event); in hdd_reg_set_country()
1089 qdf_event_reset(&hdd_ctx->regulatory_update_event); in hdd_reg_notifier()
1886 qdf_event_set_all(&hdd_ctx->regulatory_update_event); in __hdd_country_change_work_handle()
1912 qdf_event_set_all(&hdd_ctx->regulatory_update_event); in hdd_handle_country_change_work_error()
2019 status = qdf_event_create(&hdd_ctx->regulatory_update_event); in hdd_init_regulatory_update_event()
2115 status = qdf_event_destroy(&hdd_ctx->regulatory_update_event); in hdd_deinit_regulatory_update_event()
H A Dwlan_hdd_main.c14253 qdf_event_reset(&hdd_ctx->regulatory_update_event); in hdd_trigger_psoc_idle_restart()
20135 qdf_event_reset(&hdd_ctx->regulatory_update_event); in __hdd_driver_mode_change()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h2296 qdf_event_t regulatory_update_event; member