Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhid-sensor-ids.h120 #define HID_USAGE_SENSOR_UNITS_SECOND 0x0110 macro
/openbmc/linux/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c166 if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_read_poll_value()
189 else if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_read_samp_freq_value()
214 else if (st->poll.units == HID_USAGE_SENSOR_UNITS_SECOND) in hid_sensor_write_samp_freq_value()
/openbmc/linux/drivers/rtc/
H A Drtc-hid-sensor-time.c173 HID_USAGE_SENSOR_UNITS_SECOND)) { in hid_time_parse_report()