hdev_a           2207 drivers/hid/hid-core.c bool hid_compare_device_paths(struct hid_device *hdev_a,
hdev_a           2210 drivers/hid/hid-core.c 	int n1 = strrchr(hdev_a->phys, separator) - hdev_a->phys;
hdev_a           2216 drivers/hid/hid-core.c 	return !strncmp(hdev_a->phys, hdev_b->phys, n1);
hdev_a            909 include/linux/hid.h bool hid_compare_device_paths(struct hid_device *hdev_a,