Lines Matching defs:hdev

1538 static bool hid_match_one_id(struct hid_device *hdev,  in hid_match_one_id()
1547 const struct hid_device_id *hid_match_id(struct hid_device *hdev, in hid_match_id()
1563 static bool hid_hiddev(struct hid_device *hdev) in hid_hiddev()
1575 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in read_report_descriptor() local
1592 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in show_country() local
1608 int hid_connect(struct hid_device *hdev, unsigned int connect_mask) in hid_connect()
1707 void hid_disconnect(struct hid_device *hdev) in hid_disconnect()
2123 static const struct hid_device_id *hid_match_device(struct hid_device *hdev, in hid_match_device()
2143 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in hid_bus_match() local
2152 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in hid_device_probe() local
2194 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in hid_device_remove() local
2226 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in modalias_show() local
2244 struct hid_device *hdev = container_of(dev, struct hid_device, dev); in hid_uevent() local
2511 bool hid_ignore(struct hid_device *hdev) in hid_ignore()
2585 int hid_add_device(struct hid_device *hdev) in hid_add_device()
2655 struct hid_device *hdev; in hid_allocate_device() local
2678 static void hid_remove_device(struct hid_device *hdev) in hid_remove_device()
2698 void hid_destroy_device(struct hid_device *hdev) in hid_destroy_device()