Searched refs:child_dev (Results 1 – 7 of 7) 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()
653 struct coresight_device *child_dev; in coresight_find_enabled_sink() local655 child_dev = csdev->pdata->out_conns[i]->dest_dev; in coresight_find_enabled_sink()656 if (child_dev) in coresight_find_enabled_sink()657 sink = coresight_find_enabled_sink(child_dev); in coresight_find_enabled_sink()841 struct coresight_device *child_dev; in _coresight_build_path() local843 child_dev = csdev->pdata->out_conns[i]->dest_dev; in _coresight_build_path()844 if (child_dev && in _coresight_build_path()845 _coresight_build_path(child_dev, sink, path) == 0) { in _coresight_build_path()1010 struct coresight_device *child_dev, *sink = NULL; in coresight_find_sink() local1013 child_dev = csdev->pdata->out_conns[i]->dest_dev; in coresight_find_sink()[all …]
480 dev_priv->child_dev = kcalloc(count, sizeof(*p_child), GFP_KERNEL); in parse_device_mapping()481 if (!dev_priv->child_dev) { in parse_device_mapping()494 child_dev_ptr = dev_priv->child_dev + count; in parse_device_mapping()
436 struct child_device_config *child = dev_priv->child_dev + i; in lvds_is_present_in_vbt()
391 struct child_device_config *child_dev; member
1915 p_child = dev_priv->child_dev + i; in cdv_intel_dpc_is_edp()
3923 struct device *child_dev; in of_unittest_pci_node_verify() local3950 child_dev = device_find_any_child(&pdev->dev); in of_unittest_pci_node_verify()3951 unittest(!child_dev, "Child device is not removed\n"); in of_unittest_pci_node_verify()