suse man page for request_firmware_nowait

Query: request_firmware_nowait

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

REQUEST_FIRMWARE_NOW(9) 				   Device drivers infrastructure				   REQUEST_FIRMWARE_NOW(9)

NAME
request_firmware_nowait - asynchronous version of request_firmware
SYNOPSIS
int request_firmware_nowait(struct module * module, int uevent, const char * name, struct device * device, gfp_t gfp, void * context, void (*cont) (const struct firmware *fw, void *context));
ARGUMENTS
module module requesting the firmware uevent sends uevent to copy the firmware image if this flag is non-zero else the firmware copy must be done manually. name name of firmware file device device for which firmware is being loaded gfp allocation flags context will be passed over to cont, and fw may be NULL if firmware request fails. cont function will be called asynchronously when the firmware request is over.
DESCRIPTION
Asynchronous variant of request_firmware for user contexts where it is not possible to sleep for long time. It can't be called in atomic contexts.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 REQUEST_FIRMWARE_NOW(9)
Related Man Pages
iwifw(4) - debian
iwifw(4) - freebsd
ipwfw(4) - plan9
ipwfw(4) - suse
ipwfw(4) - bsd
Similar Topics in the Unix Linux Community
Grant unprivileged user rights to see the output of echo|format but not modify disks
Migrating to UNIX
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!
32 bit process addressing more than 4GB