Searched refs:is_my_device (Results 1 – 4 of 4) sorted by relevance
19 static int is_my_device(struct udev_device *dev) in is_my_device() function51 .is_my_device = is_my_device,
124 static int is_my_device(struct udev_device *dev) in is_my_device() function156 .is_my_device = is_my_device,
35 int (*is_my_device)(struct udev_device *udev); member
140 if (hdriver->ops.is_my_device(dev)) { in refresh_exported_devices()