Lines Matching refs:nv_path
2398 static int concate_revision_bcm4358(dhd_bus_t *bus, char *fw_path, char *nv_path) in concate_revision_bcm4358() argument
2446 strcat(nv_path, chipver_tag); in concate_revision_bcm4358()
2451 static int concate_revision_bcm4359(dhd_bus_t *bus, char *fw_path, char *nv_path) in concate_revision_bcm4359() argument
2493 strcat(nv_path, chipver_tag); in concate_revision_bcm4359()
2498 strcat(nv_path, chipver_tag); in concate_revision_bcm4359()
2805 concate_revision_bcm4361(dhd_bus_t *bus, char *fw_path, char *nv_path) in concate_revision_bcm4361() argument
2825 if (bcmstrnstr(nv_path, PATH_MAX, "_murata", 7)) { in concate_revision_bcm4361()
2831 strncat(nv_path, NVRAM_FEM_MURATA, strlen(NVRAM_FEM_MURATA)); in concate_revision_bcm4361()
2833 strncat(nv_path, info->nvram_ext, strlen(info->nvram_ext)); in concate_revision_bcm4361()
2843 strcat(nv_path, chipver_tag); in concate_revision_bcm4361()
2850 concate_revision_bcm4375(dhd_bus_t *bus, char *fw_path, char *nv_path) in concate_revision_bcm4375() argument
2871 strncat(nv_path, info->nvram_ext, strlen(info->nvram_ext)); in concate_revision_bcm4375()
2881 strcat(nv_path, chipver_tag); in concate_revision_bcm4375()
2888 concate_revision(dhd_bus_t *bus, char *fw_path, char *nv_path) in concate_revision() argument
2897 if (!fw_path || !nv_path) { in concate_revision()
2906 res = concate_revision_bcm4358(bus, fw_path, nv_path); in concate_revision()
2910 res = concate_revision_bcm4359(bus, fw_path, nv_path); in concate_revision()
2914 res = concate_revision_bcm4361(bus, fw_path, nv_path); in concate_revision()
2917 res = concate_revision_bcm4375(bus, fw_path, nv_path); in concate_revision()
2959 bus->nv_path = pnv_path; in dhd_bus_download_firmware()
2962 if (concate_revision(bus, bus->fw_path, bus->nv_path) != 0) { in dhd_bus_download_firmware()
2974 __FUNCTION__, bus->fw_path, bus->nv_path)); in dhd_bus_download_firmware()
3003 char nv_path[64]; /* path to nvram vars file */ in dhdpcie_download_firmware() local
3005 bus->nv_path = nv_path; in dhdpcie_download_firmware()
3028 snprintf(bus->nv_path, sizeof(nv_path), "%s.nvm", fw_path); in dhdpcie_download_firmware()
3186 pnv_path = bus->nv_path; in dhdpcie_download_nvram()
8106 __FUNCTION__, bus->nv_path)); in dhdpcie_downloadvars()