Searched refs:hif_rtpm_print (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hif/src/ |
H A D | hif_runtime_pm.c | 102 hif_rtpm_print(enum hif_rtpm_fill_type type, int *index, void *buf, in hif_rtpm_print() function 120 hif_rtpm_print(_type, _index, _s, "%30s: %u\n", #_name, \ 133 hif_rtpm_print(type, &index, s, "%30s: %llu\n", "Current timestamp", in hif_rtpm_log_debug_stats() 136 hif_rtpm_print(type, &index, s, "%30s: %s\n", "Runtime PM state", in hif_rtpm_log_debug_stats() 139 hif_rtpm_print(type, &index, s, "%30s: %llu\n", "Last Busy timestamp", in hif_rtpm_log_debug_stats() 142 hif_rtpm_print(type, &index, s, "%30s: %llu\n", "Last resume request timestamp", in hif_rtpm_log_debug_stats() 145 hif_rtpm_print(type, &index, s, "%30s: %llu\n", in hif_rtpm_log_debug_stats() 149 hif_rtpm_print(type, &index, s, "%30s: %ps\n", "Last Busy Marker", in hif_rtpm_log_debug_stats() 152 hif_rtpm_print(type, &index, s, "Rx busy marker counts:\n"); in hif_rtpm_log_debug_stats() 153 hif_rtpm_print(type, &index, s, "%30s: %u %llu\n", in hif_rtpm_log_debug_stats() [all …]
|