table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| PLATFORM_DEVICE_UNRE(9) | Device drivers infrastructure | PLATFORM_DEVICE_UNRE(9) |
NAME¶
platform_device_unregister - unregister a platform-level deviceSYNOPSIS¶
void
platform_device_unregister(struct platform_device * pdev);
ARGUMENTS¶
pdevplatform device we're unregistering
DESCRIPTION¶
Unregistration is done in 2 steps. First we release all resources and remove it from the subsystem, then we drop reference count by calling platform_device_put.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |