Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h2186 struct qdf_delayed_work psoc_idle_timeout_work; member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c11421 qdf_delayed_work_destroy(&hdd_ctx->psoc_idle_timeout_work); in hdd_context_destroy()
14114 qdf_delayed_work_start(&hdd_ctx->psoc_idle_timeout_work, timeout_ms); in hdd_psoc_idle_timer_start()
14120 qdf_delayed_work_stop_sync(&hdd_ctx->psoc_idle_timeout_work); in hdd_psoc_idle_timer_stop()
14649 status = qdf_delayed_work_create(&hdd_ctx->psoc_idle_timeout_work, in hdd_context_create()
14743 qdf_delayed_work_destroy(&hdd_ctx->psoc_idle_timeout_work); in hdd_context_create()