Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_lock.h833 QDF_STATUS qdf_rtpm_put(uint8_t type, uint32_t id);
908 QDF_STATUS qdf_rtpm_put(uint8_t type, uint32_t id) in qdf_rtpm_put() function
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_lock.c485 QDF_STATUS qdf_rtpm_put(uint8_t type, uint32_t id) in qdf_rtpm_put() function
491 qdf_export_symbol(qdf_rtpm_put);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cm_disconnect.c695 qdf_rtpm_put(QDF_RTPM_PUT, QDF_RTPM_ID_PM_QOS_NOTIFY); in wlan_hdd_runtime_pm_wow_disconnect_handler()