Lines Matching defs:other
158 _cleanup_udev_device_unref_ struct udev_device *other;
162 other = udev_device_new_from_syspath(udev, udev_list_entry_get_name(item));
163 if (!other)
166 if (same_device(device, other))
169 v = udev_device_get_sysattr_value(other, "type");
177 other_parent = find_pci_or_platform_parent(other);
186 udev_device_get_sysname(other));
192 /* The other is connected to the platform bus
197 udev_device_get_sysname(other));
372 * reliable, since it might not see other devices conflicting