Lines Matching refs:hid_device

61 static void lg4ff_set_range_dfp(struct hid_device *hid, u16 range);
62 static void lg4ff_set_range_g25(struct hid_device *hid, u16 range);
79 void (*set_range)(struct hid_device *hid, u16 range);
103 void (*set_range)(struct hid_device *hid, u16 range);
300 int lg4ff_adjust_input_event(struct hid_device *hid, struct hid_field *field, in lg4ff_adjust_input_event()
326 int lg4ff_raw_event(struct hid_device *hdev, struct hid_report *report, in lg4ff_raw_event()
408 struct hid_device *hid = input_get_drvdata(dev); in lg4ff_play()
470 struct hid_device *hid = input_get_drvdata(dev); in lg4ff_set_autocenter_default()
550 struct hid_device *hid = input_get_drvdata(dev); in lg4ff_set_autocenter_ffex()
584 static void lg4ff_set_range_g25(struct hid_device *hid, u16 range) in lg4ff_set_range_g25()
619 static void lg4ff_set_range_dfp(struct hid_device *hid, u16 range) in lg4ff_set_range_dfp()
763 static int lg4ff_switch_compatibility_mode(struct hid_device *hid, const struct lg4ff_compat_mode_s… in lg4ff_switch_compatibility_mode()
800 struct hid_device *hid = to_hid_device(dev); in lg4ff_alternate_modes_show()
849 struct hid_device *hid = to_hid_device(dev); in lg4ff_alternate_modes_store()
942 struct hid_device *hid = to_hid_device(dev); in lg4ff_combine_show()
966 struct hid_device *hid = to_hid_device(dev); in lg4ff_combine_store()
995 struct hid_device *hid = to_hid_device(dev); in lg4ff_range_show()
1021 struct hid_device *hid = to_hid_device(dev); in lg4ff_range_store()
1054 struct hid_device *hid = to_hid_device(dev); in lg4ff_real_id_show()
1088 static void lg4ff_set_leds(struct hid_device *hid, u8 leds) in lg4ff_set_leds()
1124 struct hid_device *hid = to_hid_device(dev); in lg4ff_led_set_brightness()
1159 struct hid_device *hid = to_hid_device(dev); in lg4ff_led_get_brightness()
1186 static u16 lg4ff_identify_multimode_wheel(struct hid_device *hid, const u16 reported_product_id, co… in lg4ff_identify_multimode_wheel()
1221 static int lg4ff_handle_multimode_wheel(struct hid_device *hid, u16 *real_product_id, const u16 bcd… in lg4ff_handle_multimode_wheel()
1260 int lg4ff_init(struct hid_device *hid) in lg4ff_init()
1454 int lg4ff_deinit(struct hid_device *hid) in lg4ff_deinit()