Lines Matching refs:b_rsp4
211 u8 b_rsp3, b_rsp4;
230 b_rsp4 = ~pad->response[4];
240 input_report_key(input, BTN_X, b_rsp4 & BIT(3));
241 input_report_key(input, BTN_A, b_rsp4 & BIT(2));
242 input_report_key(input, BTN_B, b_rsp4 & BIT(1));
243 input_report_key(input, BTN_Y, b_rsp4 & BIT(0));
244 input_report_key(input, BTN_TL, b_rsp4 & BIT(5));
245 input_report_key(input, BTN_TR, b_rsp4 & BIT(4));
246 input_report_key(input, BTN_TL2, b_rsp4 & BIT(7));
247 input_report_key(input, BTN_TR2, b_rsp4 & BIT(6));
257 b_rsp4 = ~pad->response[4];
267 input_report_key(input, BTN_X, b_rsp4 & BIT(3));
268 input_report_key(input, BTN_A, b_rsp4 & BIT(2));
269 input_report_key(input, BTN_B, b_rsp4 & BIT(1));
270 input_report_key(input, BTN_Y, b_rsp4 & BIT(0));
271 input_report_key(input, BTN_TL, b_rsp4 & BIT(5));
272 input_report_key(input, BTN_TR, b_rsp4 & BIT(4));
273 input_report_key(input, BTN_TL2, b_rsp4 & BIT(7));
274 input_report_key(input, BTN_TR2, b_rsp4 & BIT(6));