Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-core.c2234 bool hid_compare_device_paths(struct hid_device *hdev_a, in hid_compare_device_paths() argument
2237 int n1 = strrchr(hdev_a->phys, separator) - hdev_a->phys; in hid_compare_device_paths()
2243 return !strncmp(hdev_a->phys, hdev_b->phys, n1); in hid_compare_device_paths()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h920 bool hid_compare_device_paths(struct hid_device *hdev_a,