cdev_state        150 drivers/crypto/chelsio/chtls/chtls.h 	unsigned int cdev_state;
cdev_state        197 drivers/crypto/chelsio/chtls/chtls_main.c 	cdev->cdev_state = CHTLS_CDEV_STATE_UP;
cdev_state        300 drivers/crypto/chelsio/chtls/chtls_main.c 		if (cdev->cdev_state == CHTLS_CDEV_STATE_UP) {
cdev_state        423 drivers/soc/qcom/qcom_aoss.c 	bool cdev_state;
cdev_state        427 drivers/soc/qcom/qcom_aoss.c 	cdev_state = !!state;
cdev_state        435 drivers/soc/qcom/qcom_aoss.c 			cdev_state ? "off" : "on");
cdev_state        440 drivers/soc/qcom/qcom_aoss.c 		qmp_cdev->state = cdev_state;
cdev_state         79 drivers/thermal/devfreq_cooling.c 				 unsigned long cdev_state)
cdev_state         88 drivers/thermal/devfreq_cooling.c 		bool want_enable = i >= cdev_state ? true : false;
cdev_state        127 include/trace/events/thermal.h 		unsigned long cdev_state, u32 power),
cdev_state        129 include/trace/events/thermal.h 	TP_ARGS(cpus, freq, cdev_state, power),
cdev_state        134 include/trace/events/thermal.h 		__field(unsigned long, cdev_state)
cdev_state        142 include/trace/events/thermal.h 		__entry->cdev_state = cdev_state;
cdev_state        147 include/trace/events/thermal.h 		__get_bitmask(cpumask), __entry->freq, __entry->cdev_state,
cdev_state        186 include/trace/events/thermal.h 		unsigned long cdev_state, u32 power),
cdev_state        188 include/trace/events/thermal.h 	TP_ARGS(cdev, freq, cdev_state, power),
cdev_state        193 include/trace/events/thermal.h 		__field(unsigned long, cdev_state)
cdev_state        200 include/trace/events/thermal.h 		__entry->cdev_state = cdev_state;
cdev_state        205 include/trace/events/thermal.h 		__get_str(type), __entry->freq, __entry->cdev_state,
cdev_state        534 tools/thermal/tmon/sysfs.c 	unsigned long cdev_state;
cdev_state        546 tools/thermal/tmon/sysfs.c 			cdev_state = state * ptdata.cdi[i].max_state/100;
cdev_state        549 tools/thermal/tmon/sysfs.c 				ptdata.cdi[i].instance, state, cdev_state);
cdev_state        554 tools/thermal/tmon/sysfs.c 					cdev_state);