Searched refs:fw_cache (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/base/firmware_loader/ |
| H A D | main.c | 95 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 D | firmware.h | 88 extern struct firmware_cache fw_cache;
|
| H A D | sysfs_upload.c | 349 ret = alloc_lookup_fw_priv(name, &fw_cache, &fw_priv, NULL, 0, 0, in firmware_upload_register()
|
| /linux/sound/pci/echoaudio/ |
| H A D | echoaudio.h | 425 const struct firmware *fw_cache[8]; /* Cached firmwares */ member
|