Searched refs:child_dev (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/hwtracing/coresight/ |
D | coresight.c | 103 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 …]
|
D | coresight-tmc-etr.c | 723 tmp = etr->conns[i].child_dev; in tmc_etr_get_catu_device()
|
/Linux-v4.19/drivers/bus/fsl-mc/ |
D | dprc-driver.c | 175 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/ |
D | intel_bios.c | 455 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 …]
|
D | i915_drv.h | 1118 struct child_device_config *child_dev; member
|
/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | intel_bios.c | 489 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()
|
D | cdv_intel_lvds.c | 542 struct child_device_config *child = dev_priv->child_dev + i; in lvds_is_present_in_vbt()
|
D | psb_drv.h | 449 struct child_device_config *child_dev; member
|
D | cdv_intel_dp.c | 1962 p_child = dev_priv->child_dev + i; in cdv_intel_dpc_is_edp()
|
/Linux-v4.19/include/linux/ |
D | coresight.h | 145 struct coresight_device *child_dev; member
|