Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/base/firmware_loader/
A Dmain.c95 struct firmware_cache fw_cache; variable
158 struct firmware_cache *fwc = &fw_cache; in __lookup_fw_priv()
664 fwn->magic = (unsigned long)&fw_cache; in fw_add_devm_name()
1358 devm_name_match, &fw_cache, in dev_cache_fw_image()
1500 fw_cache.state = FW_LOADER_NO_CACHE; in fw_suspend()
1512 spin_lock_init(&fw_cache.name_lock); in register_fw_pm_ops()
1513 INIT_LIST_HEAD(&fw_cache.fw_names); in register_fw_pm_ops()
1515 INIT_DELAYED_WORK(&fw_cache.work, in register_fw_pm_ops()
1548 spin_lock_init(&fw_cache.lock); in fw_cache_init()
1549 INIT_LIST_HEAD(&fw_cache.head); in fw_cache_init()
[all …]
A Dfirmware.h88 extern struct firmware_cache fw_cache;
A Dsysfs_upload.c346 ret = alloc_lookup_fw_priv(name, &fw_cache, &fw_priv, NULL, 0, 0, in firmware_upload_register()
/linux-6.3-rc2/sound/pci/echoaudio/
A Dechoaudio.h426 const struct firmware *fw_cache[8]; /* Cached firmwares */ member
A Dechoaudio.c38 if (chip->fw_cache[fw_index]) { in get_firmware()
42 *fw_entry = chip->fw_cache[fw_index]; in get_firmware()
56 chip->fw_cache[fw_index] = *fw_entry; in get_firmware()
81 if (chip->fw_cache[i]) { in free_firmware_cache()
82 release_firmware(chip->fw_cache[i]); in free_firmware_cache()

Completed in 13 milliseconds