Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bus/fsl-mc/
H A Ddprc-driver.c173 struct fsl_mc_device *child_dev; in fsl_mc_obj_device_add() local
178 child_dev = fsl_mc_device_lookup(obj_desc, mc_bus_dev); in fsl_mc_obj_device_add()
179 if (child_dev) { in fsl_mc_obj_device_add()
180 check_plugged_state_change(child_dev, obj_desc); in fsl_mc_obj_device_add()
181 put_device(&child_dev->dev); in fsl_mc_obj_device_add()
184 &child_dev); in fsl_mc_obj_device_add()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c653 struct coresight_device *child_dev; in coresight_find_enabled_sink() local
655 child_dev = csdev->pdata->out_conns[i]->dest_dev; in coresight_find_enabled_sink()
656 if (child_dev) in coresight_find_enabled_sink()
657 sink = coresight_find_enabled_sink(child_dev); in coresight_find_enabled_sink()
841 struct coresight_device *child_dev; in _coresight_build_path() local
843 child_dev = csdev->pdata->out_conns[i]->dest_dev; in _coresight_build_path()
844 if (child_dev && in _coresight_build_path()
845 _coresight_build_path(child_dev, sink, path) == 0) { in _coresight_build_path()
1010 struct coresight_device *child_dev, *sink = NULL; in coresight_find_sink() local
1013 child_dev = csdev->pdata->out_conns[i]->dest_dev; in coresight_find_sink()
[all …]
/openbmc/u-boot/drivers/block/
H A Dblk-uclass.c145 struct udevice *child_dev, *next; in blk_get_by_device() local
147 device_foreach_child_safe(child_dev, next, dev) { in blk_get_by_device()
148 if (device_get_uclass_id(child_dev) != UCLASS_BLK) in blk_get_by_device()
151 return dev_get_uclass_platdata(child_dev); in blk_get_by_device()
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dintel_bios.c480 dev_priv->child_dev = kcalloc(count, sizeof(*p_child), GFP_KERNEL); in parse_device_mapping()
481 if (!dev_priv->child_dev) { in parse_device_mapping()
494 child_dev_ptr = dev_priv->child_dev + count; in parse_device_mapping()
H A Dcdv_intel_lvds.c436 struct child_device_config *child = dev_priv->child_dev + i; in lvds_is_present_in_vbt()
H A Dpsb_drv.h391 struct child_device_config *child_dev; member
H A Dcdv_intel_dp.c1915 p_child = dev_priv->child_dev + i; in cdv_intel_dpc_is_edp()
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c2285 VMBusDevice *child_dev = VMBUS_DEVICE(child->child); in vmbus_dev_realize() local
2287 if (child_dev == vdev) { in vmbus_dev_realize()
2291 if (qemu_uuid_is_equal(&child_dev->instanceid, &vdev->instanceid)) { in vmbus_dev_realize()
/openbmc/linux/drivers/of/
H A Dunittest.c3937 struct device *child_dev; in of_unittest_pci_node_verify() local
3964 child_dev = device_find_any_child(&pdev->dev); in of_unittest_pci_node_verify()
3965 unittest(!child_dev, "Child device is not removed\n"); in of_unittest_pci_node_verify()