Searched refs:skip_subsystem (Results 1 – 1 of 1) sorted by relevance
/third_party/eudev/src/udev/ |
D | udev-builtin-path_id.c | 77 static struct udev_device *skip_subsystem(struct udev_device *dev, const char *subsys) { in skip_subsystem() function 441 parent = skip_subsystem(parent, "scsi"); in handle_scsi() 503 parent = skip_subsystem(parent, "cciss"); in handle_cciss() 538 parent = skip_subsystem(parent, "usb"); in handle_usb() 575 parent = skip_subsystem(parent, "ccw"); in handle_ccw() 616 parent = skip_subsystem(parent, "serio"); in builtin_path_id() 619 parent = skip_subsystem(parent, "pci"); in builtin_path_id() 623 parent = skip_subsystem(parent, "platform"); in builtin_path_id() 628 parent = skip_subsystem(parent, "acpi"); in builtin_path_id() 632 parent = skip_subsystem(parent, "xen"); in builtin_path_id() [all …]
|