Home
last modified time | relevance | path

Searched refs:country_change_work (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_regulatory.c1909 qdf_sched_work(0, &hdd_ctx->country_change_work); in hdd_handle_country_change_work_error()
2003 qdf_sched_work(0, &hdd_ctx->country_change_work); in hdd_regulatory_dyn_cbk()
2046 qdf_create_work(0, &hdd_ctx->country_change_work, in hdd_regulatory_init()
2125 qdf_flush_work(&hdd_ctx->country_change_work); in hdd_regulatory_deinit()
2126 qdf_destroy_work(0, &hdd_ctx->country_change_work); in hdd_regulatory_deinit()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h2283 qdf_work_t country_change_work; member