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

NAME

6       platform_device_unregister - unregister a platform-level device
7

SYNOPSIS

9       void platform_device_unregister(struct platform_device * pdev);
10

ARGUMENTS

12       pdev
13           platform device we´re unregistering
14

DESCRIPTION

16       Unregistration is done in 2 steps. First we release all resources and
17       remove it from the subsystem, then we drop reference count by calling
18       platform_device_put.
19
21Kernel Hackers Manual 2.6.         June 2019           PLATFORM_DEVICE_UNRE(9)
Impressum