Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-thrustmaster.c118 struct tm_wheel { struct
214 struct tm_wheel *tm_wheel = hid_get_drvdata(hdev); in thrustmaster_model_handler() local
246 tm_wheel->urb, in thrustmaster_model_handler()
247 tm_wheel->usb_dev, in thrustmaster_model_handler()
262 struct tm_wheel *tm_wheel = hid_get_drvdata(hdev); in thrustmaster_remove() local
270 kfree(tm_wheel); in thrustmaster_remove()
284 struct tm_wheel *tm_wheel = NULL; in thrustmaster_probe() local
302 tm_wheel = kzalloc(sizeof(struct tm_wheel), GFP_KERNEL); in thrustmaster_probe()
303 if (!tm_wheel) { in thrustmaster_probe()
342 tm_wheel->urb, in thrustmaster_probe()
[all …]