Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhid-sensor-ids.h14 #define HID_USAGE_SENSOR_ACCEL_3D 0x200073 macro
/linux/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c20 {HID_USAGE_SENSOR_ACCEL_3D, 0, 9, 806650000},
21 {HID_USAGE_SENSOR_ACCEL_3D,
23 {HID_USAGE_SENSOR_ACCEL_3D,
/linux/drivers/iio/accel/
H A Dhid-sensor-accel-3d.c351 if (hsdev->usage == HID_USAGE_SENSOR_ACCEL_3D) { in hid_accel_3d_probe()