Lines Matching refs:hid_device
113 static inline int ntrig_get_mode(struct hid_device *hdev) in ntrig_get_mode()
127 static inline void ntrig_set_mode(struct hid_device *hdev, const int mode) in ntrig_set_mode()
144 static void ntrig_report_version(struct hid_device *hdev) in ntrig_report_version()
176 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_phys_width()
188 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_phys_height()
200 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_log_width()
212 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_log_height()
224 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_min_width()
236 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in set_min_width()
259 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_min_height()
271 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in set_min_height()
295 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_activate_slack()
305 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in set_activate_slack()
328 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_activation_width()
340 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in set_activation_width()
364 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_activation_height()
376 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in set_activation_height()
400 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_deactivate_slack()
410 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in set_deactivate_slack()
458 static int ntrig_input_mapping(struct hid_device *hdev, struct hid_input *hi, in ntrig_input_mapping()
549 static int ntrig_input_mapped(struct hid_device *hdev, struct hid_input *hi, in ntrig_input_mapped()
570 static int ntrig_event (struct hid_device *hid, struct hid_field *field, in ntrig_event()
862 static int ntrig_input_configured(struct hid_device *hid, in ntrig_input_configured()
897 static int ntrig_probe(struct hid_device *hdev, const struct hid_device_id *id) in ntrig_probe()
965 static void ntrig_remove(struct hid_device *hdev) in ntrig_remove()