Lines Matching refs:lx
1046 __s8 rx, ry, lx, ly, lt, rt; in wiimod_classic_in_ext() local
1092 lx = ext[0] & 0x3e; in wiimod_classic_in_ext()
1095 lx = ext[0] & 0x3f; in wiimod_classic_in_ext()
1113 input_report_abs(wdata->extension.input, ABS_HAT1X, lx - 0x20); in wiimod_classic_in_ext()
1606 __s16 rx, ry, lx, ly; in wiimod_pro_in_ext() local
1649 lx = (ext[0] & 0xff) | ((ext[1] & 0x0f) << 8); in wiimod_pro_in_ext()
1655 lx -= 0x800; in wiimod_pro_in_ext()
1667 if (abs(lx) < 500) in wiimod_pro_in_ext()
1668 wdata->state.calib_pro_sticks[0] = -lx; in wiimod_pro_in_ext()
1678 lx += wdata->state.calib_pro_sticks[0]; in wiimod_pro_in_ext()
1683 input_report_abs(wdata->extension.input, ABS_X, lx); in wiimod_pro_in_ext()