Lines Matching refs:firmware
5 You would typically load firmware and then load it into your device somehow.
6 The typical firmware work flow is reflected below::
12 Synchronous firmware requests
15 Synchronous firmware requests will wait until the firmware is found or until
43 Asynchronous firmware requests
46 Asynchronous firmware requests allow driver code to not have to wait
47 until the firmware or an error is returned. Function callbacks are
48 provided so that when the firmware or an error is found the driver is
60 Some devices have an optimization in place to enable the firmware to be
62 author must ensure the firmware is still available on resume from suspend,
64 firmware to be loaded.
71 request firmware API expected driver use
74 Once an API call returns you process the firmware and then release the
75 firmware. For example if you used request_firmware() and it returns,
76 the driver has the firmware image accessible in fw_entry->{data,size}.
78 is set to NULL. Once your driver is done with processing the firmware it
79 can call release_firmware(fw_entry) to release the firmware image