Home
last modified time | relevance | path

Searched refs:device_add_of_node (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pci/
H A Dof.c718 ret = device_add_of_node(&pdev->dev, np); in of_pci_make_dev_node()
816 ret = device_add_of_node(&bridge->dev, np); in of_pci_make_host_bridge_node()
820 ret = device_add_of_node(&bridge->bus->dev, np); in of_pci_make_host_bridge_node()
/linux/include/linux/
H A Ddevice.h1071 int device_add_of_node(struct device *dev, struct device_node *of_node);
/linux/drivers/base/
H A Dcore.c5228 int device_add_of_node(struct device *dev, struct device_node *of_node) in device_add_of_node() function
5256 EXPORT_SYMBOL_GPL(device_add_of_node);