Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-sysfs.c125 struct coresight_device *child_dev; in coresight_find_activated_sysfs_sink() local
127 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()
H A Dcoresight-core.c796 struct coresight_device *child_dev; in _coresight_build_path() local
798 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() local
972 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()
/linux/drivers/gpu/drm/gma500/
H A Dintel_bios.c480 dev_priv->child_dev = kzalloc_objs(*p_child, count); 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()
H A Dcdv_intel_lvds.c437 struct child_device_config *child = dev_priv->child_dev + i; in lvds_is_present_in_vbt()
H A Dpsb_drv.h385 struct child_device_config *child_dev; member
H A Dcdv_intel_dp.c1914 p_child = dev_priv->child_dev + i; in cdv_intel_dpc_is_edp()
/linux/drivers/of/
H A Dunittest.c4389 struct device *child_dev; in of_unittest_pci_node_verify() local
4416 child_dev = device_find_any_child(&pdev->dev); in of_unittest_pci_node_verify()
4417 unittest(!child_dev, "Child device is not removed\n"); in of_unittest_pci_node_verify()
4418 put_device(child_dev); in of_unittest_pci_node_verify()