table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
REQUEST_FIRMWARE(9) | Device drivers infrastructure | REQUEST_FIRMWARE(9) |
NAME¶
request_firmware - send firmware request and wait for itSYNOPSIS¶
int
request_firmware(const struct firmware ** firmware_p,
const char * name,
struct device * device);
ARGUMENTS¶
firmware_ppointer to firmware image
name
name of firmware file
device
device for which firmware is being
loaded
DESCRIPTION¶
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |