Searched refs:abs (Results 1 – 7 of 7) sorted by relevance
28 int abs[ABS_MT_LAST - ABS_MT_FIRST + 1]; member56 slot->abs[code - ABS_MT_FIRST] = value; in input_mt_set_value()62 return slot->abs[code - ABS_MT_FIRST]; in input_mt_get_value()
176 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) /* get abs value/limits */ argument177 #define EVIOCSABS(abs) _IOW('E', 0xc0 + (abs), struct input_absinfo) /* set abs value/limits */ argument
65 struct virtio_input_absinfo abs; member
25 const uint16_t *abs; member
20 (((100UL * abs((val) - (ref))) / (ref)) > 10)
187 void ring_buffer_set_time_stamp_abs(struct ring_buffer *buffer, bool abs);
277 #define abs(x) __abs_choose_expr(x, long long, \ macro