Query: request_firmware_nowait
OS: centos
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)NAMErequest_firmware_nowait - asynchronous version of request_firmwareSYNOPSISint request_firmware_nowait(struct module * module, bool uevent, const char * name, struct device * device, gfp_t gfp, void * context, void (*cont) (const struct firmware *fw, void *context));ARGUMENTSmodule 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.DESCRIPTIONCaller must hold the reference count of device. Asynchronous variant of request_firmware for user contexts: - sleep for as small periods as possible since it may increase kernel boot time of built-in device drivers requesting firmware in their ->probe methods, if gfp is GFP_KERNEL. - can't sleep at all if gfp is GFP_ATOMIC.COPYRIGHTKernel Hackers Manual 3.10 June 2014 REQUEST_FIRMWARE_NOW(9)
Related Man Pages |
---|
iwifw(4) - debian |
ipwfw(4) - freebsd |
urtwnfw(4) - freebsd |
ipwfw(4) - minix |
ipwfw(4) - suse |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Weird 'find' results |
Tar Command |
Unsure why access time on a directory change isn't changing |
CentOS 6 ran out of space, need to reclaim it |