Searched refs:chip_power_stats (Results 1 – 1 of 1) sorted by relevance
270 struct power_stats_response *chip_power_stats; in __show_device_power_stats() local308 chip_power_stats = &priv->power_stats; in __show_device_power_stats()318 chip_power_stats->cumulative_sleep_time_ms, in __show_device_power_stats()319 chip_power_stats->cumulative_total_on_time_ms, in __show_device_power_stats()320 chip_power_stats->deep_sleep_enter_counter, in __show_device_power_stats()321 chip_power_stats->last_deep_sleep_enter_tstamp_ms, in __show_device_power_stats()322 chip_power_stats->debug_register_fmt, in __show_device_power_stats()323 chip_power_stats->num_debug_register); in __show_device_power_stats()325 for (j = 0; j < chip_power_stats->num_debug_register; j++) { in __show_device_power_stats()330 chip_power_stats->debug_registers[j]); in __show_device_power_stats()[all …]