Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/of/
Ddevice.c37 int of_device_add(struct platform_device *ofdev) in of_device_add() function
219 return of_device_add(pdev); in of_device_register()
Dplatform.c188 if (of_device_add(dev) != 0) { in of_platform_device_create_pdata()
/Linux-v5.15/include/linux/
Dof_device.h29 extern int of_device_add(struct platform_device *pdev);
/Linux-v5.15/arch/powerpc/platforms/pseries/
Dibmebus.c175 ret = of_device_add(dev); in ibmebus_create_device()