Searched refs:firmware_fw (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/usb/misc/
H A Demi62.c83 const struct firmware *firmware_fw = NULL; local
104 err = request_ihex_firmware(&firmware_fw, FIRMWARE_FW, &dev->dev);
175 for (rec = (const struct ihex_binrec *)firmware_fw->data;
191 for (rec = (const struct ihex_binrec *)firmware_fw->data;
210 release_firmware(firmware_fw);
224 release_firmware(firmware_fw);
H A Demi26.c75 const struct firmware *firmware_fw = NULL; local
95 err = request_ihex_firmware(&firmware_fw, "emi26/firmware.fw",
168 for (rec = (const struct ihex_binrec *)firmware_fw->data;
184 for (rec = (const struct ihex_binrec *)firmware_fw->data;
212 release_firmware(firmware_fw);

Completed in 123 milliseconds