touch_major 171 drivers/hid/hid-asus.c int touch_major, pressure, x, y; touch_major 183 drivers/hid/hid-asus.c touch_major = MAX_TOUCH_MAJOR; touch_major 186 drivers/hid/hid-asus.c touch_major = (data[3] >> 4) & CONTACT_TOUCH_MAJOR_MASK; touch_major 190 drivers/hid/hid-asus.c input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major); touch_major 195 drivers/hid/hid-magicmouse.c int id, x, y, size, orientation, touch_major, touch_minor, state, down; touch_major 204 drivers/hid/hid-magicmouse.c touch_major = tdata[3]; touch_major 214 drivers/hid/hid-magicmouse.c touch_major = tdata[4]; touch_major 225 drivers/hid/hid-magicmouse.c touch_major = tdata[4]; touch_major 289 drivers/hid/hid-magicmouse.c input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major << 2); touch_major 1369 drivers/hid/hid-sony.c int w, int h, int touch_major, int touch_minor, int orientation) touch_major 1406 drivers/hid/hid-sony.c if (touch_major > 0) { touch_major 1408 drivers/hid/hid-sony.c 0, touch_major, 0, 0); touch_major 162 drivers/input/keyboard/applespi.c __le16 touch_major; touch_major 997 drivers/input/keyboard/applespi.c le16_to_int(f->touch_major) << 1); touch_major 1027 drivers/input/keyboard/applespi.c if (le16_to_int(f->touch_major) == 0) touch_major 229 drivers/input/mouse/bcm5974.c __le16 touch_major; /* touch area, major axis */ touch_major 572 drivers/input/mouse/bcm5974.c raw2int(f->touch_major) << 1); touch_major 592 drivers/input/mouse/bcm5974.c int p = raw2int(f->touch_major); touch_major 619 drivers/input/mouse/bcm5974.c if (raw2int(f->touch_major) == 0) touch_major 475 drivers/input/touchscreen/melfas_mip4.c u8 touch_major; touch_major 492 drivers/input/touchscreen/melfas_mip4.c touch_major = packet[5]; touch_major 495 drivers/input/touchscreen/melfas_mip4.c touch_major = packet[6]; touch_major 514 drivers/input/touchscreen/melfas_mip4.c touch_major = packet[9]; touch_major 532 drivers/input/touchscreen/melfas_mip4.c input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, touch_major);