Lines Matching defs:parent
34 struct udev_device *parent;
39 parent = udev_device_get_parent(device);
40 if (!parent)
43 subsystem = udev_device_get_subsystem(parent);
47 sysname = udev_device_get_sysname(parent);
70 value = udev_device_get_sysattr_value(parent, "class");
82 return parent;
86 return parent;
88 return find_pci_or_platform_parent(parent);
107 struct udev_device *parent;
136 parent = find_pci_or_platform_parent(device);
137 if (!parent)
140 subsystem = udev_device_get_subsystem(parent);
181 if (same_device(parent, other_parent)) {
182 /* Both have the same PCI parent, that means