Searched refs:pwrstats_sysfs (Results 1 – 2 of 2) sorted by relevance
809 wl_pwrstats_sysfs_t pwrstats_sysfs = {0, }; in show_pwrstats_path() local889 pwrstats_sysfs.l0_cnt = dtoh32(stats->pcie.l0_cnt); in show_pwrstats_path()890 pwrstats_sysfs.l0_dur_us = dtoh32(stats->pcie.l0_usecs); in show_pwrstats_path()891 pwrstats_sysfs.l1_cnt = dtoh32(stats->pcie.l1_cnt); in show_pwrstats_path()892 pwrstats_sysfs.l1_dur_us = dtoh32(stats->pcie.l1_usecs); in show_pwrstats_path()893 pwrstats_sysfs.l1_1_cnt = dtoh32(stats->pcie.l1_1_cnt); in show_pwrstats_path()894 pwrstats_sysfs.l1_1_dur_us = dtoh32(stats->pcie.l1_1_usecs); in show_pwrstats_path()895 pwrstats_sysfs.l1_2_cnt = dtoh32(stats->pcie.l1_2_cnt); in show_pwrstats_path()896 pwrstats_sysfs.l1_2_dur_us = dtoh32(stats->pcie.l1_2_usecs); in show_pwrstats_path()897 pwrstats_sysfs.l2_cnt = dtoh32(stats->pcie.l2_cnt); in show_pwrstats_path()[all …]
811 wl_pwrstats_sysfs_t pwrstats_sysfs = {0, }; in show_pwrstats_path() local891 pwrstats_sysfs.l0_cnt = dtoh32(stats->pcie.l0_cnt); in show_pwrstats_path()892 pwrstats_sysfs.l0_dur_us = dtoh32(stats->pcie.l0_usecs); in show_pwrstats_path()893 pwrstats_sysfs.l1_cnt = dtoh32(stats->pcie.l1_cnt); in show_pwrstats_path()894 pwrstats_sysfs.l1_dur_us = dtoh32(stats->pcie.l1_usecs); in show_pwrstats_path()895 pwrstats_sysfs.l1_1_cnt = dtoh32(stats->pcie.l1_1_cnt); in show_pwrstats_path()896 pwrstats_sysfs.l1_1_dur_us = dtoh32(stats->pcie.l1_1_usecs); in show_pwrstats_path()897 pwrstats_sysfs.l1_2_cnt = dtoh32(stats->pcie.l1_2_cnt); in show_pwrstats_path()898 pwrstats_sysfs.l1_2_dur_us = dtoh32(stats->pcie.l1_2_usecs); in show_pwrstats_path()899 pwrstats_sysfs.l2_cnt = dtoh32(stats->pcie.l2_cnt); in show_pwrstats_path()[all …]