Query: device_del
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DEVICE_DEL(9) Device drivers infrastructure DEVICE_DEL(9)NAMEdevice_del - delete device from system.SYNOPSISvoid device_del(struct device * dev);ARGUMENTSdev device.DESCRIPTIONThis 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.NOTEthis should be called manually _iff_ device_add was also called manually.COPYRIGHTKernel Hackers Manual 2.6. July 2010 DEVICE_DEL(9)
Related Man Pages |
---|
device_create_vargs(9) - centos |
struct_bus_type(9) - centos |
device_create(9) - suse |
device_schedule_callback_owner(9) - suse |
struct_usb_device_driver(9) - suse |
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 |