1PLATFORM_DEVICE_ADD(9) Device drivers infrastructure PLATFORM_DEVICE_ADD(9)
23
4
NAME
6platform_device_add - add a platform device to device hierarchy
7
SYNOPSIS
9int platform_device_add(struct platform_device * pdev);
10
ARGUMENTS
12pdev
13platform device we´re adding
14
DESCRIPTION
16This is part 2 of platform_device_register, though may be called
17separately _iff_ pdev was allocated by platform_device_alloc.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 PLATFORM_DEVICE_ADD(9)