Searched refs:HID_USAGE_SENSOR_TEMPERATURE (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/iio/temperature/ |
D | hid-sensor-temperature.c | 71 HID_USAGE_SENSOR_TEMPERATURE, in temperature_read_raw() 177 HID_USAGE_SENSOR_TEMPERATURE, in temperature_parse_report() 208 HID_USAGE_SENSOR_TEMPERATURE, in hid_temperature_probe() 221 HID_USAGE_SENSOR_TEMPERATURE, temp_st); in hid_temperature_probe() 241 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_TEMPERATURE, in hid_temperature_probe() 253 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_TEMPERATURE); in hid_temperature_probe() 266 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_TEMPERATURE); in hid_temperature_remove()
|
/Linux-v6.1/include/linux/ |
D | hid-sensor-ids.h | 36 #define HID_USAGE_SENSOR_TEMPERATURE 0x200033 macro
|
/Linux-v6.1/drivers/iio/common/hid-sensors/ |
D | hid-sensor-attributes.c | 63 {HID_USAGE_SENSOR_TEMPERATURE, 0, 1000, 0}, 64 {HID_USAGE_SENSOR_TEMPERATURE, HID_USAGE_SENSOR_UNITS_DEGREES, 1000, 0},
|