Home
last modified time | relevance | path

Searched defs:rmi_2d_sensor_abs_object (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/drivers/input/rmi4/
Drmi_2d_sensor.h21 struct rmi_2d_sensor_abs_object { struct
22 enum rmi_2d_sensor_object_type type;
23 int mt_tool;
24 u16 x;
25 u16 y;
26 u8 z;
27 u8 wx;
51 struct rmi_2d_sensor_abs_object *objs; argument
/kernel/linux/linux-5.10/drivers/input/rmi4/
Drmi_2d_sensor.h18 struct rmi_2d_sensor_abs_object { struct
19 enum rmi_2d_sensor_object_type type;
20 int mt_tool;
21 u16 x;
22 u16 y;
23 u8 z;
24 u8 wx;
48 struct rmi_2d_sensor_abs_object *objs; argument