device_find_child
dev = device_find_child(&root_vdev->dev, (void *)&node_data,
EXPORT_SYMBOL_GPL(device_find_child);
dev = device_find_child(vdev->dev.parent, &port_data,
dev = device_find_child(&mc_bus_dev->dev, obj_desc,
cxld_dev = device_find_child(&root->dev, &info->dvsec_range[i],
dev = device_find_child(&cxl_root->port.dev,
dev = device_find_child(&parent->dev, range,
cxlrd_dev = device_find_child(&cxl_root->port.dev, &ctx->hpa_range,
region_dev = device_find_child(&cxlrd->cxlsd.cxld.dev, hpa_range,
dev = device_find_child(&port->dev, &cxlr->params,
dev = device_find_child(&port->dev, NULL, match_free_decoder);
found = device_find_child(card->device, device->config_rom,
dev = device_find_child(ohci->card.device, (const void *)params, find_fw_device);
dev = device_find_child(parent, &id_table, scmi_match_by_id_table);
*child = device_find_child(parent, &devfn, match_pci_dev);
chip->dev = device_find_child(dev, swnode, device_match_fwnode);
drm_dev = device_find_child(&pdev->dev, NULL, mtk_drm_match);
hdev = device_find_child(dev, NULL, hwmon_match_device);
mcu_dev = device_find_child(dev->parent, NULL, omnia_match_mcu_client);
dev = device_find_child(&pdev->dev, NULL, match_i2c_adap);
dev = device_find_child(&pdev->dev, NULL, match_spi_adap);
dev = device_find_child(&nvdimm_bus->dev,
pwm_dev = device_find_child(pwmchip_dev, pwm, pwm_unexport_match);
pwm_dev = device_find_child(pwmchip_dev, pwm, pwm_unexport_match);
return device_find_child(parent, chinfo, rpmsg_device_match);
dev = device_find_child(&shost->shost_gendev, &idx,
return device_find_child(&shost->shost_gendev, data, fn);
return device_find_child(&fnode_sess->dev, NULL,
dev = device_find_child(ctrl->dev, eaddr, slim_match_dev);
dev = device_find_child(ctrl->dev, np, device_match_of_node);
dev = device_find_child(&port->usb4->dev, &lookup, retimer_match);
dev = device_find_child(&xd->dev, p, find_service);
tty_dev = device_find_child(&uport->port_dev->dev, &match, serial_match_port);
tty_dev = device_find_child(&uport->port_dev->dev, &match, serial_match_port);
dev = device_find_child(&port->dev, &typec_cable_dev_type,
dev = device_find_child(&port->dev, &typec_partner_dev_type,
partner_dev = device_find_child(&port->dev,
partner_dev = device_find_child(&port->dev,
cable_dev = device_find_child(&port->dev, &typec_cable_dev_type,
dev = device_find_child(&port->dev, &id, altmode_match);
struct device *device_find_child(struct device *parent, const void *data,
return device_find_child(parent, name, device_match_name);
return device_find_child(parent, NULL, device_match_any);
return device_find_child(parent, class, dev_is_class);
dev = device_find_child(&iter->dev, NULL, first_decoder);