Home
last modified time | relevance | path

Searched refs:fw_cache (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/base/
Dfirmware_class.c177 static struct firmware_cache fw_cache; variable
209 struct firmware_cache *fwc = &fw_cache; in __fw_lookup_buf()
406 if (fwn->magic == (unsigned long)&fw_cache) in fw_name_devm_release()
417 return (fwn->magic == (unsigned long)&fw_cache) && in fw_devm_match()
450 fwn->magic = (unsigned long)&fw_cache; in fw_add_devm_name()
1058 ret = fw_lookup_and_allocate_buf(name, &fw_cache, &buf); in _request_firmware_prepare()
1379 struct firmware_cache *fwc = &fw_cache; in fw_lookup_buf()
1438 struct firmware_cache *fwc = &fw_cache; in __fw_entry_found()
1450 struct firmware_cache *fwc = &fw_cache; in fw_cache_piggyback_on_request()
1479 struct firmware_cache *fwc = &fw_cache; in __async_dev_cache_fw_image()
[all …]
/linux-4.4.14/sound/pci/echoaudio/
Dechoaudio.h422 const struct firmware *fw_cache[8]; /* Cached firmwares */ member
Dechoaudio.c50 if (chip->fw_cache[fw_index]) { in get_firmware()
54 *fw_entry = chip->fw_cache[fw_index]; in get_firmware()
68 chip->fw_cache[fw_index] = *fw_entry; in get_firmware()
93 if (chip->fw_cache[i]) { in free_firmware_cache()
94 release_firmware(chip->fw_cache[i]); in free_firmware_cache()