Lines Matching defs:rep
1051 struct joycon_input_report *rep,
1054 u8 *raw = rep->imu_raw_bytes;
1072 struct joycon_input_report *rep)
1081 joycon_input_report_parse_imu_data(ctlr, rep, imu_data);
1269 struct joycon_input_report *rep)
1279 if (IS_ENABLED(CONFIG_NINTENDO_FF) && rep->vibrator_report &&
1296 tmp = rep->bat_con;
1324 btns = hid_field_extract(ctlr->hdev, rep->button_status, 0, 24);
1333 raw_x = hid_field_extract(ctlr->hdev, rep->left_stick, 0, 12);
1335 rep->left_stick + 1, 4, 12);
1389 raw_x = hid_field_extract(ctlr->hdev, rep->right_stick, 0, 12);
1391 rep->right_stick + 1, 4, 12);
1456 if (rep->id == JC_INPUT_IMU_DATA)
1457 joycon_parse_imu_report(ctlr, rep);