Home
last modified time | relevance | path

Searched refs:of_device_make_bus_id (Results 1 – 3 of 3) 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.c277 * of_device_make_bus_id - Use the device node data to assign a unique name
284 void of_device_make_bus_id(struct device *dev) in of_device_make_bus_id() function
315 EXPORT_SYMBOL_GPL(of_device_make_bus_id);
/linux/drivers/nvmem/
H A Dlayouts.c116 of_device_make_bus_id(dev); in nvmem_layout_create_device()