DEVICE_UNREGISTER_WAIT

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

device_unregister_wait - Unregister device and wait for it to be freed.  

SYNOPSIS

"SYNOPSIS"

void device_unregister_wait (struct device * dev);  

ARGUMENTS

dev
Device to unregister.
 

DESCRIPTION

For the cases where the caller needs to wait for all references to be dropped from the device before continuing (e.g. modules with statically allocated devices), this function uses a completion struct to wait, along with a matching complete in device_release above.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 05:30:29 GMT, October 06, 2005