Home
last modified time | relevance | path

Searched refs:child_dev (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-core.c120 if (conn->child_dev == csdev) in coresight_find_link_inport()
138 if (conn->child_dev == child) in coresight_find_link_outport()
595 struct coresight_device *child_dev; in coresight_find_enabled_sink() local
597 child_dev = csdev->pdata->conns[i].child_dev; in coresight_find_enabled_sink()
598 if (child_dev) in coresight_find_enabled_sink()
599 sink = coresight_find_enabled_sink(child_dev); in coresight_find_enabled_sink()
708 child = csdev->pdata->conns[i].child_dev; in coresight_grab_device()
719 child = csdev->pdata->conns[i].child_dev; in coresight_grab_device()
738 child = csdev->pdata->conns[i].child_dev; in coresight_drop_device()
769 struct coresight_device *child_dev; _coresight_build_path() local
939 struct coresight_device *child_dev, *sink = NULL; coresight_find_sink() local
[all...]
H A Dcoresight-sysfs.c181 conn->child_dev = target; in coresight_make_links()
201 devm_kfree(&conn->child_dev->dev, conn->link->target_name); in coresight_remove_links()
205 conn->child_dev = NULL; in coresight_remove_links()
H A Dcoresight-tmc-etr.c770 tmp = etr->pdata->conns[i].child_dev; in tmc_etr_get_catu_device()
/kernel/linux/linux-5.10/drivers/bus/fsl-mc/
H A Ddprc-driver.c168 struct fsl_mc_device *child_dev; in fsl_mc_obj_device_add() local
173 child_dev = fsl_mc_device_lookup(obj_desc, mc_bus_dev); in fsl_mc_obj_device_add()
174 if (child_dev) { in fsl_mc_obj_device_add()
175 check_plugged_state_change(child_dev, obj_desc); in fsl_mc_obj_device_add()
176 put_device(&child_dev->dev); in fsl_mc_obj_device_add()
179 &child_dev); in fsl_mc_obj_device_add()
/kernel/linux/linux-6.6/drivers/bus/fsl-mc/
H 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()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-core.c653 struct coresight_device *child_dev; in coresight_find_enabled_sink() local
655 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() local
843 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() local
1013 child_dev in coresight_find_sink()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dintel_bios.c479 dev_priv->child_dev = kcalloc(count, sizeof(*p_child), GFP_KERNEL); in parse_device_mapping()
480 if (!dev_priv->child_dev) { in parse_device_mapping()
493 child_dev_ptr = dev_priv->child_dev + count; in parse_device_mapping()
H A Dcdv_intel_lvds.c441 struct child_device_config *child = dev_priv->child_dev + i; in lvds_is_present_in_vbt()
H A Dpsb_drv.h438 struct child_device_config *child_dev; member
H A Dcdv_intel_dp.c1922 p_child = dev_priv->child_dev + i; in cdv_intel_dpc_is_edp()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H 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()
H A Dcdv_intel_lvds.c433 struct child_device_config *child = dev_priv->child_dev + i; in lvds_is_present_in_vbt()
H A Dpsb_drv.h392 struct child_device_config *child_dev; member
H A Dcdv_intel_dp.c1915 p_child = dev_priv->child_dev + i; in cdv_intel_dpc_is_edp()
/kernel/linux/linux-5.10/include/linux/
H A Dcoresight.h144 * @child_dev: a @coresight_device representation of the component
152 struct coresight_device *child_dev; member
/kernel/linux/linux-6.6/drivers/of/
H A Dunittest.c3923 struct device *child_dev; in of_unittest_pci_node_verify() local
3950 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()

Completed in 26 milliseconds