Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_runtime_pm.h346 int hif_rtpm_log_debug_stats(void *s, enum hif_rtpm_fill_type type);
353 static inline int hif_rtpm_log_debug_stats(void *s, in hif_rtpm_log_debug_stats() function
Dhif_runtime_pm.c123 int hif_rtpm_log_debug_stats(void *s, enum hif_rtpm_fill_type type) in hif_rtpm_log_debug_stats() function
224 return hif_rtpm_log_debug_stats((void *)s, HIF_RTPM_FILL_TYPE_DEBUGFS); in hif_rtpm_debugfs_show()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_sysfs_runtime_pm.c28 return hif_rtpm_log_debug_stats(buf, HIF_RTPM_FILL_TYPE_SYSFS); in hdd_sysfs_runtime_pm_show()