Home
last modified time | relevance | path

Searched refs:hdev_b (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/hid/
Dhid-core.c1967 struct hid_device *hdev_b, char separator) in hid_compare_device_paths() argument
1970 int n2 = strrchr(hdev_b->phys, separator) - hdev_b->phys; in hid_compare_device_paths()
1975 return !strncmp(hdev_a->phys, hdev_b->phys, n1); in hid_compare_device_paths()
/Linux-v4.19/include/linux/
Dhid.h906 struct hid_device *hdev_b, char separator);