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

NAME

6       platform_device_put - destroy a platform device
7

SYNOPSIS

9       void platform_device_put(struct platform_device * pdev);
10

ARGUMENTS

12       pdev
13           platform device to free
14

DESCRIPTION

16       Free all memory associated with a platform device. This function must
17       _only_ be externally called in error cases. All other usage is a bug.
18
20Kernel Hackers Manual 3.10         June 2019            PLATFORM_DEVICE_PUT(9)
Impressum