Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iio/common/hid-sensors/
Dhid-sensor-attributes.c183 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_read_samp_freq_value()
208 if (st->poll.units == HID_USAGE_SENSOR_UNITS_MILLISECOND) in hid_sensor_write_samp_freq_value()
357 st->poll.units = HID_USAGE_SENSOR_UNITS_MILLISECOND; in hid_sensor_get_reporting_interval()
/linux-4.1.27/include/linux/
Dhid-sensor-ids.h124 #define HID_USAGE_SENSOR_UNITS_MILLISECOND 0x19 macro