Lines Matching defs:hdev

1864 bool hid_match_one_id(const struct hid_device *hdev,  in hid_match_one_id()
1873 const struct hid_device_id *hid_match_id(const struct hid_device *hdev, in hid_match_id()
1889 static bool hid_hiddev(struct hid_device *hdev) in hid_hiddev()
1901 struct hid_device *hdev = to_hid_device(dev); in read_report_descriptor() local
1918 struct hid_device *hdev = to_hid_device(dev); in show_country() local
1934 int hid_connect(struct hid_device *hdev, unsigned int connect_mask) in hid_connect()
2031 void hid_disconnect(struct hid_device *hdev) in hid_disconnect()
2053 int hid_hw_start(struct hid_device *hdev, unsigned int connect_mask) in hid_hw_start()
2080 void hid_hw_stop(struct hid_device *hdev) in hid_hw_stop()
2095 int hid_hw_open(struct hid_device *hdev) in hid_hw_open()
2123 void hid_hw_close(struct hid_device *hdev) in hid_hw_close()
2198 const struct hid_device_id *hid_match_device(struct hid_device *hdev, in hid_match_device()
2219 struct hid_device *hdev = to_hid_device(dev); in hid_bus_match() local
2250 struct hid_device *hdev = to_hid_device(dev); in hid_device_probe() local
2310 struct hid_device *hdev = to_hid_device(dev); in hid_device_remove() local
2335 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in modalias_show() local
2358 struct hid_device *hdev = to_hid_device(dev); in hid_uevent() local
2391 int hid_add_device(struct hid_device *hdev) in hid_add_device()
2463 struct hid_device *hdev; in hid_allocate_device() local
2487 static void hid_remove_device(struct hid_device *hdev) in hid_remove_device()
2507 void hid_destroy_device(struct hid_device *hdev) in hid_destroy_device()
2518 struct hid_device *hdev = to_hid_device(dev); in __hid_bus_reprobe_drivers() local