Searched refs:udev_device_new (Results 1 – 2 of 2) sorted by relevance
719 static struct udev_device *udev_device_new(struct udev *udev) in udev_device_new() function814 udev_device = udev_device_new(udev); in udev_device_new_from_syspath()1042 udev_device = udev_device_new(udev); in udev_device_new_from_environment()1987 device = udev_device_new(old_device->udev); in udev_device_shallow_clone()2025 device = udev_device_new(udev); in udev_device_new_from_nulstr()
1993 struct udev_device *udev_device_new = NULL; in evdev_device_have_same_syspath() local2000 udev_device_new = udev_device_new_from_devnum(udev, 'c', st.st_rdev); in evdev_device_have_same_syspath()2001 if (!udev_device_new) in evdev_device_have_same_syspath()2004 rc = streq(udev_device_get_syspath(udev_device_new), in evdev_device_have_same_syspath()2007 if (udev_device_new) in evdev_device_have_same_syspath()2008 udev_device_unref(udev_device_new); in evdev_device_have_same_syspath()