Lines Matching refs:int32_t

42 typedef void (evdev_event_t)(struct evdev_dev *, uint16_t, uint16_t, int32_t);
108 int32_t val[MT_CNT];
110 int32_t maj; /* ABS_MT_TOUCH_MAJOR */
111 int32_t min; /* ABS_MT_TOUCH_MINOR */
112 int32_t w_maj; /* ABS_MT_WIDTH_MAJOR */
113 int32_t w_min; /* ABS_MT_WIDTH_MINOR */
114 int32_t ori; /* ABS_MT_ORIENTATION */
115 int32_t x; /* ABS_MT_POSITION_X */
116 int32_t y; /* ABS_MT_POSITION_Y */
117 int32_t type; /* ABS_MT_TOOL_TYPE */
118 int32_t blob_id; /* ABS_MT_BLOB_ID */
119 int32_t id; /* ABS_MT_TRACKING_ID */
120 int32_t p; /* ABS_MT_PRESSURE */
121 int32_t dist; /* ABS_MT_DISTANCE */
122 int32_t tool_x; /* ABS_MT_TOOL_X */
123 int32_t tool_y; /* ABS_MT_TOOL_Y */
142 int evdev_push_event(struct evdev_dev *, uint16_t, uint16_t, int32_t);
147 void evdev_support_abs(struct evdev_dev *, uint16_t, int32_t, int32_t, int32_t,
148 int32_t, int32_t);
160 int evdev_mt_id_to_slot(struct evdev_dev *, int32_t);
193 evdev_push_key(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_key()
200 evdev_push_rel(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_rel()
207 evdev_push_abs(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_abs()
214 evdev_push_msc(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_msc()
221 evdev_push_led(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_led()
228 evdev_push_snd(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_snd()
235 evdev_push_sw(struct evdev_dev *evdev, uint16_t code, int32_t value) in evdev_push_sw()