Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/of/
H A Ddevice.c57 int of_device_add(struct platform_device *ofdev) in of_device_add() function
196 return of_device_add(pdev); in of_device_register()
H A Dplatform.c189 if (of_device_add(dev) != 0) { in of_platform_device_create_pdata()
/OK3568_Linux_fs/kernel/include/linux/
H A Dof_device.h32 extern int of_device_add(struct platform_device *pdev);
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dibmebus.c174 ret = of_device_add(dev); in ibmebus_create_device()