Searched refs:fw_cache (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/base/firmware_loader/
H A Dmain.c95 struct firmware_cache fw_cache; variable in typeref:struct:firmware_cache
159 struct firmware_cache *fwc = &fw_cache;
624 if (fwn->magic == (unsigned long)&fw_cache)
635 return (fwn->magic == (unsigned long)&fw_cache) &&
678 fwn->magic = (unsigned long)&fw_cache;
762 ret = alloc_lookup_fw_priv(name, &fw_cache, &fw_priv, dbuf, size,
1277 struct firmware_cache *fwc = &fw_cache;
1336 struct firmware_cache *fwc = &fw_cache;
1376 struct firmware_cache *fwc = &fw_cache;
1415 struct firmware_cache *fwc = &fw_cache;
[all...]
H A Dfirmware.h88 extern struct firmware_cache fw_cache;
H A Dsysfs_upload.c347 ret = alloc_lookup_fw_priv(name, &fw_cache, &fw_priv, NULL, 0, 0,
/linux-master/sound/pci/echoaudio/
H A Dechoaudio.h425 const struct firmware *fw_cache[8]; /* Cached firmwares */ member in struct:echoaudio
H A Dechoaudio.c37 if (chip->fw_cache[fw_index]) {
41 *fw_entry = chip->fw_cache[fw_index];
53 chip->fw_cache[fw_index] = *fw_entry;
72 if (chip->fw_cache[i]) {
73 release_firmware(chip->fw_cache[i]);

Completed in 136 milliseconds