Searched refs:lfw (Results 1 – 1 of 1) sorted by relevance
68 const struct firmware *lfw; in request_ihex_firmware() local71 ret = request_firmware(&lfw, fw_name, dev); in request_ihex_firmware()74 ret = ihex_validate_fw(lfw); in request_ihex_firmware()78 release_firmware(lfw); in request_ihex_firmware()81 *fw = lfw; in request_ihex_firmware()