device_del(9) centos man page | unix.com

Man Page: device_del

Operating Environment: centos

Section: 9

DEVICE_DEL(9)						   Device drivers infrastructure					     DEVICE_DEL(9)

NAME
device_del - delete device from system.
SYNOPSIS
void device_del(struct device * dev);
ARGUMENTS
dev device.
DESCRIPTION
This is the first part of the device unregistration sequence. This removes the device from the lists we control from here, has it removed from the other driver model subsystems it was added to in device_add, and removes it from the kobject hierarchy.
NOTE
this should be called manually _iff_ device_add was also called manually.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DEVICE_DEL(9)
Related Man Pages
device_create(9) - centos
device_create_with_groups(9) - centos
struct_class(9) - centos
struct_input_polled_dev(9) - centos
struct_usb_device_driver(9) - centos
Similar Topics in the Unix Linux Community
Flash disk problem
How to Cleanup Multipathing
Meaning of SDA
keyboard remapped drastically by X
Make a disk disappear from fdisk output