Searched refs:device_find_child (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/net/bluetooth/
H A Dhci_sysfs.c79 dev = device_find_child(&conn->dev, NULL, __match_tty);
/linux-master/drivers/firmware/efi/
H A Ddev-path-parser.c69 *child = device_find_child(parent, &devfn, match_pci_dev);
/linux-master/drivers/pwm/
H A Dsysfs.c293 child = device_find_child(parent, pwm, pwm_unexport_match);
302 /* for device_find_child() */
387 child = device_find_child(parent, pwm, pwm_unexport_match);
392 put_device(child); /* for device_find_child() */
/linux-master/drivers/slimbus/
H A Dcore.c353 dev = device_find_child(ctrl->dev, eaddr, slim_match_dev);
401 dev = device_find_child(ctrl->dev, np, of_slim_match_dev);
/linux-master/drivers/cxl/core/
H A Dpmem.c74 dev = device_find_child(&cxl_root->port.dev, NULL, match_nvdimm_bridge);
H A Dregion.c848 dev = device_find_child(&port->dev, &cxlr->params,
851 dev = device_find_child(&port->dev, &id, match_free_decoder);
1669 dev = device_find_child(&parent->dev, range,
3068 cxlrd_dev = device_find_child(&root->dev, &cxld->hpa_range,
3085 region_dev = device_find_child(&cxlrd->cxlsd.cxld.dev, hpa,
H A Dpci.c469 cxld_dev = device_find_child(&root->dev, &info->dvsec_range[i],
/linux-master/drivers/usb/typec/
H A Dclass.c244 dev = device_find_child(&port->dev, &id, altmode_match);
1164 dev = device_find_child(&port->dev, NULL, cable_match);
1836 dev = device_find_child(&port->dev, NULL, partner_match);
1964 partner_dev = device_find_child(&port->dev, NULL, partner_match);
2128 partner_dev = device_find_child(&port->dev, NULL, partner_match);
2155 cable_dev = device_find_child(&port->dev, NULL, cable_match);
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_core.c136 dev = device_find_child(&pdev->dev, NULL, match_i2c_adap);
152 dev = device_find_child(&pdev->dev, NULL, match_spi_adap);
/linux-master/drivers/nvdimm/
H A Dclaim.c171 found = device_find_child(dev->parent, name, namespace_match);
223 put_device(&ndns->dev); /* from device_find_child */
H A Dbus.c1240 dev = device_find_child(&nvdimm_bus->dev,
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac-sgmii.c361 dev = device_find_child(&pdev->dev, &phy->sgmii_ops,
/linux-master/drivers/firmware/arm_scmi/
H A Dbus.c259 dev = device_find_child(parent, &id_table, scmi_match_by_id_table);
/linux-master/arch/sparc/kernel/
H A Dvio.c446 dev = device_find_child(&root_vdev->dev, (void *)&node_data,
/linux-master/drivers/rpmsg/
H A Drpmsg_core.c399 return device_find_child(parent, chinfo, rpmsg_device_match);
/linux-master/drivers/thunderbolt/
H A Dretimer.c464 dev = device_find_child(&port->usb4->dev, &lookup, retimer_match);
/linux-master/drivers/bus/fsl-mc/
H A Ddprc-driver.c128 dev = device_find_child(&mc_bus_dev->dev, obj_desc,
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_drm_drv.c381 drm_dev = device_find_child(&pdev->dev, NULL, mtk_drm_match);
/linux-master/include/linux/
H A Ddevice.h1064 struct device *device_find_child(struct device *dev, void *data,
/linux-master/net/dsa/
H A Ddsa.c1385 return device_find_child(parent, class, dev_is_class);
/linux-master/drivers/gpio/
H A Dgpio-sim.c492 chip->dev = device_find_child(dev, swnode, gpio_sim_dev_match_fwnode);
/linux-master/drivers/block/
H A Dsunvdc.c956 dev = device_find_child(vdev->dev.parent, &port_data,
/linux-master/drivers/firewire/
H A Dcore-device.c1090 revived_dev = device_find_child(card->device,
/linux-master/tools/testing/cxl/test/
H A Dcxl.c813 dev = device_find_child(&iter->dev, NULL, first_decoder);
/linux-master/drivers/base/
H A Dcore.c4086 * device_find_child - device iterator for locating a particular device.
4102 struct device *device_find_child(struct device *parent, void *data, function
4118 EXPORT_SYMBOL_GPL(device_find_child); variable
4125 * This is similar to the device_find_child() function above, but it
4157 * This is similar to the device_find_child() function above, but it
4164 return device_find_child(parent, NULL, match_any);

Completed in 255 milliseconds

12