Searched refs:tm_wheel (Results 1 – 1 of 1) sorted by relevance
118 struct tm_wheel { struct223 struct tm_wheel *tm_wheel = hid_get_drvdata(hdev); in thrustmaster_model_handler() local255 tm_wheel->urb, in thrustmaster_model_handler()256 tm_wheel->usb_dev, in thrustmaster_model_handler()271 struct tm_wheel *tm_wheel = hid_get_drvdata(hdev); in thrustmaster_remove() local279 kfree(tm_wheel); in thrustmaster_remove()293 struct tm_wheel *tm_wheel = NULL; in thrustmaster_probe() local311 tm_wheel = kzalloc(sizeof(struct tm_wheel), GFP_KERNEL); in thrustmaster_probe()312 if (!tm_wheel) { in thrustmaster_probe()351 tm_wheel->urb, in thrustmaster_probe()[all …]