Lines Matching defs:hdev

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() local
188 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_phys_height() local
200 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_log_width() local
212 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_log_height() local
224 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_min_width() local
236 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in set_min_width() local
259 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_min_height() local
271 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in set_min_height() local
295 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_activate_slack() local
305 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in set_activate_slack() local
328 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_activation_width() local
340 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in set_activation_width() local
364 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_activation_height() local
376 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in set_activation_height() local
400 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_deactivate_slack() local
410 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in set_deactivate_slack() local
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()
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()