Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/common/hid-sensors/
Dhid-sensor-attributes.c69 {HID_USAGE_SENSOR_TIME_TIMESTAMP, HID_USAGE_SENSOR_UNITS_MILLISECOND,
204 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_read_samp_freq_value()
229 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_write_samp_freq_value()
405 st->poll.units = HID_USAGE_SENSOR_UNITS_MILLISECOND; in hid_sensor_get_reporting_interval()
/Linux-v4.19/include/linux/
Dhid-sensor-ids.h138 #define HID_USAGE_SENSOR_UNITS_MILLISECOND 0x19 macro