Searched refs:fw_cache (Results 1 – 3 of 3) sorted by relevance
93 static struct firmware_cache fw_cache; variable215 struct firmware_cache *fwc = &fw_cache; in __lookup_fw_priv()604 if (fwn->magic == (unsigned long)&fw_cache) in fw_name_devm_release()615 return (fwn->magic == (unsigned long)&fw_cache) && in fw_devm_match()658 fwn->magic = (unsigned long)&fw_cache; in fw_add_devm_name()744 ret = alloc_lookup_fw_priv(name, &fw_cache, &fw_priv, dbuf, size, in _request_firmware_prepare()1189 struct firmware_cache *fwc = &fw_cache; in lookup_fw_priv()1248 struct firmware_cache *fwc = &fw_cache; in __fw_entry_found()1260 struct firmware_cache *fwc = &fw_cache; in fw_cache_piggyback_on_request()1289 struct firmware_cache *fwc = &fw_cache; in __async_dev_cache_fw_image()[all …]
426 const struct firmware *fw_cache[8]; /* Cached firmwares */ member
39 if (chip->fw_cache[fw_index]) { in get_firmware()43 *fw_entry = chip->fw_cache[fw_index]; in get_firmware()57 chip->fw_cache[fw_index] = *fw_entry; in get_firmware()82 if (chip->fw_cache[i]) { in free_firmware_cache()83 release_firmware(chip->fw_cache[i]); in free_firmware_cache()