Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/fsl-mc/bus/
Ddprc-driver.c169 struct fsl_mc_device *child_dev; in dprc_add_new_devices() local
178 child_dev = fsl_mc_device_lookup(obj_desc, mc_bus_dev); in dprc_add_new_devices()
179 if (child_dev) { in dprc_add_new_devices()
180 check_plugged_state_change(child_dev, obj_desc); in dprc_add_new_devices()
185 &child_dev); in dprc_add_new_devices()
/linux-4.1.27/drivers/hwtracing/coresight/
Dcoresight.c82 if (conn->child_dev == csdev) in coresight_find_link_inport()
103 if (conn->child_dev == child) in coresight_find_link_outport()
318 if (coresight_build_paths(conn->child_dev, in coresight_build_paths()
507 if (conn->child_dev == NULL) { in coresight_orphan_match()
510 conn->child_dev = csdev; in coresight_orphan_match()
565 conn->child_dev = to_coresight_device(dev); in coresight_fixup_device_conns()
568 conn->child_dev = NULL; in coresight_fixup_device_conns()
/linux-4.1.27/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.c568 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.c1965 p_child = dev_priv->child_dev + i; in cdv_intel_dpc_is_edp()
/linux-4.1.27/include/linux/
Dcoresight.h140 struct coresight_device *child_dev; member
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_bios.c967 it = dev_priv->vbt.child_dev + i; in parse_ddi_port()
1109 dev_priv->vbt.child_dev = kcalloc(count, sizeof(*p_child), GFP_KERNEL); in parse_device_mapping()
1110 if (!dev_priv->vbt.child_dev) { in parse_device_mapping()
1132 child_dev_ptr = dev_priv->vbt.child_dev + count; in parse_device_mapping()
Di915_dma.c1052 if (dev_priv->vbt.child_dev && dev_priv->vbt.child_dev_num) { in i915_driver_unload()
1053 kfree(dev_priv->vbt.child_dev); in i915_driver_unload()
1054 dev_priv->vbt.child_dev = NULL; in i915_driver_unload()
Dintel_lvds.c773 union child_device_config *uchild = dev_priv->vbt.child_dev + i; in lvds_is_present_in_vbt()
Dintel_tv.c1550 p_child = dev_priv->vbt.child_dev + i; in tv_is_present_in_vbt()
Di915_drv.h1388 union child_device_config *child_dev; member
Dintel_dp.c4767 p_child = dev_priv->vbt.child_dev + i; in intel_dp_is_edp()