Searched refs:of_device_register (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dof_platform.h58 extern int of_device_register(struct platform_device *ofdev);
/linux-master/sound/aoa/soundbus/
H A Dcore.c154 return of_device_register(&dev->ofdev);
/linux-master/drivers/of/
H A Dplatform.c74 int of_device_register(struct platform_device *pdev) function
79 EXPORT_SYMBOL(of_device_register); variable
/linux-master/arch/sparc/kernel/
H A Dof_device_32.c388 if (of_device_register(op)) {
H A Dof_device_64.c681 if (of_device_register(op)) {
/linux-master/drivers/macintosh/
H A Dmacio_asic.c430 if (of_device_register(&dev->ofdev) != 0) {
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c2901 ret = of_device_register(&port->ofdev);

Completed in 153 milliseconds