Home
last modified time | relevance | path

Searched refs:set_abs (Results 1 – 4 of 4) sorted by relevance

/third_party/libevdev/tools/
Dlibevdev-tweak-device.c304 set_abs(struct libevdev *dev, unsigned int changes, in set_abs() function
369 set_abs(dev, OPT_RES, ABS_X, &abs); in set_resolution()
371 set_abs(dev, OPT_RES, ABS_MT_POSITION_X, &abs); in set_resolution()
375 set_abs(dev, OPT_RES, ABS_Y, &abs); in set_resolution()
377 set_abs(dev, OPT_RES, ABS_MT_POSITION_Y, &abs); in set_resolution()
447 set_abs(dev, changes, axis, &absinfo); in main()
/third_party/libevdev/libevdev/
Dlibevdev-uinput.c47 set_abs(const struct libevdev *dev, int fd, unsigned int code) in set_abs() function
111 rc = set_abs(dev, fd, code); in set_evbits()
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp252 void set_abs(Temp abs_temp) in set_abs() function
1790 ctx.info[instr->definitions[0].tempId()].set_abs(other); in label_instruction()
/third_party/libevdev/
Dthird_party_libevdev.diff33029 +set_abs(struct libevdev *dev, unsigned int changes,
33094 + set_abs(dev, OPT_RES, ABS_X, &abs);
33096 + set_abs(dev, OPT_RES, ABS_MT_POSITION_X, &abs);
33100 + set_abs(dev, OPT_RES, ABS_Y, &abs);
33102 + set_abs(dev, OPT_RES, ABS_MT_POSITION_Y, &abs);
33172 + set_abs(dev, changes, axis, &absinfo);