.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "PM_UNREGISTER_ALL" "9" "09 October 2005" "" "" .SH NAME pm_unregister_all \- unregister all devices with matching callback .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void pm_unregister_all (pm_callback \fIcallback\fB); \fR .SH "ARGUMENTS" .TP \fB\fIcallback\fB\fR callback function pointer .SH "DESCRIPTION" .PP Unregister every device that would call the callback passed. This is primarily meant as a helper function for loadable modules. It enables a module to give up all its managed devices without keeping its own private list.