Home
last modified time | relevance | path

Searched refs:raw_cal (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/hid/
H A Dhid-nintendo.c1046 u8 *raw_cal; in joycon_read_stick_calibration() local
1050 JC_CAL_STICK_DATA_SIZE, &raw_cal); in joycon_read_stick_calibration()
1056 x_max_above = hid_field_extract(ctlr->hdev, (raw_cal + 0), 0, in joycon_read_stick_calibration()
1058 y_max_above = hid_field_extract(ctlr->hdev, (raw_cal + 1), 4, in joycon_read_stick_calibration()
1064 x_min_below = hid_field_extract(ctlr->hdev, (raw_cal + 6), 0, in joycon_read_stick_calibration()
1066 y_min_below = hid_field_extract(ctlr->hdev, (raw_cal + 7), 4, in joycon_read_stick_calibration()
1073 x_min_below = hid_field_extract(ctlr->hdev, (raw_cal + 3), 0, in joycon_read_stick_calibration()
1075 y_min_below = hid_field_extract(ctlr->hdev, (raw_cal + 4), 4, in joycon_read_stick_calibration()
1217 u8 *raw_cal; in joycon_request_imu_calibration() local
1232 JC_IMU_CAL_DATA_SIZE, &raw_cal); in joycon_request_imu_calibration()
[all …]