Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-haptic.h29 struct hid_haptic_device { struct
59 struct hid_haptic_device *haptic, argument
62 bool hid_haptic_check_pressure_unit(struct hid_haptic_device *haptic,
65 struct hid_haptic_device *haptic,
70 struct hid_haptic_device *haptic,
72 int hid_haptic_init(struct hid_device *hdev, struct hid_haptic_device **haptic_ptr);
73 void hid_haptic_handle_press_release(struct hid_haptic_device *haptic);
74 void hid_haptic_pressure_reset(struct hid_haptic_device *haptic);
75 void hid_haptic_pressure_increase(struct hid_haptic_device *haptic,
80 struct hid_haptic_device *haptic, in hid_haptic_feature_mapping()
[all …]
H A Dhid-haptic.c14 struct hid_haptic_device *haptic, in hid_haptic_feature_mapping()
51 bool hid_haptic_check_pressure_unit(struct hid_haptic_device *haptic, in hid_haptic_check_pressure_unit()
66 struct hid_haptic_device *haptic, in hid_haptic_input_mapping()
82 struct hid_haptic_device *haptic, in hid_haptic_input_configured()
98 static void parse_auto_trigger_field(struct hid_haptic_device *haptic, in parse_auto_trigger_field()
147 static void fill_effect_buf(struct hid_haptic_device *haptic, in fill_effect_buf()
201 static void switch_mode(struct hid_device *hdev, struct hid_haptic_device *haptic, in switch_mode()
238 struct hid_haptic_device *haptic = ff->private; in hid_haptic_upload_effect()
276 static int play_effect(struct hid_device *hdev, struct hid_haptic_device *haptic, in play_effect()
302 struct hid_haptic_device *haptic = dev->ff->private; in haptic_work_handler()
[all …]
H A Dhid-multitouch.c175 struct hid_haptic_device *haptic; /* haptic related configuration */