Lines Matching refs:hid_field_extract

351 	x_max_above = hid_field_extract(ctlr->hdev, (raw_cal + 0), 0, 12);  in joycon_request_calibration()
352 y_max_above = hid_field_extract(ctlr->hdev, (raw_cal + 1), 4, 12); in joycon_request_calibration()
353 cal_x->center = hid_field_extract(ctlr->hdev, (raw_cal + 3), 0, 12); in joycon_request_calibration()
354 cal_y->center = hid_field_extract(ctlr->hdev, (raw_cal + 4), 4, 12); in joycon_request_calibration()
355 x_min_below = hid_field_extract(ctlr->hdev, (raw_cal + 6), 0, 12); in joycon_request_calibration()
356 y_min_below = hid_field_extract(ctlr->hdev, (raw_cal + 7), 4, 12); in joycon_request_calibration()
367 cal_x->center = hid_field_extract(ctlr->hdev, (raw_cal + 0), 0, 12); in joycon_request_calibration()
368 cal_y->center = hid_field_extract(ctlr->hdev, (raw_cal + 1), 4, 12); in joycon_request_calibration()
369 x_min_below = hid_field_extract(ctlr->hdev, (raw_cal + 3), 0, 12); in joycon_request_calibration()
370 y_min_below = hid_field_extract(ctlr->hdev, (raw_cal + 4), 4, 12); in joycon_request_calibration()
371 x_max_above = hid_field_extract(ctlr->hdev, (raw_cal + 6), 0, 12); in joycon_request_calibration()
372 y_max_above = hid_field_extract(ctlr->hdev, (raw_cal + 7), 4, 12); in joycon_request_calibration()
437 btns = hid_field_extract(ctlr->hdev, rep->button_status, 0, 24); in joycon_parse_report()
446 raw_x = hid_field_extract(ctlr->hdev, rep->left_stick, 0, 12); in joycon_parse_report()
447 raw_y = hid_field_extract(ctlr->hdev, in joycon_parse_report()
479 raw_x = hid_field_extract(ctlr->hdev, rep->right_stick, 0, 12); in joycon_parse_report()
480 raw_y = hid_field_extract(ctlr->hdev, in joycon_parse_report()