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

NAME

6       platform_device_del - remove a platform-level device
7

SYNOPSIS

9       void platform_device_del(struct platform_device * pdev);
10

ARGUMENTS

12       pdev
13           platform device we're removing
14

DESCRIPTION

16       Note that this function will also release all memory- and port-based
17       resources owned by the device (dev->resource). This function must
18       _only_ be externally called in error cases. All other usage is a bug.
19
21Kernel Hackers Manual 3.10         June 2019            PLATFORM_DEVICE_DEL(9)
Impressum