Searched refs:twi (Results 1 – 1 of 1) sorted by relevance
226 const struct tm_wheel_info *twi = NULL; in thrustmaster_model_handler() local242 for (i = 0; i < tm_wheels_infos_length && !twi; i++) in thrustmaster_model_handler()244 twi = tm_wheels_infos + i; in thrustmaster_model_handler()246 if (twi) in thrustmaster_model_handler()247 hid_info(hdev, "Wheel with model id 0x%x is a %s\n", model, twi->wheel_name); in thrustmaster_model_handler()253 tm_wheel->change_request->wValue = cpu_to_le16(twi->switch_value); in thrustmaster_model_handler()
Completed in 5 milliseconds