Searched refs:cached_fw (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | fw.c | 89 return priv->cached_fw; in orinoco_cached_fw_get() 376 priv->cached_fw = fw_entry; in orinoco_cache_fw() 383 release_firmware(priv->cached_fw); in orinoco_uncache_fw() 385 priv->cached_fw = NULL; in orinoco_uncache_fw()
|
H A D | orinoco.h | 164 const struct firmware *cached_fw; member
|
H A D | main.c | 2211 priv->cached_fw = NULL; in alloc_orinocodev()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
H A D | fw.c | 89 return priv->cached_fw; in orinoco_cached_fw_get() 376 priv->cached_fw = fw_entry; in orinoco_cache_fw() 383 release_firmware(priv->cached_fw); in orinoco_uncache_fw() 385 priv->cached_fw = NULL; in orinoco_uncache_fw()
|
H A D | orinoco.h | 164 const struct firmware *cached_fw; member
|
H A D | main.c | 2211 priv->cached_fw = NULL; in alloc_orinocodev()
|
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptbase.c | 1851 ioc->cached_fw = NULL; in mpt_attach() 2494 if (ioc->alt_ioc && ioc->alt_ioc->cached_fw) { in mpt_do_ioc_recovery() 2503 "mpt_upload: alt_%s has cached_fw=%p \n", in mpt_do_ioc_recovery() 2504 ioc->name, ioc->alt_ioc->name, ioc->alt_ioc->cached_fw)); in mpt_do_ioc_recovery() 2505 ioc->cached_fw = NULL; in mpt_do_ioc_recovery() 2704 if (ioc->cached_fw != NULL) { in mpt_adapter_disable() 2708 ioc->cached_fw, CAN_SLEEP)) < 0) { in mpt_adapter_disable() 3355 * Set this flag if cached_fw set for either IOC. in SendIocInit() 3515 if (ioc->cached_fw) { in mpt_alloc_fw_memory() 3519 else if (ioc->alt_ioc && ioc->alt_ioc->cached_fw) { in mpt_alloc_fw_memory() 3974 MpiFwHeader_t *cached_fw; /* Pointer to FW */ mpt_diag_reset() local [all...] |
H A D | mptbase.h | 690 u8 *cached_fw; /* Pointer to FW */ member
|
H A D | mptctl.c | 1661 if (ioc->cached_fw == NULL) in mptctl_replace_fw() 1671 if (ioc->cached_fw == NULL) in mptctl_replace_fw() 1676 if (copy_from_user(ioc->cached_fw, uarg->newImage, newFwSize)) { in mptctl_replace_fw()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptbase.c | 1842 ioc->cached_fw = NULL; in mpt_attach() 2485 if (ioc->alt_ioc && ioc->alt_ioc->cached_fw) { in mpt_do_ioc_recovery() 2494 "mpt_upload: alt_%s has cached_fw=%p \n", in mpt_do_ioc_recovery() 2495 ioc->name, ioc->alt_ioc->name, ioc->alt_ioc->cached_fw)); in mpt_do_ioc_recovery() 2496 ioc->cached_fw = NULL; in mpt_do_ioc_recovery() 2695 if (ioc->cached_fw != NULL) { in mpt_adapter_disable() 2699 ioc->cached_fw, CAN_SLEEP)) < 0) { in mpt_adapter_disable() 3345 * Set this flag if cached_fw set for either IOC. in SendIocInit() 3505 if (ioc->cached_fw) { in mpt_alloc_fw_memory() 3509 else if (ioc->alt_ioc && ioc->alt_ioc->cached_fw) { in mpt_alloc_fw_memory() 3966 MpiFwHeader_t *cached_fw; /* Pointer to FW */ mpt_diag_reset() local [all...] |
H A D | mptbase.h | 690 u8 *cached_fw; /* Pointer to FW */ member
|
H A D | mptctl.c | 1657 if (ioc->cached_fw == NULL) in mptctl_replace_fw() 1667 if (ioc->cached_fw == NULL) in mptctl_replace_fw() 1672 if (copy_from_user(ioc->cached_fw, uarg->newImage, newFwSize)) { in mptctl_replace_fw()
|
Completed in 30 milliseconds