Searched refs:is_my_device (Results 1 – 4 of 4) sorted by relevance
31 static int is_my_device(struct udev_device *dev) in is_my_device() function63 .is_my_device = is_my_device,
132 static int is_my_device(struct udev_device *dev) in is_my_device() function164 .is_my_device = is_my_device,
47 int (*is_my_device)(struct udev_device *udev); member
152 if (hdriver->ops.is_my_device(dev)) { in refresh_exported_devices()