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
215 * to get [what it seems to be] the wheel's model.
217 * If the model id is recognized then we send an opportune USB CONTROL REQUEST
224 uint16_t model = 0; in thrustmaster_model_handler() local
229 hid_err(hdev, "URB to get model id failed with error %d\n", urb->status); in thrustmaster_model_handler()
234 model = le16_to_cpu(tm_wheel->response->data.a.model); in thrustmaster_model_handler()
236 model = le16_to_cpu(tm_wheel->response->data.b.model); in thrustmaster_model_handler()
243 if (tm_wheels_infos[i].wheel_type == model) 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()
249 …hid_err(hdev, "Unknown wheel's model id 0x%x, unable to proceed further with wheel init\n", model); in thrustmaster_model_handler()
288 * model type.