Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight.c105 if (conn->child_dev == csdev) in coresight_find_link_inport()
123 if (conn->child_dev == child) in coresight_find_link_outport()
601 child = csdev->pdata->conns[i].child_dev; in coresight_grab_device()
620 child = csdev->pdata->conns[i].child_dev; in coresight_drop_device()
651 struct coresight_device *child_dev; in _coresight_build_path() local
653 child_dev = csdev->pdata->conns[i].child_dev; in _coresight_build_path()
654 if (child_dev && in _coresight_build_path()
655 _coresight_build_path(child_dev, sink, path) == 0) { in _coresight_build_path()
1011 if (conn->child_dev == NULL) { in coresight_orphan_match()
1014 conn->child_dev = csdev; in coresight_orphan_match()
[all …]
Dcoresight-tmc-etr.c762 tmp = etr->pdata->conns[i].child_dev; in tmc_etr_get_catu_device()
/Linux-v5.4/drivers/bus/fsl-mc/
Ddprc-driver.c175 struct fsl_mc_device *child_dev; in dprc_add_new_devices() local
184 child_dev = fsl_mc_device_lookup(obj_desc, mc_bus_dev); in dprc_add_new_devices()
185 if (child_dev) { in dprc_add_new_devices()
186 check_plugged_state_change(child_dev, obj_desc); in dprc_add_new_devices()
187 put_device(&child_dev->dev); in dprc_add_new_devices()
192 &child_dev); in dprc_add_new_devices()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_bios.c465 child = dev_priv->vbt.child_dev + i; in parse_sdvo_device_mapping()
1583 child = dev_priv->vbt.child_dev + i; in parse_ddi_ports()
1663 dev_priv->vbt.child_dev = kcalloc(count, sizeof(*child), GFP_KERNEL); in parse_general_definitions()
1664 if (!dev_priv->vbt.child_dev) { in parse_general_definitions()
1684 memcpy(dev_priv->vbt.child_dev + count, child, in parse_general_definitions()
1905 kfree(dev_priv->vbt.child_dev); in intel_bios_driver_remove()
1906 dev_priv->vbt.child_dev = NULL; in intel_bios_driver_remove()
1941 child = dev_priv->vbt.child_dev + i; in intel_bios_is_tv_present()
1980 child = dev_priv->vbt.child_dev + i; in intel_bios_is_lvds_present()
2051 child = dev_priv->vbt.child_dev + i; in intel_bios_is_port_present()
[all …]
/Linux-v5.4/drivers/gpu/drm/gma500/
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()
Dcdv_intel_lvds.c529 struct child_device_config *child = dev_priv->child_dev + i; in lvds_is_present_in_vbt()
Dpsb_drv.h436 struct child_device_config *child_dev; member
Dcdv_intel_dp.c1963 p_child = dev_priv->child_dev + i; in cdv_intel_dpc_is_edp()
/Linux-v5.4/include/linux/
Dcoresight.h138 struct coresight_device *child_dev; member
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_drv.h817 struct child_device_config *child_dev; member