Lines Matching refs:response
123 struct tm_wheel_response *response; member
233 if (tm_wheel->response->type == cpu_to_le16(0x49)) in thrustmaster_model_handler()
234 model = le16_to_cpu(tm_wheel->response->data.a.model); in thrustmaster_model_handler()
235 else if (tm_wheel->response->type == cpu_to_le16(0x47)) in thrustmaster_model_handler()
236 model = le16_to_cpu(tm_wheel->response->data.b.model); in thrustmaster_model_handler()
238 …"Unknown packet type 0x%x, unable to proceed further with wheel init\n", tm_wheel->response->type); in thrustmaster_model_handler()
276 kfree(tm_wheel->response); in thrustmaster_remove()
331 tm_wheel->response = kzalloc(sizeof(struct tm_wheel_response), GFP_KERNEL); in thrustmaster_probe()
332 if (!tm_wheel->response) { in thrustmaster_probe()
355 tm_wheel->response, in thrustmaster_probe()
370 error5: kfree(tm_wheel->response); in thrustmaster_probe()