Lines Matching full:wheel

50 #define LG4FF_G25_NAME "G25 Racing Wheel"
52 #define LG4FF_G27_NAME "G27 Racing Wheel"
54 #define LG4FF_G29_NAME "G29 Racing Wheel"
173 /* Multimode wheel identificators */
216 /* Multimode wheel identification checklists */
368 /* Compute a combined axis when wheel does not supply it */ in lg4ff_raw_event()
377 … void lg4ff_init_wheel_data(struct lg4ff_wheel_data * const wdata, const struct lg4ff_wheel *wheel, in lg4ff_init_wheel_data() argument
392 struct lg4ff_wheel_data t_wdata = { .product_id = wheel->product_id, in lg4ff_init_wheel_data()
395 .min_range = wheel->min_range, in lg4ff_init_wheel_data()
396 .max_range = wheel->max_range, in lg4ff_init_wheel_data()
397 .set_range = wheel->set_range, in lg4ff_init_wheel_data()
618 /* Sends commands to set range compatible with Driving Force Pro wheel */
991 /* Export the currently set range of the wheel */
1017 * according to the type of the wheel */
1041 /* Check if the wheel supports range setting in lg4ff_range_store()
1042 * and that the range is within limits for the wheel */ in lg4ff_range_store()
1210 …dbg_hid("Found wheel with real PID %X whose reported PID is %X\n", real_product_id, reported_produ… in lg4ff_identify_multimode_wheel()
1216 * wheel model, do not touch it */ in lg4ff_identify_multimode_wheel()
1217 …dbg_hid("Wheel with bcdDevice %X was not recognized as multimode wheel, leaving in its current mod… in lg4ff_identify_multimode_wheel()
1227 /* Probed wheel is not a multimode wheel */ in lg4ff_handle_multimode_wheel()
1230 dbg_hid("Wheel is not a multimode wheel\n"); in lg4ff_handle_multimode_wheel()
1235 * Otherwise keep the wheel in its current mode */ in lg4ff_handle_multimode_wheel()
1248 /* Wheel could not have been switched to native mode, in lg4ff_handle_multimode_wheel()
1250 hid_err(hid, "Unable to switch wheel mode, errno %d\n", ret); in lg4ff_handle_multimode_wheel()
1298 /* Check if a multimode wheel has been connected and in lg4ff_init()
1302 /* Wheel has been told to switch to native mode. There is no point in going on in lg4ff_init()
1303 * with the initialization as the wheel will do a USB reset when it switches mode in lg4ff_init()
1313 /* Check what wheel has been connected */ in lg4ff_init()
1336 hid_err(hid, "Device product ID %X is not listed as a multimode wheel", real_product_id); in lg4ff_init()