Home
last modified time | relevance | path

Searched refs:child_dev (Results 1 – 8 of 8) sorted by relevance

/drivers/bus/fsl-mc/
A Ddprc-driver.c173 struct fsl_mc_device *child_dev; in fsl_mc_obj_device_add() local
178 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()
/drivers/hwtracing/coresight/
A Dcoresight-sysfs.c124 struct coresight_device *child_dev; in coresight_find_activated_sysfs_sink() local
126 child_dev = csdev->pdata->out_conns[i]->dest_dev; in coresight_find_activated_sysfs_sink()
127 if (child_dev) in coresight_find_activated_sysfs_sink()
128 sink = coresight_find_activated_sysfs_sink(child_dev); in coresight_find_activated_sysfs_sink()
A Dcoresight-core.c790 struct coresight_device *child_dev; in _coresight_build_path() local
792 child_dev = csdev->pdata->out_conns[i]->dest_dev; in _coresight_build_path()
797 if (child_dev && in _coresight_build_path()
798 _coresight_build_path(child_dev, source, sink, path) == 0) { in _coresight_build_path()
963 struct coresight_device *child_dev, *sink = NULL; in coresight_find_sink() local
966 child_dev = csdev->pdata->out_conns[i]->dest_dev; in coresight_find_sink()
967 if (child_dev) in coresight_find_sink()
968 sink = coresight_find_sink(child_dev, &child_depth); in coresight_find_sink()
/drivers/gpu/drm/gma500/
A Dintel_bios.c480 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()
A Dcdv_intel_lvds.c436 struct child_device_config *child = dev_priv->child_dev + i; in lvds_is_present_in_vbt()
A Dpsb_drv.h385 struct child_device_config *child_dev; member
A Dcdv_intel_dp.c1913 p_child = dev_priv->child_dev + i; in cdv_intel_dpc_is_edp()
/drivers/of/
A Dunittest.c4274 struct device *child_dev; in of_unittest_pci_node_verify() local
4301 child_dev = device_find_any_child(&pdev->dev); in of_unittest_pci_node_verify()
4302 unittest(!child_dev, "Child device is not removed\n"); in of_unittest_pci_node_verify()

Completed in 840 milliseconds