Searched refs:ABS_HAT0X (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dmaplecontrol.c38 input_report_abs(dev, ABS_HAT0X,
91 -1, -1, -1, -1, ABS_HAT0Y, ABS_HAT0Y, ABS_HAT0X, ABS_HAT0X,
135 for (i = ABS_HAT0X; i <= ABS_HAT3Y; i++)
H A Dgrip.c70 static int grip_abs_bd[] = { ABS_X, ABS_Y, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, -1 };
71 static int grip_abs_xt[] = { ABS_X, ABS_Y, ABS_BRAKE, ABS_GAS, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, ABS_HAT1X, ABS_HAT1Y, -1 };
72 static int grip_abs_dc[] = { ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, -1 };
227 input_report_abs(dev, ABS_HAT0X, ((data[2] >> 1) & 1) - ( data[2] & 1));
248 input_report_abs(dev, ABS_HAT0X, ((data[2] >> 1) & 1) - ( data[2] & 1));
270 input_report_abs(dev, ABS_HAT0X, ((data[2] >> 1) & 1) - ( data[2] & 1));
H A Dwarrior.c85 input_report_abs(dev, ABS_HAT0X, (data[3] & 2 ? 1 : 0) - (data[3] & 1 ? 1 : 0));
171 input_set_abs_params(input_dev, ABS_HAT0X, -1, 1, 0, 0);
H A Dguillemot.c140 input_report_abs(dev, ABS_HAT0X, guillemot_hat_to_axis[data[4] >> 4].x);
245 input_set_abs_params(input_dev, ABS_HAT0X, -1, 1, 0, 0);
H A Dsidewinder.c87 { ABS_X, ABS_Y, ABS_RZ, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y },
89 { ABS_X, ABS_Y, ABS_RZ, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y },
90 { ABS_X, ABS_Y, ABS_RZ, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y },
91 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y },
321 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x);
364 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x);
384 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x);
H A Da3d.c158 input_report_abs(dev, ABS_HAT0X, ( data[5] & 1) - ((data[5] >> 2) & 1));
332 BIT_MASK(ABS_HAT0X) | BIT_MASK(ABS_HAT0Y) |
349 input_set_abs_params(input_dev, ABS_HAT0X + i, -1, 1, 0, 0);
H A Dtmdc.c71 { ABS_HAT0X, ABS_HAT0Y, ABS_HAT1X, ABS_HAT1Y };
200 input_report_abs(port->dev, ABS_HAT0X, ((data[i] >> 3) & 1) - ((data[i] >> 1) & 1));
207 input_report_abs(port->dev, ABS_HAT0X, tmdc_hat_to_axis[(data[i] - 141) / 25].x);
H A Dadi.c79 static char adi_wmgpe_abs[] = { ABS_X, ABS_Y, ABS_HAT0X, ABS_HAT0Y };
80 static char adi_wmi_abs[] = { ABS_X, ABS_Y, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, ABS_HAT1X, ABS_HAT1Y, ABS_HAT2X, ABS_HAT2Y };
81 static char adi_wmed3d_abs[] = { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RZ, ABS_HAT0X, ABS_HAT0Y };
83 static char adi_wmf_abs[] = { ABS_WHEEL, ABS_GAS, ABS_BRAKE, ABS_HAT0X, ABS_HAT0Y, ABS_HAT1X, ABS_HAT1Y, ABS_HAT2X, ABS_HAT2Y };
H A Dgf2k.c189 input_report_abs(dev, ABS_HAT0X + i, gf2k_hat_to_axis[t][i]);
322 input_set_abs_params(input_dev, ABS_HAT0X + i, -1, 1, 0, 0);
H A Dinteract.c65 { ABS_RX, ABS_RY, ABS_X, ABS_Y, ABS_HAT0X, ABS_HAT0Y, -1 };
H A Dxpad.c209 ABS_HAT0X, ABS_HAT0Y, /* d-pad axes */
323 input_report_abs(dev, ABS_HAT0X,
371 input_report_abs(dev, ABS_HAT0X,
779 case ABS_HAT0X:
H A Dgamecon.c251 input_report_abs(dev, ABS_HAT0X,
553 ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_HAT0X, ABS_HAT0Y
868 input_set_abs_params(input_dev, ABS_HAT0X + i, -1, 1, 0, 0);
H A Danalog.c99 static short analog_hats[] = { ABS_HAT0X, ABS_HAT0Y, ABS_HAT1X, ABS_HAT1Y, ABS_HAT2X, ABS_HAT2Y };
H A Ddb9.c118 static const short db9_abs[] = { ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_RZ, ABS_Z, ABS_HAT0X, ABS_HAT0Y, ABS_HAT1X, ABS_HAT1Y };
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/iforce/
H A Diforce-main.c55 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, -1 };
58 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, ABS_HAT0X, ABS_HAT0Y, -1 };
61 { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER, ABS_HAT0X, ABS_HAT0Y,
65 { ABS_WHEEL, ABS_GAS, ABS_BRAKE, ABS_HAT0X, ABS_HAT0Y, -1 };
418 case ABS_HAT0X:
H A Diforce-packets.c197 input_report_abs(dev, ABS_HAT0X, iforce_hat_to_axis[data[6] >> 4].x);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/caiaq/
H A Dinput.c170 input_report_abs(input_dev, ABS_HAT0X, (buf[8] << 8) | buf[9]);
198 input_report_abs(input_dev, ABS_HAT0X, i);
391 input->absbit[0] = BIT_MASK(ABS_HAT0X) | BIT_MASK(ABS_HAT0Y) |
401 input_set_abs_params(input, ABS_HAT0X, 0, 999, 0, 10);
417 input->absbit[0] = BIT_MASK(ABS_HAT0X) | BIT_MASK(ABS_HAT0Y) |
430 input_set_abs_params(input, ABS_HAT0X, 0, 4096, 0, 10);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Delantech.c310 input_report_abs(dev, ABS_HAT0X, x1);
481 input_set_abs_params(dev, ABS_HAT0X, ETP_2FT_XMIN, ETP_2FT_XMAX, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-input.c255 map_abs(ABS_HAT0X);
273 map_abs(ABS_HAT0X);
H A Dhid-debug.c820 [ABS_BRAKE] = "Brake", [ABS_HAT0X] = "Hat0X",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h681 #define ABS_HAT0X 0x10 macro

Completed in 182 milliseconds