Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/bus/fsl-mc/
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()
/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-core.c637 struct coresight_device *child_dev; in coresight_find_enabled_sink() local
639 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() local
827 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() local
997 child_dev = csdev->pdata->out_conns[i]->dest_dev; in coresight_find_sink()
[all …]
/Linux-v6.6/drivers/gpu/drm/gma500/
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()
Dcdv_intel_lvds.c433 struct child_device_config *child = dev_priv->child_dev + i; in lvds_is_present_in_vbt()
Dpsb_drv.h392 struct child_device_config *child_dev; member
Dcdv_intel_dp.c1915 p_child = dev_priv->child_dev + i; in cdv_intel_dpc_is_edp()
/Linux-v6.6/drivers/of/
Dunittest.c3905 struct device *child_dev; in of_unittest_pci_node_verify() local
3932 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()