Name

request_firmware_nowait —

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.