.\" 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 "REQUEST_FIRMWARE_NOWAIT" "9" "09 October 2005" "" "" .SH NAME request_firmware_nowait \- .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int request_firmware_nowait (struct module * \fImodule\fB, const char * \fIname\fB, struct device * \fIdevice\fB, void * \fIcontext\fB, void (*\fIcont\fB) const struct firmware *fw, void *context); \fR .SH "ARGUMENTS" .TP \fB\fImodule\fB\fR -- undescribed -- .TP \fB\fIname\fB\fR -- undescribed -- .TP \fB\fIdevice\fB\fR -- undescribed -- .TP \fB\fIcontext\fB\fR -- undescribed -- .TP \fB\fIcont\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP Asynchronous variant of \fBrequest_firmware\fR for contexts where it is not possible to sleep. .PP \fIcont\fR will be called asynchronously when the firmware request is over. .PP \fIcontext\fR will be passed over to \fIcont\fR\&. .PP \fIfw\fR may be NULL if firmware request fails. .SH "DESCRIPTION" .PP Asynchronous variant of \fBrequest_firmware\fR for contexts where it is not possible to sleep. .PP \fIcont\fR will be called asynchronously when the firmware request is over. .PP \fIcontext\fR will be passed over to \fIcont\fR\&. .PP \fIfw\fR may be NULL if firmware request fails.