static_power 806 drivers/net/wireless/mediatek/mt7601u/phy.c static const int static_power[4] = { 0, -49152, -98304, 49152 }; static_power 857 drivers/net/wireless/mediatek/mt7601u/phy.c p.trgt_power += static_power[mt7601u_bbp_rr(dev, 1) & 0x03]; static_power 284 drivers/thermal/devfreq_cooling.c u32 static_power = 0; static_power 318 drivers/thermal/devfreq_cooling.c static_power = get_static_power(dfc, freq); static_power 320 drivers/thermal/devfreq_cooling.c *power = dyn_power + static_power; static_power 324 drivers/thermal/devfreq_cooling.c static_power, *power); static_power 340 drivers/thermal/devfreq_cooling.c u32 static_power; static_power 346 drivers/thermal/devfreq_cooling.c static_power = get_static_power(dfc, freq); static_power 348 drivers/thermal/devfreq_cooling.c *power = dfc->power_table[state] + static_power; static_power 362 drivers/thermal/devfreq_cooling.c u32 static_power; static_power 371 drivers/thermal/devfreq_cooling.c static_power = get_static_power(dfc, freq); static_power 373 drivers/thermal/devfreq_cooling.c dyn_power = power - static_power; static_power 156 include/trace/events/thermal.h u32 dynamic_power, u32 static_power, u32 power), static_power 158 include/trace/events/thermal.h TP_ARGS(cdev, status, freq, dynamic_power, static_power, power), static_power 165 include/trace/events/thermal.h __field(u32, static_power ) static_power 174 include/trace/events/thermal.h __entry->static_power = static_power; static_power 180 include/trace/events/thermal.h __entry->load, __entry->dynamic_power, __entry->static_power,