Man Page: transport_remove_device
Operating Environment: centos
Section: 9
TRANSPORT_REMOVE_DEV(9) Device drivers infrastructure TRANSPORT_REMOVE_DEV(9)NAMEtransport_remove_device - remove the visibility of a deviceSYNOPSISvoid transport_remove_device(struct device * dev);ARGUMENTSdev generic device to removeDESCRIPTIONThis call removes the visibility of the device (to the user from sysfs), but does not destroy it. To eliminate a device entirely you must also call transport_destroy_device. If you don't need to do remove and destroy as separate operations, use transport_unregister_device (see transport_class.h) which will perform both calls for you.COPYRIGHTKernel Hackers Manual 3.10 June 2014 TRANSPORT_REMOVE_DEV(9)
| Related Man Pages |
|---|
| device_create_vargs(9) - centos |
| device_schedule_callback_owner(9) - centos |
| struct_class(9) - centos |
| struct_uio_info(9) - centos |
| device_create(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Set hard block limit for user using quota |
| Best performance UNIX just for HOST Virtualization? |
| CentOS7 restoring file capabilities |
| Docker learning Phase-I |
| Shopt -s histappend |