Home
last modified time | relevance | path

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

/linux/drivers/base/firmware_loader/
H A Dmain.c95 struct firmware_cache fw_cache; variable
159 struct firmware_cache *fwc = &fw_cache; in __lookup_fw_priv()
624 if (fwn->magic == (unsigned long)&fw_cache) in fw_name_devm_release()
635 return (fwn->magic == (unsigned long)&fw_cache) && in fw_devm_match()
678 fwn->magic = (unsigned long)&fw_cache; in fw_add_devm_name()
762 ret = alloc_lookup_fw_priv(name, &fw_cache, &fw_priv, dbuf, size, in _request_firmware_prepare()
1298 struct firmware_cache *fwc = &fw_cache; in lookup_fw_priv()
1357 struct firmware_cache *fwc = &fw_cache; in __fw_entry_found()
1397 struct firmware_cache *fwc = &fw_cache; in __async_dev_cache_fw_image()
1436 struct firmware_cache *fwc = &fw_cache; in dev_cache_fw_image()
[all …]
H A Dfirmware.h88 extern struct firmware_cache fw_cache;
H A Dsysfs_upload.c349 ret = alloc_lookup_fw_priv(name, &fw_cache, &fw_priv, NULL, 0, 0, in firmware_upload_register()
/linux/sound/pci/echoaudio/
H A Dechoaudio.h425 const struct firmware *fw_cache[8]; /* Cached firmwares */ member