Home
last modified time | relevance | path

Searched refs:cached_fw (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/
H A Dfw.c89 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 Dorinoco.h164 const struct firmware *cached_fw; member
H A Dmain.c2211 priv->cached_fw = NULL; in alloc_orinocodev()
/OK3568_Linux_fs/kernel/drivers/message/fusion/
H A Dmptbase.c1851 ioc->cached_fw = NULL; in mpt_attach()
2494 if (ioc->alt_ioc && ioc->alt_ioc->cached_fw) { 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()
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()
3520 ioc->cached_fw = ioc->alt_ioc->cached_fw; /* use alt_ioc's memory */ in mpt_alloc_fw_memory()
3525 ioc->cached_fw = pci_alloc_consistent(ioc->pcidev, size, &ioc->cached_fw_dma); in mpt_alloc_fw_memory()
[all …]
H A Dmptbase.h690 u8 *cached_fw; /* Pointer to FW */ member
H A Dmptctl.c1661 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd.h950 char *cached_fw; member
H A Ddhd_common.c4734 buf = dhd->cached_fw; in dhd_get_download_buffer()
4801 dhd->cached_fw = buf; in dhd_get_download_buffer()
H A Ddhd_linux.c13574 if (dhdp->cached_fw) { in dhd_free()
13575 MFREE(dhdp->osh, dhdp->cached_fw, dhdp->bus->ramsize); in dhd_free()
13576 dhdp->cached_fw = NULL; in dhd_free()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd.h1602 char *cached_fw; member
H A Ddhd_common.c7897 buf = dhd->cached_fw; in dhd_get_download_buffer()
7970 dhd->cached_fw = buf; in dhd_get_download_buffer()
H A Ddhd_linux.c17700 if (dhdp->cached_fw) { in dhd_free()
17701 MFREE(dhdp->osh, dhdp->cached_fw, dhdp->bus->ramsize); in dhd_free()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd.h1600 char *cached_fw; member
H A Ddhd_common.c7902 buf = dhd->cached_fw; in dhd_get_download_buffer()
7975 dhd->cached_fw = buf; in dhd_get_download_buffer()
H A Ddhd_linux.c17809 if (dhdp->cached_fw) { in dhd_free()
17810 MFREE(dhdp->osh, dhdp->cached_fw, dhdp->bus->ramsize); in dhd_free()