input_abs_get_max 1072 drivers/hid/hid-multitouch.c max_azimuth = input_abs_get_max(input, input_abs_get_max 958 drivers/input/joydev.c if (input_abs_get_max(dev, j) == input_abs_get_min(dev, j)) { input_abs_get_max 965 drivers/input/joydev.c t = (input_abs_get_max(dev, j) + input_abs_get_min(dev, j)) / 2; input_abs_get_max 969 drivers/input/joydev.c t = (input_abs_get_max(dev, j) - input_abs_get_min(dev, j)) / 2 input_abs_get_max 236 drivers/input/keyboard/hil_kbd.c if (val > input_abs_get_max(dev, ABS_X + i)) input_abs_get_max 240 drivers/input/keyboard/hil_kbd.c val = input_abs_get_max(dev, ABS_X + i) - val; input_abs_get_max 390 drivers/input/keyboard/hil_kbd.c int diff = input_abs_get_max(input_dev, ABS_X + i) / 10; input_abs_get_max 394 drivers/input/keyboard/hil_kbd.c input_abs_get_max(input_dev, ABS_X + i) - diff); input_abs_get_max 326 drivers/input/misc/uinput.c nslot = input_abs_get_max(dev, ABS_MT_SLOT) + 1; input_abs_get_max 135 drivers/input/mousedev.c size = input_abs_get_max(dev, ABS_X) - input_abs_get_max 152 drivers/input/mousedev.c size = input_abs_get_max(dev, ABS_X) - input_abs_get_max 176 drivers/input/mousedev.c max = input_abs_get_max(dev, ABS_X); input_abs_get_max 190 drivers/input/mousedev.c max = input_abs_get_max(dev, ABS_Y); input_abs_get_max 1040 drivers/input/tablet/aiptek.c input_abs_get_max(aiptek->inputdev, ABS_X) + 1, input_abs_get_max 1041 drivers/input/tablet/aiptek.c input_abs_get_max(aiptek->inputdev, ABS_Y) + 1); input_abs_get_max 1841 drivers/input/tablet/aiptek.c if (input_abs_get_max(aiptek->inputdev, ABS_X) > 0) { input_abs_get_max 201 drivers/input/touchscreen/ad7879.c if (Rt > input_abs_get_max(input_dev, ABS_PRESSURE)) input_abs_get_max 568 drivers/input/touchscreen/ad7879.c if (!input_abs_get_max(input_dev, ABS_PRESSURE)) { input_abs_get_max 1378 drivers/input/touchscreen/ads7846.c ts->pressure_max = input_abs_get_max(input_dev, ABS_PRESSURE) ? : ~0; input_abs_get_max 169 drivers/input/touchscreen/bu21029_ts.c s32 max_pressure = input_abs_get_max(bu21029->in_dev, ABS_PRESSURE); input_abs_get_max 218 drivers/input/touchscreen/chipone_icn8318.c if (!input_abs_get_max(input, ABS_MT_POSITION_X) || input_abs_get_max 219 drivers/input/touchscreen/chipone_icn8318.c !input_abs_get_max(input, ABS_MT_POSITION_Y)) { input_abs_get_max 449 drivers/input/touchscreen/chipone_icn8505.c if (!input_abs_get_max(input, ABS_MT_POSITION_X) || input_abs_get_max 450 drivers/input/touchscreen/chipone_icn8505.c !input_abs_get_max(input, ABS_MT_POSITION_Y)) { input_abs_get_max 82 drivers/input/touchscreen/of_touchscreen.c input_abs_get_max(input, input_abs_get_max 96 drivers/input/touchscreen/of_touchscreen.c input_abs_get_max(input, input_abs_get_max 108 drivers/input/touchscreen/of_touchscreen.c input_abs_get_max(input, axis), input_abs_get_max 122 drivers/input/touchscreen/of_touchscreen.c prop->max_x = input_abs_get_max(input, axis); input_abs_get_max 123 drivers/input/touchscreen/of_touchscreen.c prop->max_y = input_abs_get_max(input, axis + 1); input_abs_get_max 487 drivers/input/touchscreen/pixcir_i2c_ts.c if (!input_abs_get_max(input, ABS_MT_POSITION_X) || input_abs_get_max 488 drivers/input/touchscreen/pixcir_i2c_ts.c !input_abs_get_max(input, ABS_MT_POSITION_Y)) { input_abs_get_max 446 drivers/input/touchscreen/s6sy761.c if (!input_abs_get_max(sdata->input, ABS_X) || input_abs_get_max 447 drivers/input/touchscreen/s6sy761.c !input_abs_get_max(sdata->input, ABS_Y)) {