Lines Matching defs:hdev

1515 static bool hid_match_one_id(struct hid_device *hdev,  in hid_match_one_id()
1524 const struct hid_device_id *hid_match_id(struct hid_device *hdev, in hid_match_id()
1540 static bool hid_hiddev(struct hid_device *hdev) in hid_hiddev()
1552 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in read_report_descriptor() local
1569 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_country() local
1585 int hid_connect(struct hid_device *hdev, unsigned int connect_mask) in hid_connect()
1681 void hid_disconnect(struct hid_device *hdev) in hid_disconnect()
2080 static const struct hid_device_id *hid_match_device(struct hid_device *hdev, in hid_match_device()
2100 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in hid_bus_match() local
2109 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in hid_device_probe() local
2151 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in hid_device_remove() local
2183 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in modalias_show() local
2201 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in hid_uevent() local
2479 bool hid_ignore(struct hid_device *hdev) in hid_ignore()
2553 int hid_add_device(struct hid_device *hdev) in hid_add_device()
2623 struct hid_device *hdev; in hid_allocate_device() local
2646 static void hid_remove_device(struct hid_device *hdev) in hid_remove_device()
2666 void hid_destroy_device(struct hid_device *hdev) in hid_destroy_device()