Searched refs:tm_wheel (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-thrustmaster.c118 struct tm_wheel { struct
214 struct tm_wheel *tm_wheel = hid_get_drvdata(hdev); local
224 if (tm_wheel->response->type == cpu_to_le16(0x49))
225 model = le16_to_cpu(tm_wheel->response->data.a.model);
226 else if (tm_wheel->response->type == cpu_to_le16(0x47))
227 model = le16_to_cpu(tm_wheel->response->data.b.model);
229 hid_err(hdev, "Unknown packet type 0x%x, unable to proceed further with wheel init\n", tm_wheel->response->type);
244 tm_wheel->change_request->wValue = cpu_to_le16(twi->switch_value);
246 tm_wheel
262 struct tm_wheel *tm_wheel = hid_get_drvdata(hdev); local
284 struct tm_wheel *tm_wheel = NULL; local
[all...]

Completed in 183 milliseconds