Lines Matching refs:hid_device
33 struct hid_device *hdev;
59 static __u8 *ms_report_fixup(struct hid_device *hdev, __u8 *rdesc, in ms_report_fixup()
182 static int ms_input_mapping(struct hid_device *hdev, struct hid_input *hi, in ms_input_mapping()
209 static int ms_input_mapped(struct hid_device *hdev, struct hid_input *hi, in ms_input_mapped()
222 static int ms_event(struct hid_device *hdev, struct hid_field *field, in ms_event()
284 struct hid_device *hdev = ms->hdev; in ms_ff_worker()
310 struct hid_device *hid = input_get_drvdata(dev); in ms_play_effect()
326 static int ms_init_ff(struct hid_device *hdev) in ms_init_ff()
355 static void ms_remove_ff(struct hid_device *hdev) in ms_remove_ff()
365 static int ms_probe(struct hid_device *hdev, const struct hid_device_id *id) in ms_probe()
407 static void ms_remove(struct hid_device *hdev) in ms_remove()