Searched refs:cdev_state (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/include/trace/events/ |
D | thermal.h | 127 unsigned long cdev_state, u32 power), 129 TP_ARGS(cpus, freq, cdev_state, power), 134 __field(unsigned long, cdev_state) 142 __entry->cdev_state = cdev_state; 147 __get_bitmask(cpumask), __entry->freq, __entry->cdev_state, 186 unsigned long cdev_state, u32 power), 188 TP_ARGS(cdev, freq, cdev_state, power), 193 __field(unsigned long, cdev_state) 200 __entry->cdev_state = cdev_state; 205 __get_str(type), __entry->freq, __entry->cdev_state,
|
/Linux-v5.4/tools/thermal/tmon/ |
D | sysfs.c | 534 unsigned long cdev_state; in set_ctrl_state() local 546 cdev_state = state * ptdata.cdi[i].max_state/100; in set_ctrl_state() 549 ptdata.cdi[i].instance, state, cdev_state); in set_ctrl_state() 554 cdev_state); in set_ctrl_state()
|
/Linux-v5.4/drivers/soc/qcom/ |
D | qcom_aoss.c | 423 bool cdev_state; in qmp_cdev_set_cur_state() local 427 cdev_state = !!state; in qmp_cdev_set_cur_state() 435 cdev_state ? "off" : "on"); in qmp_cdev_set_cur_state() 440 qmp_cdev->state = cdev_state; in qmp_cdev_set_cur_state()
|
/Linux-v5.4/drivers/thermal/ |
D | devfreq_cooling.c | 79 unsigned long cdev_state) in partition_enable_opps() argument 88 bool want_enable = i >= cdev_state ? true : false; in partition_enable_opps()
|
/Linux-v5.4/drivers/crypto/chelsio/chtls/ |
D | chtls_main.c | 197 cdev->cdev_state = CHTLS_CDEV_STATE_UP; in chtls_register_dev() 300 if (cdev->cdev_state == CHTLS_CDEV_STATE_UP) { in chtls_free_all_uld()
|
D | chtls.h | 150 unsigned int cdev_state; member
|