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

/linux-master/drivers/hid/
H A Dhid-core.c2576 * @hdev_a: hid device
2584 bool hid_compare_device_paths(struct hid_device *hdev_a, argument
2587 int n1 = strrchr(hdev_a->phys, separator) - hdev_a->phys;
2593 return !strncmp(hdev_a->phys, hdev_b->phys, n1);
/linux-master/include/linux/
H A Dhid.h973 bool hid_compare_device_paths(struct hid_device *hdev_a,

Completed in 92 milliseconds