Searched refs:runtime_pm_inprogress (Results 1 – 2 of 2) sorted by relevance
3117 qdf_atomic_init(&wmi_handle->runtime_pm_inprogress); in wmi_runtime_pm_init()3122 qdf_atomic_set(&wmi_handle->runtime_pm_inprogress, val); in wmi_set_runtime_pm_inprogress()3127 return qdf_atomic_read(&wmi_handle->runtime_pm_inprogress); in wmi_get_runtime_pm_inprogress()
3547 qdf_atomic_t runtime_pm_inprogress; member