Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_lock.h594 void qdf_wake_lock_check_for_leaks(void);
610 static inline void qdf_wake_lock_check_for_leaks(void) { } in qdf_wake_lock_check_for_leaks() function
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_lock.c220 void qdf_wake_lock_check_for_leaks(void) in qdf_wake_lock_check_for_leaks() function
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c4213 qdf_wake_lock_check_for_leaks(); in hdd_check_for_leaks()