device_destroy(9) centos man page | unix.com

Man Page: device_destroy

Operating Environment: centos

Section: 9

DEVICE_DESTROY(9)					   Device drivers infrastructure					 DEVICE_DESTROY(9)

NAME
device_destroy - removes a device that was created with device_create
SYNOPSIS
void device_destroy(struct class * class, dev_t devt);
ARGUMENTS
class pointer to the struct class that this device was registered with devt the dev_t of the device that was previously registered
DESCRIPTION
This call unregisters and cleans up a device that was created with a call to device_create.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DEVICE_DESTROY(9)
Related Man Pages
di_lnode_name(3devinfo) - opensolaris
device_create_with_groups(9) - centos
struct_device(9) - centos
di_lnode_devinfo(3devinfo) - sunos
di_lnode_devt(3devinfo) - sunos
Similar Topics in the Unix Linux Community
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
Please Welcome Dave Munro to the Moderator Team!