Lines Matching refs:devpath
63 const char *devpath; member
298 if (startswith(udev_device->devpath, "/module/")) { in udev_device_get_subsystem()
302 if (strstr(udev_device->devpath, "/drivers/") != NULL) { in udev_device_get_subsystem()
306 if (startswith(udev_device->devpath, "/subsystem/") || in udev_device_get_subsystem()
307 startswith(udev_device->devpath, "/class/") || in udev_device_get_subsystem()
308 startswith(udev_device->devpath, "/bus/")) { in udev_device_get_subsystem()
421 udev_device->devpath = udev_device->syspath + strlen("/sys"); in udev_device_set_syspath()
422 udev_device_add_property_internal(udev_device, "DEVPATH", udev_device->devpath); in udev_device_set_syspath()
569 if (udev_device->devpath == NULL || udev_device->subsystem == NULL) in udev_device_add_property_from_string_parse_finish()
1248 return udev_device->devpath; in udev_device_get_devpath()
1731 sysname = strrchr(udev_device->devpath, '/'); in udev_device_get_id_filename()