Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hid/amd-sfh-hid/sfh1_1/
Damd_sfh_desc.c171 struct sfh_gyro_data gyro_data; in get_input_rep() local
196 memcpy_fromio(&gyro_data, sensoraddr, sizeof(struct sfh_gyro_data)); in get_input_rep()
198 gyro_input.in_angel_x_value = float_to_int(gyro_data.gyrodata.x) / 1000; in get_input_rep()
199 gyro_input.in_angel_y_value = float_to_int(gyro_data.gyrodata.y) / 1000; in get_input_rep()
200 gyro_input.in_angel_z_value = float_to_int(gyro_data.gyrodata.z) / 1000; in get_input_rep()