Lines Matching full:fw
51 const struct ath3k_firmware *fw) in ath3k_load_fwfile() argument
56 count = fw->len; in ath3k_load_fwfile()
61 __func__, fw->fwname, count); in ath3k_load_fwfile()
71 fw->buf + sent, in ath3k_load_fwfile()
94 fw->buf + sent, in ath3k_load_fwfile()
171 struct ath3k_firmware fw; in ath3k_load_patch() local
198 if (ath3k_fw_read(&fw, fwname) <= 0) { in ath3k_load_patch()
207 memcpy(&tmp, fw.buf + fw.len - 8, sizeof(tmp)); in ath3k_load_patch()
209 memcpy(&tmp, fw.buf + fw.len - 4, sizeof(tmp)); in ath3k_load_patch()
222 ath3k_fw_free(&fw); in ath3k_load_patch()
227 ret = ath3k_load_fwfile(hdl, &fw); in ath3k_load_patch()
230 ath3k_fw_free(&fw); in ath3k_load_patch()
240 struct ath3k_firmware fw; in ath3k_load_syscfg() local
282 if (ath3k_fw_read(&fw, filename) <= 0) { in ath3k_load_syscfg()
288 ret = ath3k_load_fwfile(hdl, &fw); in ath3k_load_syscfg()
290 ath3k_fw_free(&fw); in ath3k_load_syscfg()