Lines Matching defs:hdev
1599 bool hid_match_one_id(const struct hid_device *hdev, in hid_match_one_id()
1608 const struct hid_device_id *hid_match_id(const struct hid_device *hdev, in hid_match_id()
1624 static bool hid_hiddev(struct hid_device *hdev) in hid_hiddev()
1636 struct hid_device *hdev = to_hid_device(dev); in read_report_descriptor() local
1653 struct hid_device *hdev = to_hid_device(dev); in show_country() local
1669 int hid_connect(struct hid_device *hdev, unsigned int connect_mask) in hid_connect()
1763 void hid_disconnect(struct hid_device *hdev) in hid_disconnect()
1785 int hid_hw_start(struct hid_device *hdev, unsigned int connect_mask) in hid_hw_start()
1812 void hid_hw_stop(struct hid_device *hdev) in hid_hw_stop()
1827 int hid_hw_open(struct hid_device *hdev) in hid_hw_open()
1855 void hid_hw_close(struct hid_device *hdev) in hid_hw_close()
1930 const struct hid_device_id *hid_match_device(struct hid_device *hdev, in hid_match_device()
1951 struct hid_device *hdev = to_hid_device(dev); in hid_bus_match() local
1982 struct hid_device *hdev = to_hid_device(dev); in hid_device_probe() local
2042 struct hid_device *hdev = to_hid_device(dev); in hid_device_remove() local
2071 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in modalias_show() local
2094 struct hid_device *hdev = to_hid_device(dev); in hid_uevent() local
2127 int hid_add_device(struct hid_device *hdev) in hid_add_device()
2199 struct hid_device *hdev; in hid_allocate_device() local
2223 static void hid_remove_device(struct hid_device *hdev) in hid_remove_device()
2243 void hid_destroy_device(struct hid_device *hdev) in hid_destroy_device()
2254 struct hid_device *hdev = to_hid_device(dev); in __hid_bus_reprobe_drivers() local