Searched defs:other_parent (Results 1 - 1 of 1) sorted by relevance

/systemd/src/backlight/
H A Dbacklight.c159 struct udev_device *other_parent; local
177 other_parent = find_pci_or_platform_parent(other);
178 if (!other_parent)
181 if (same_device(parent, other_parent)) {
190 other_subsystem = udev_device_get_subsystem(other_parent);

Completed in 15 milliseconds