Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_desc.c186 struct sfh_accel_data accel_data; in get_input_rep() local
201 memcpy_fromio(&accel_data, sensoraddr, sizeof(struct sfh_accel_data)); in get_input_rep()
203 acc_input.in_accel_x_value = float_to_int(accel_data.acceldata.x) / 100; in get_input_rep()
204 acc_input.in_accel_y_value = float_to_int(accel_data.acceldata.y) / 100; in get_input_rep()
205 acc_input.in_accel_z_value = float_to_int(accel_data.acceldata.z) / 100; in get_input_rep()