Lines Matching refs:b_rsp4
208 u8 b_rsp3, b_rsp4;
227 b_rsp4 = ~pad->response[4];
237 input_report_key(input, BTN_X, b_rsp4 & BIT(3));
238 input_report_key(input, BTN_A, b_rsp4 & BIT(2));
239 input_report_key(input, BTN_B, b_rsp4 & BIT(1));
240 input_report_key(input, BTN_Y, b_rsp4 & BIT(0));
241 input_report_key(input, BTN_TL, b_rsp4 & BIT(5));
242 input_report_key(input, BTN_TR, b_rsp4 & BIT(4));
243 input_report_key(input, BTN_TL2, b_rsp4 & BIT(7));
244 input_report_key(input, BTN_TR2, b_rsp4 & BIT(6));
254 b_rsp4 = ~pad->response[4];
264 input_report_key(input, BTN_X, b_rsp4 & BIT(3));
265 input_report_key(input, BTN_A, b_rsp4 & BIT(2));
266 input_report_key(input, BTN_B, b_rsp4 & BIT(1));
267 input_report_key(input, BTN_Y, b_rsp4 & BIT(0));
268 input_report_key(input, BTN_TL, b_rsp4 & BIT(5));
269 input_report_key(input, BTN_TR, b_rsp4 & BIT(4));
270 input_report_key(input, BTN_TL2, b_rsp4 & BIT(7));
271 input_report_key(input, BTN_TR2, b_rsp4 & BIT(6));