Searched refs:hdev_b (Results 1 – 1 of 1) sorted by relevance
2652 struct hid_device *hdev_b, char separator) in hid_compare_device_paths() argument2655 int n2 = strrchr(hdev_b->phys, separator) - hdev_b->phys; in hid_compare_device_paths()2660 return !strncmp(hdev_a->phys, hdev_b->phys, n1); in hid_compare_device_paths()