Searched refs:child_dev (Results 1 – 5 of 5) sorted by relevance
173 struct fsl_mc_device *child_dev; in fsl_mc_obj_device_add() local178 child_dev = fsl_mc_device_lookup(obj_desc, mc_bus_dev); in fsl_mc_obj_device_add()179 if (child_dev) { in fsl_mc_obj_device_add()180 check_plugged_state_change(child_dev, obj_desc); in fsl_mc_obj_device_add()181 put_device(&child_dev->dev); in fsl_mc_obj_device_add()184 &child_dev); in fsl_mc_obj_device_add()
125 struct coresight_device *child_dev; in coresight_find_activated_sysfs_sink() local127 child_dev = csdev->pdata->out_conns[i]->dest_dev; in coresight_find_activated_sysfs_sink()128 if (child_dev) in coresight_find_activated_sysfs_sink()129 sink = coresight_find_activated_sysfs_sink(child_dev); in coresight_find_activated_sysfs_sink()
796 struct coresight_device *child_dev; in _coresight_build_path() local798 child_dev = csdev->pdata->out_conns[i]->dest_dev; in _coresight_build_path()803 if (child_dev && in _coresight_build_path()804 _coresight_build_path(child_dev, source, sink, path) == 0) { in _coresight_build_path()969 struct coresight_device *child_dev, *sink = NULL; in coresight_find_sink() local972 child_dev = csdev->pdata->out_conns[i]->dest_dev; in coresight_find_sink()973 if (child_dev) in coresight_find_sink()974 sink = coresight_find_sink(child_dev, &child_depth); in coresight_find_sink()
385 struct child_device_config *child_dev; member
4272 struct device *child_dev; in of_unittest_pci_node_verify() local4299 child_dev = device_find_any_child(&pdev->dev); in of_unittest_pci_node_verify()4300 unittest(!child_dev, "Child device is not removed\n"); in of_unittest_pci_node_verify()4301 put_device(child_dev); in of_unittest_pci_node_verify()