table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| PLATFORM_DEVICE_DEL(9) | Device drivers infrastructure | PLATFORM_DEVICE_DEL(9) |
NAME¶
platform_device_del - remove a platform-level deviceSYNOPSIS¶
void
platform_device_del(struct platform_device * pdev);
ARGUMENTS¶
pdevplatform device we're removing
DESCRIPTION¶
Note that this function will also release all memory- and port-based resources owned by the device ( dev->resource). This function must _only_ be externally called in error cases. All other usage is a bug.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |