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

/linux-4.1.27/drivers/hwtracing/coresight/
H A Dcoresight.c82 if (conn->child_dev == csdev) coresight_find_link_inport()
103 if (conn->child_dev == child) coresight_find_link_outport()
318 if (coresight_build_paths(conn->child_dev, coresight_build_paths()
507 if (conn->child_dev == NULL) { coresight_orphan_match()
510 conn->child_dev = csdev; coresight_orphan_match()
565 conn->child_dev = to_coresight_device(dev); coresight_fixup_device_conns()
568 conn->child_dev = NULL; coresight_fixup_device_conns()
/linux-4.1.27/drivers/staging/fsl-mc/bus/
H A Ddprc-driver.c169 struct fsl_mc_device *child_dev; dprc_add_new_devices() local
178 child_dev = fsl_mc_device_lookup(obj_desc, mc_bus_dev); dprc_add_new_devices()
179 if (child_dev) { dprc_add_new_devices()
180 check_plugged_state_change(child_dev, obj_desc); dprc_add_new_devices()
185 &child_dev); dprc_add_new_devices()
/linux-4.1.27/include/linux/
H A Dcoresight.h133 * @child_dev: a @coresight_device representation of the component
140 struct coresight_device *child_dev; member in struct:coresight_connection
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dintel_bios.c489 dev_priv->child_dev = kcalloc(count, sizeof(*p_child), GFP_KERNEL); parse_device_mapping()
490 if (!dev_priv->child_dev) { parse_device_mapping()
503 child_dev_ptr = dev_priv->child_dev + count; parse_device_mapping()
H A Dcdv_intel_lvds.c568 struct child_device_config *child = dev_priv->child_dev + i; lvds_is_present_in_vbt()
H A Dpsb_drv.h449 struct child_device_config *child_dev; member in struct:drm_psb_private
H A Dcdv_intel_dp.c1965 p_child = dev_priv->child_dev + i; cdv_intel_dpc_is_edp()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_bios.c967 it = dev_priv->vbt.child_dev + i; parse_ddi_port()
1109 dev_priv->vbt.child_dev = kcalloc(count, sizeof(*p_child), GFP_KERNEL); parse_device_mapping()
1110 if (!dev_priv->vbt.child_dev) { parse_device_mapping()
1132 child_dev_ptr = dev_priv->vbt.child_dev + count; parse_device_mapping()
H A Di915_dma.c1052 if (dev_priv->vbt.child_dev && dev_priv->vbt.child_dev_num) { i915_driver_unload()
1053 kfree(dev_priv->vbt.child_dev); i915_driver_unload()
1054 dev_priv->vbt.child_dev = NULL; i915_driver_unload()
H A Dintel_lvds.c773 union child_device_config *uchild = dev_priv->vbt.child_dev + i; lvds_is_present_in_vbt()
H A Dintel_tv.c1550 p_child = dev_priv->vbt.child_dev + i; tv_is_present_in_vbt()
H A Di915_drv.h1388 union child_device_config *child_dev; member in struct:intel_vbt_data
H A Dintel_dp.c4767 p_child = dev_priv->vbt.child_dev + i; intel_dp_is_edp()

Completed in 387 milliseconds