Home
last modified time | relevance | path

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

/linux-4.4.14/include/trace/events/
Dthermal.h115 unsigned long cdev_state, u32 power),
117 TP_ARGS(cpus, freq, cdev_state, power),
122 __field(unsigned long, cdev_state)
130 __entry->cdev_state = cdev_state;
135 __get_bitmask(cpumask), __entry->freq, __entry->cdev_state,
169 unsigned long cdev_state, u32 power),
171 TP_ARGS(cdev, freq, cdev_state, power),
176 __field(unsigned long, cdev_state)
183 __entry->cdev_state = cdev_state;
188 __get_str(type), __entry->freq, __entry->cdev_state,
/linux-4.4.14/tools/thermal/tmon/
Dsysfs.c541 unsigned long cdev_state; in set_ctrl_state() local
553 cdev_state = state * ptdata.cdi[i].max_state/100; in set_ctrl_state()
556 ptdata.cdi[i].instance, state, cdev_state); in set_ctrl_state()
561 cdev_state); in set_ctrl_state()
/linux-4.4.14/drivers/thermal/
Ddevfreq_cooling.c105 unsigned long cdev_state) in partition_enable_opps() argument
114 bool want_enable = i >= cdev_state ? true : false; in partition_enable_opps()