1PLATFORM_DEVICE_ADD(9)   Device drivers infrastructure  PLATFORM_DEVICE_ADD(9)
2
3
4

NAME

6       platform_device_add - add a platform device to device hierarchy
7

SYNOPSIS

9       int platform_device_add(struct platform_device * pdev);
10

ARGUMENTS

12       pdev
13           platform device we're adding
14

DESCRIPTION

16       This is part 2 of platform_device_register, though may be called
17       separately _iff_ pdev was allocated by platform_device_alloc.
18
20Kernel Hackers Manual 3.10         June 2019            PLATFORM_DEVICE_ADD(9)
Impressum