int request_firmware_nowait (struct module * module, const char * name, struct device * device, void * context, void (*cont) const struct firmware *fw, void *context);
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.
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.