.. | .. |
---|
25 | 25 | .. kernel-doc:: drivers/base/firmware_loader/main.c |
---|
26 | 26 | :functions: firmware_request_nowarn |
---|
27 | 27 | |
---|
| 28 | +firmware_request_platform |
---|
| 29 | +------------------------- |
---|
| 30 | +.. kernel-doc:: drivers/base/firmware_loader/main.c |
---|
| 31 | + :functions: firmware_request_platform |
---|
| 32 | + |
---|
28 | 33 | request_firmware_direct |
---|
29 | 34 | ----------------------- |
---|
30 | 35 | .. kernel-doc:: drivers/base/firmware_loader/main.c |
---|
.. | .. |
---|
71 | 76 | the driver has the firmware image accessible in fw_entry->{data,size}. |
---|
72 | 77 | If something went wrong request_firmware() returns non-zero and fw_entry |
---|
73 | 78 | is set to NULL. Once your driver is done with processing the firmware it |
---|
74 | | -can call call release_firmware(fw_entry) to release the firmware image |
---|
| 79 | +can call release_firmware(fw_entry) to release the firmware image |
---|
75 | 80 | and any related resource. |
---|