Searched refs:default_fuzz (Results 1 – 1 of 1) sorted by relevance
/third_party/mtdev/src/ |
D | caps.c | 73 static void default_fuzz(struct mtdev *dev, int code, int sn) in default_fuzz() function 131 default_fuzz(dev, ABS_MT_POSITION_X, SN_COORD); in mtdev_configure() 132 default_fuzz(dev, ABS_MT_POSITION_Y, SN_COORD); in mtdev_configure() 133 default_fuzz(dev, ABS_MT_TOUCH_MAJOR, SN_WIDTH); in mtdev_configure() 134 default_fuzz(dev, ABS_MT_TOUCH_MINOR, SN_WIDTH); in mtdev_configure() 135 default_fuzz(dev, ABS_MT_WIDTH_MAJOR, SN_WIDTH); in mtdev_configure() 136 default_fuzz(dev, ABS_MT_WIDTH_MINOR, SN_WIDTH); in mtdev_configure() 137 default_fuzz(dev, ABS_MT_ORIENTATION, SN_ORIENT); in mtdev_configure()
|