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