Home
last modified time | relevance | path

Searched refs:of_device_make_bus_id (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dof_device.h41 void of_device_make_bus_id(struct device *dev);
86 static inline void of_device_make_bus_id(struct device *dev) {} in of_device_make_bus_id() function
/linux/drivers/of/
H A Ddevice.c288 void of_device_make_bus_id(struct device *dev) in of_device_make_bus_id() function
319 EXPORT_SYMBOL_GPL(of_device_make_bus_id);
H A Dplatform.c145 of_device_make_bus_id(&dev->dev); in of_device_alloc()
245 of_device_make_bus_id(&dev->dev); in of_amba_device_create()
/linux/drivers/nvmem/
H A Dlayouts.c103 of_device_make_bus_id(dev); in nvmem_layout_create_device()