REQUEST_FIRMWARE_NOWAIT

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

 

NAME

request_firmware_nowait -  

SYNOPSIS

"SYNOPSIS"

int request_firmware_nowait (struct module * module, const char * name, struct device * device, void * context, void (*cont) const struct firmware *fw, void *context);  

ARGUMENTS

module
-- undescribed --
name
-- undescribed --
device
-- undescribed --
context
-- undescribed --
cont
-- undescribed --
 

DESCRIPTION

Asynchronous variant of request_firmware for contexts where it is not possible to sleep.

cont will be called asynchronously when the firmware request is over.

context will be passed over to cont.

fw may be NULL if firmware request fails.  

DESCRIPTION

Asynchronous variant of request_firmware for contexts where it is not possible to sleep.

cont will be called asynchronously when the firmware request is over.

context will be passed over to cont.

fw may be NULL if firmware request fails.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:43 GMT, October 09, 2005