Home
last modified time | relevance | path

Searched refs:pwrstats_sysfs (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_exportfs.c809 wl_pwrstats_sysfs_t pwrstats_sysfs = {0, }; in show_pwrstats_path() local
889 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 …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_exportfs.c811 wl_pwrstats_sysfs_t pwrstats_sysfs = {0, }; in show_pwrstats_path() local
891 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 …]