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