Searched refs:udev_db_get_device (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudevinfo.c170 if (udev_db_get_device(udev_db, name_loop->name) == 0)
197 if (udev_db_get_device(udev, device->name) != 0)
361 if (udev_db_get_device(udev, path) != 0) {
H A Dudev_device.c168 if (udev_db_get_device(udev_old, udev->dev->devpath) == 0) {
239 if (udev_db_get_device(udev, udev->dev->devpath) == 0) {
H A Dudev.h133 extern int udev_db_get_device(struct udevice *udev, const char *devpath);
H A Dudev_db.c177 int udev_db_get_device(struct udevice *udev, const char *devpath) function
H A Dudev_node.c230 if (udev_db_get_device(udev_db, device->name) == 0) {

Completed in 38 milliseconds