Searched refs:HID_USAGE_SENSOR_TEMPERATURE (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/iio/temperature/ |
D | hid-sensor-temperature.c | 76 HID_USAGE_SENSOR_TEMPERATURE, in temperature_read_raw() 182 HID_USAGE_SENSOR_TEMPERATURE, in temperature_parse_report() 221 HID_USAGE_SENSOR_TEMPERATURE, in hid_temperature_probe() 232 HID_USAGE_SENSOR_TEMPERATURE, temp_st); in hid_temperature_probe() 257 ret = sensor_hub_register_callback(hsdev, HID_USAGE_SENSOR_TEMPERATURE, in hid_temperature_probe() 269 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_TEMPERATURE); in hid_temperature_probe() 282 sensor_hub_remove_callback(hsdev, HID_USAGE_SENSOR_TEMPERATURE); in hid_temperature_remove()
|
/Linux-v4.19/include/linux/ |
D | hid-sensor-ids.h | 49 #define HID_USAGE_SENSOR_TEMPERATURE 0x200033 macro
|
/Linux-v4.19/drivers/iio/common/hid-sensors/ |
D | hid-sensor-attributes.c | 78 {HID_USAGE_SENSOR_TEMPERATURE, 0, 1000, 0}, 79 {HID_USAGE_SENSOR_TEMPERATURE, HID_USAGE_SENSOR_UNITS_DEGREES, 1000, 0},
|