lpad_touched      921 drivers/hid/hid-steam.c 	bool lpad_touched, lpad_and_joy;
lpad_touched      938 drivers/hid/hid-steam.c 	lpad_touched = b10 & BIT(3);
lpad_touched      943 drivers/hid/hid-steam.c 	input_report_abs(input, lpad_touched ? ABS_HAT0X : ABS_X, x);
lpad_touched      944 drivers/hid/hid-steam.c 	input_report_abs(input, lpad_touched ? ABS_HAT0Y : ABS_Y, y);
lpad_touched      946 drivers/hid/hid-steam.c 	if (lpad_touched && !lpad_and_joy) {
lpad_touched      951 drivers/hid/hid-steam.c 	if (!(lpad_touched || lpad_and_joy)) {
lpad_touched      974 drivers/hid/hid-steam.c 	input_event(input, EV_KEY, BTN_THUMB, lpad_touched || lpad_and_joy);