Searched defs:platform_device_add (Results 1 - 1 of 1) sorted by last modified time

/drivers/base/
H A Dplatform.c45 * This is called before platform_device_add() such that any pdev_archdata may
51 * platform_device_add()
293 * platform_device_add - add a platform device to device hierarchy
299 int platform_device_add(struct platform_device *pdev) function
378 EXPORT_SYMBOL_GPL(platform_device_add); variable
419 return platform_device_add(pdev);
485 ret = platform_device_add(pdev);
675 error = platform_device_add(pdev);

Completed in 68 milliseconds