Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight.c103 if (conn->child_dev == csdev) in coresight_find_link_inport()
121 if (conn->child_dev == child) in coresight_find_link_outport()
439 struct coresight_device *child = csdev->conns[i].child_dev; in coresight_grab_device()
457 struct coresight_device *child = csdev->conns[i].child_dev; in coresight_drop_device()
489 struct coresight_device *child_dev = csdev->conns[i].child_dev; in _coresight_build_path() local
491 if (child_dev && in _coresight_build_path()
492 _coresight_build_path(child_dev, sink, path) == 0) { in _coresight_build_path()
848 if (conn->child_dev == NULL) { in coresight_orphan_match()
852 conn->child_dev = csdev; in coresight_orphan_match()
892 conn->child_dev = to_coresight_device(dev); in coresight_fixup_device_conns()
[all …]
Dcoresight-tmc-etr.c723 tmp = etr->conns[i].child_dev; in tmc_etr_get_catu_device()
/Linux-v4.19/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-v4.19/drivers/gpu/drm/i915/
Dintel_bios.c455 child = dev_priv->vbt.child_dev + i; in parse_sdvo_device_mapping()
1321 it = dev_priv->vbt.child_dev + i; in parse_ddi_port()
1553 dev_priv->vbt.child_dev = kcalloc(count, sizeof(*child), GFP_KERNEL); in parse_general_definitions()
1554 if (!dev_priv->vbt.child_dev) { in parse_general_definitions()
1571 memcpy(dev_priv->vbt.child_dev + count, child, in parse_general_definitions()
1783 kfree(dev_priv->vbt.child_dev); in intel_bios_cleanup()
1784 dev_priv->vbt.child_dev = NULL; in intel_bios_cleanup()
1819 child = dev_priv->vbt.child_dev + i; in intel_bios_is_tv_present()
1858 child = dev_priv->vbt.child_dev + i; in intel_bios_is_lvds_present()
1920 child = dev_priv->vbt.child_dev + i; in intel_bios_is_port_present()
[all …]
Di915_drv.h1118 struct child_device_config *child_dev; member
/Linux-v4.19/drivers/gpu/drm/gma500/
Dintel_bios.c489 dev_priv->child_dev = kcalloc(count, sizeof(*p_child), GFP_KERNEL); in parse_device_mapping()
490 if (!dev_priv->child_dev) { in parse_device_mapping()
503 child_dev_ptr = dev_priv->child_dev + count; in parse_device_mapping()
Dcdv_intel_lvds.c542 struct child_device_config *child = dev_priv->child_dev + i; in lvds_is_present_in_vbt()
Dpsb_drv.h449 struct child_device_config *child_dev; member
Dcdv_intel_dp.c1962 p_child = dev_priv->child_dev + i; in cdv_intel_dpc_is_edp()
/Linux-v4.19/include/linux/
Dcoresight.h145 struct coresight_device *child_dev; member