Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-core.c2584 struct hid_device *hdev_b, char separator) in hid_compare_device_paths() argument
2587 int n2 = strrchr(hdev_b->phys, separator) - hdev_b->phys; in hid_compare_device_paths()
2592 return !strncmp(hdev_a->phys, hdev_b->phys, n1); in hid_compare_device_paths()
/openbmc/linux/include/linux/
H A Dhid.h974 struct hid_device *hdev_b, char separator);