Home
last modified time | relevance | path

Searched refs:qdf_event_set_all (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_event.c100 QDF_STATUS qdf_event_set_all(qdf_event_t *event) in qdf_event_set_all() function
117 qdf_export_symbol(qdf_event_set_all);
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_event.h73 QDF_STATUS qdf_event_set_all(qdf_event_t *event);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_regulatory.c1886 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()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_action.c3793 status = qdf_event_set_all(&pm_ctx->channel_switch_complete_evt); in policy_mgr_set_chan_switch_complete_evt()