Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dof_platform.h57 extern int of_device_add(struct platform_device *pdev);
/openbmc/linux/drivers/of/
H A Dplatform.c54 int of_device_add(struct platform_device *ofdev) in of_device_add() function
76 return of_device_add(pdev); in of_device_register()
223 if (of_device_add(dev) != 0) { in of_platform_device_create_pdata()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dibmebus.c180 ret = of_device_add(dev); in ibmebus_create_device()