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()
637 struct coresight_device *child_dev; in coresight_find_enabled_sink() local639 child_dev = csdev->pdata->out_conns[i]->dest_dev; in coresight_find_enabled_sink()640 if (child_dev) in coresight_find_enabled_sink()641 sink = coresight_find_enabled_sink(child_dev); in coresight_find_enabled_sink()825 struct coresight_device *child_dev; in _coresight_build_path() local827 child_dev = csdev->pdata->out_conns[i]->dest_dev; in _coresight_build_path()828 if (child_dev && in _coresight_build_path()829 _coresight_build_path(child_dev, sink, path) == 0) { in _coresight_build_path()994 struct coresight_device *child_dev, *sink = NULL; in coresight_find_sink() local997 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()
433 struct child_device_config *child = dev_priv->child_dev + i; in lvds_is_present_in_vbt()
392 struct child_device_config *child_dev; member
1915 p_child = dev_priv->child_dev + i; in cdv_intel_dpc_is_edp()
3905 struct device *child_dev; in of_unittest_pci_node_verify() local3932 child_dev = device_find_any_child(&pdev->dev); in of_unittest_pci_node_verify()3933 unittest(!child_dev, "Child device is not removed\n"); in of_unittest_pci_node_verify()