Home
last modified time | relevance | path

Searched refs:abs (Results 1 – 7 of 7) sorted by relevance

/include/linux/input/
Dmt.h28 int abs[ABS_MT_LAST - ABS_MT_FIRST + 1]; member
56 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()
/include/uapi/linux/
Dinput.h176 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) /* get abs value/limits */ argument
177 #define EVIOCSABS(abs) _IOW('E', 0xc0 + (abs), struct input_absinfo) /* set abs value/limits */ argument
Dvirtio_input.h65 struct virtio_input_absinfo abs; member
/include/linux/platform_data/
Dcyttsp4.h25 const uint16_t *abs; member
/include/linux/
Ddim.h20 (((100UL * abs((val) - (ref))) / (ref)) > 10)
Dring_buffer.h187 void ring_buffer_set_time_stamp_abs(struct ring_buffer *buffer, bool abs);
Dkernel.h277 #define abs(x) __abs_choose_expr(x, long long, \ macro