Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-haptic.c54 if (field->unit == HID_UNIT_GRAM || field->unit == HID_UNIT_NEWTON) { in hid_haptic_check_pressure_unit()
H A Dhid-input.c315 } else if (field->unit != HID_UNIT_GRAM) { in hidinput_calc_abs_res()
/linux/include/linux/
H A Dhid.h454 #define HID_UNIT_GRAM 0x0101 macro