Home
last modified time | relevance | path

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

/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()
442 struct coresight_device *child_dev = csdev->conns[i].child_dev; in _coresight_build_path() local
444 if (child_dev && in _coresight_build_path()
445 _coresight_build_path(child_dev, sink, path) == 0) { in _coresight_build_path()
799 if (conn->child_dev == NULL) { in coresight_orphan_match()
803 conn->child_dev = csdev; in coresight_orphan_match()
858 conn->child_dev = to_coresight_device(dev); in coresight_fixup_device_conns()
863 conn->child_dev = NULL; in coresight_fixup_device_conns()
888 if (conn->child_dev == NULL) in coresight_remove_match()
[all …]
/drivers/gpu/drm/i915/
Dintel_bios.c1127 it = dev_priv->vbt.child_dev + i; in parse_ddi_port()
1300 dev_priv->vbt.child_dev = kcalloc(count, sizeof(*p_child), GFP_KERNEL); in parse_device_mapping()
1301 if (!dev_priv->vbt.child_dev) { in parse_device_mapping()
1315 child_dev_ptr = dev_priv->vbt.child_dev + count; in parse_device_mapping()
1555 p_child = dev_priv->vbt.child_dev + i; in intel_bios_is_tv_present()
1593 union child_device_config *uchild = dev_priv->vbt.child_dev + i; in intel_bios_is_lvds_present()
1655 &dev_priv->vbt.child_dev[i]; in intel_bios_is_port_present()
1688 p_child = dev_priv->vbt.child_dev + i; in intel_bios_is_port_edp()
1740 &dev_priv->vbt.child_dev[i]; in intel_bios_is_port_dp_dual_mode()
1764 p_child = dev_priv->vbt.child_dev + i; in intel_bios_is_dsi_present()
[all …]
Di915_drv.c1294 if (dev_priv->vbt.child_dev && dev_priv->vbt.child_dev_num) { in i915_driver_unload()
1295 kfree(dev_priv->vbt.child_dev); in i915_driver_unload()
1296 dev_priv->vbt.child_dev = NULL; in i915_driver_unload()
Di915_drv.h1553 union child_device_config *child_dev; member
/drivers/staging/fsl-mc/bus/
Ddprc-driver.c179 struct fsl_mc_device *child_dev; in dprc_add_new_devices() local
188 child_dev = fsl_mc_device_lookup(obj_desc, mc_bus_dev); in dprc_add_new_devices()
189 if (child_dev) { in dprc_add_new_devices()
190 check_plugged_state_change(child_dev, obj_desc); in dprc_add_new_devices()
195 &child_dev); in dprc_add_new_devices()
/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.c557 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.c1964 p_child = dev_priv->child_dev + i; in cdv_intel_dpc_is_edp()