Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
void | isc_register (unsigned int isc) |
EXPORT_SYMBOL_GPL (isc_register) | |
void | isc_unregister (unsigned int isc) |
EXPORT_SYMBOL_GPL (isc_unregister) | |
EXPORT_SYMBOL_GPL | ( | isc_register | ) |
EXPORT_SYMBOL_GPL | ( | isc_unregister | ) |
isc_unregister - unregister an I/O interruption subclass. : I/O interruption subclass to unregister
The number of users for is decreased. If this is the last user to unregister , the corresponding I/O interruption subclass mask is disabled. Note: This function must not be called if isc_register() hasn't been called before by the driver for .
Context: This function must not be called in interrupt context.