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

/linux-master/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) {} function
/linux-master/drivers/of/
H A Ddevice.c317 * of_device_make_bus_id - Use the device node data to assign a unique name
324 void of_device_make_bus_id(struct device *dev) function
355 EXPORT_SYMBOL_GPL(of_device_make_bus_id); variable
H A Dplatform.c145 of_device_make_bus_id(&dev->dev);
245 of_device_make_bus_id(&dev->dev);
/linux-master/drivers/nvmem/
H A Dlayouts.c101 of_device_make_bus_id(dev);

Completed in 237 milliseconds