Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-core.c133 if (conn->child_dev == csdev) in coresight_find_link_inport()
151 if (conn->child_dev == child) in coresight_find_link_outport()
622 struct coresight_device *child_dev; in coresight_find_enabled_sink() local
624 child_dev = csdev->pdata->conns[i].child_dev; in coresight_find_enabled_sink()
625 if (child_dev) in coresight_find_enabled_sink()
626 sink = coresight_find_enabled_sink(child_dev); in coresight_find_enabled_sink()
735 child = csdev->pdata->conns[i].child_dev; in coresight_grab_device()
746 child = csdev->pdata->conns[i].child_dev; in coresight_grab_device()
765 child = csdev->pdata->conns[i].child_dev; in coresight_drop_device()
804 struct coresight_device *child_dev; in _coresight_build_path() local
[all …]
H A Dcoresight-sysfs.c181 conn->child_dev = target; in coresight_make_links()
201 devm_kfree(&conn->child_dev->dev, conn->link->target_name); in coresight_remove_links()
205 conn->child_dev = NULL; in coresight_remove_links()
H A Dcoresight-tmc-etr.c787 tmp = etr->pdata->conns[i].child_dev; in tmc_etr_get_catu_device()
/OK3568_Linux_fs/kernel/drivers/bus/fsl-mc/
H A Ddprc-driver.c168 struct fsl_mc_device *child_dev; in fsl_mc_obj_device_add() local
173 child_dev = fsl_mc_device_lookup(obj_desc, mc_bus_dev); in fsl_mc_obj_device_add()
174 if (child_dev) { in fsl_mc_obj_device_add()
175 check_plugged_state_change(child_dev, obj_desc); in fsl_mc_obj_device_add()
176 put_device(&child_dev->dev); in fsl_mc_obj_device_add()
179 &child_dev); in fsl_mc_obj_device_add()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dintel_bios.c479 dev_priv->child_dev = kcalloc(count, sizeof(*p_child), GFP_KERNEL); in parse_device_mapping()
480 if (!dev_priv->child_dev) { in parse_device_mapping()
493 child_dev_ptr = dev_priv->child_dev + count; in parse_device_mapping()
H A Dcdv_intel_lvds.c438 struct child_device_config *child = dev_priv->child_dev + i; in lvds_is_present_in_vbt()
H A Dpsb_drv.h438 struct child_device_config *child_dev; member
H A Dcdv_intel_dp.c1922 p_child = dev_priv->child_dev + i; in cdv_intel_dpc_is_edp()
/OK3568_Linux_fs/u-boot/drivers/rkflash/
H A Drkflash_blk.h57 struct udevice *child_dev; member
H A Drkflash_blk.c96 priv->child_dev = udev; in rkflash_blk_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcoresight.h182 struct coresight_device *child_dev; member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_service.c153 srv->child_dev = device_create(srv->cls, dev, srv->dev_id, in mpp_register_service()
H A Dmpp_common.h564 struct device *child_dev; member