Lines Matching refs:ry
1049 __s8 rx, ry, lx, ly, lt, rt; in wiimod_classic_in_ext() local
1105 ry = ext[2] & 0x1f; in wiimod_classic_in_ext()
1112 ry <<= 1; in wiimod_classic_in_ext()
1119 input_report_abs(wdata->extension.input, ABS_HAT2Y, ry - 0x20); in wiimod_classic_in_ext()
1609 __s16 rx, ry, lx, ly; in wiimod_pro_in_ext() local
1655 ry = (ext[6] & 0xff) | ((ext[7] & 0x0f) << 8); in wiimod_pro_in_ext()
1661 ry = 0x800 - ry; in wiimod_pro_in_ext()
1676 if (abs(ry) < 500) in wiimod_pro_in_ext()
1677 wdata->state.calib_pro_sticks[3] = -ry; in wiimod_pro_in_ext()
1684 ry += wdata->state.calib_pro_sticks[3]; in wiimod_pro_in_ext()
1689 input_report_abs(wdata->extension.input, ABS_RY, ry); in wiimod_pro_in_ext()