Lines Matching full:model
10 * This driver tries to understand which model of Thrustmaster wheel the generic
100 * Seems to be the model code of the wheel
103 uint16_t model; member
113 uint16_t model; member
206 * to get [what it seems to be] the wheel's model.
208 * If the model id is recognized then we send an opportune USB CONTROL REQUEST
215 uint16_t model = 0; in thrustmaster_model_handler() local
220 hid_err(hdev, "URB to get model id failed with error %d\n", urb->status); in thrustmaster_model_handler()
225 model = le16_to_cpu(tm_wheel->response->data.a.model); in thrustmaster_model_handler()
227 model = le16_to_cpu(tm_wheel->response->data.b.model); in thrustmaster_model_handler()
234 if (tm_wheels_infos[i].wheel_type == model) in thrustmaster_model_handler()
238 hid_info(hdev, "Wheel with model id 0x%x is a %s\n", model, twi->wheel_name); in thrustmaster_model_handler()
240 …hid_err(hdev, "Unknown wheel's model id 0x%x, unable to proceed further with wheel init\n", model); in thrustmaster_model_handler()
279 * model type.