platform_device_unregister(9) centos man page | unix.com

Man Page: platform_device_unregister

Operating Environment: centos

Section: 9

PLATFORM_DEVICE_UNRE(9) 				   Device drivers infrastructure				   PLATFORM_DEVICE_UNRE(9)

NAME
platform_device_unregister - unregister a platform-level device
SYNOPSIS
void platform_device_unregister(struct platform_device * pdev);
ARGUMENTS
pdev platform 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
Kernel Hackers Manual 3.10 June 2014 PLATFORM_DEVICE_UNRE(9)
Related Man Pages
device_create_vargs(9) - centos
regulator_set_optimum_mode(9) - centos
struct_class(9) - centos
device_create(9) - suse
struct_platform_nand_ctrl(9) - suse
Similar Topics in the Unix Linux Community
Weird 'find' results
How to increment version inside a file?
Tar Command
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq