Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_debugfs.c174 struct tz_debugfs tz_dbg; member
581 struct tz_debugfs *tz_dbg; in thermal_debug_tz_trip_up() local
587 tz_dbg = &thermal_dbg->tz_dbg; in thermal_debug_tz_trip_up()
624 if (!tz_dbg->nr_trips) { in thermal_debug_tz_trip_up()
629 list_add(&tze->node, &tz_dbg->tz_episodes); in thermal_debug_tz_trip_up()
645 tz_dbg->trips_crossed[tz_dbg->nr_trips++] = trip_id; in thermal_debug_tz_trip_up()
647 tze = list_first_entry(&tz_dbg->tz_episodes, struct tz_episode, node); in thermal_debug_tz_trip_up()
674 struct tz_debugfs *tz_dbg; in thermal_debug_tz_trip_down() local
680 tz_dbg = &thermal_dbg->tz_dbg; in thermal_debug_tz_trip_down()
691 if (!tz_dbg->nr_trips) in thermal_debug_tz_trip_down()
[all …]