Lines Matching defs:hdev
1915 struct hid_field *hid_find_field(struct hid_device *hdev, unsigned int report_type, in hid_find_field()
2138 bool hid_match_one_id(const struct hid_device *hdev, in hid_match_one_id()
2147 const struct hid_device_id *hid_match_id(const struct hid_device *hdev, in hid_match_id()
2164 static bool hid_hiddev(struct hid_device *hdev) in hid_hiddev()
2176 struct hid_device *hdev = to_hid_device(dev); in read_report_descriptor() local
2193 struct hid_device *hdev = to_hid_device(dev); in show_country() local
2209 int hid_connect(struct hid_device *hdev, unsigned int connect_mask) in hid_connect()
2316 void hid_disconnect(struct hid_device *hdev) in hid_disconnect()
2340 int hid_hw_start(struct hid_device *hdev, unsigned int connect_mask) in hid_hw_start()
2367 void hid_hw_stop(struct hid_device *hdev) in hid_hw_stop()
2382 int hid_hw_open(struct hid_device *hdev) in hid_hw_open()
2410 void hid_hw_close(struct hid_device *hdev) in hid_hw_close()
2426 void hid_hw_request(struct hid_device *hdev, in hid_hw_request()
2436 int __hid_hw_raw_request(struct hid_device *hdev, in __hid_hw_raw_request()
2474 int hid_hw_raw_request(struct hid_device *hdev, in hid_hw_raw_request()
2482 int __hid_hw_output_report(struct hid_device *hdev, __u8 *buf, size_t len, u64 source, in __hid_hw_output_report()
2513 int hid_hw_output_report(struct hid_device *hdev, __u8 *buf, size_t len) in hid_hw_output_report()
2520 int hid_driver_suspend(struct hid_device *hdev, pm_message_t state) in hid_driver_suspend()
2529 int hid_driver_reset_resume(struct hid_device *hdev) in hid_driver_reset_resume()
2538 int hid_driver_resume(struct hid_device *hdev) in hid_driver_resume()
2614 const struct hid_device_id *hid_match_device(struct hid_device *hdev, in hid_match_device()
2635 struct hid_device *hdev = to_hid_device(dev); in hid_bus_match() local
2663 static bool hid_check_device_match(struct hid_device *hdev, in hid_check_device_match()
2682 static int __hid_device_probe(struct hid_device *hdev, struct hid_driver *hdrv) in __hid_device_probe()
2725 struct hid_device *hdev = to_hid_device(dev); in hid_device_probe() local
2746 struct hid_device *hdev = to_hid_device(dev); in hid_device_remove() local
2773 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in modalias_show() local
2796 const struct hid_device *hdev = to_hid_device(dev); in hid_uevent() local
2829 int hid_add_device(struct hid_device *hdev) in hid_add_device()
2903 struct hid_device *hdev; in hid_allocate_device() local
2936 static void hid_remove_device(struct hid_device *hdev) in hid_remove_device()
2956 void hid_destroy_device(struct hid_device *hdev) in hid_destroy_device()
2968 struct hid_device *hdev = to_hid_device(dev); in __hid_bus_reprobe_drivers() local