Lines Matching defs:parent
72 sd_device_unref(device->parent);
736 (void)device_new_from_child(&child->parent, child);
739 if (!child->parent)
742 *ret = child->parent;
829 sd_device *parent = NULL;
835 r = sd_device_get_parent(child, &parent);
840 (void)sd_device_get_subsystem(parent, &parent_subsystem);
845 (void)sd_device_get_devtype(parent, &parent_devtype);
849 r = sd_device_get_parent(parent, &parent);
855 *ret = parent;