Home
last modified time | relevance | path

Searched refs:HID_USAGE_SENSOR_UNITS_MILLISECOND (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/common/hid-sensors/
Dhid-sensor-attributes.c61 {HID_USAGE_SENSOR_TIME_TIMESTAMP, HID_USAGE_SENSOR_UNITS_MILLISECOND,
192 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_read_samp_freq_value()
217 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_write_samp_freq_value()
397 st->poll.units = HID_USAGE_SENSOR_UNITS_MILLISECOND; in hid_sensor_get_reporting_interval()
/kernel/linux/linux-5.10/include/linux/
Dhid-sensor-ids.h125 #define HID_USAGE_SENSOR_UNITS_MILLISECOND 0x19 macro