Home
last modified time | relevance | path

Searched refs:pfw_path (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddbus.c606 dbus_get_fw_nvram(dhd_bus_t *dhd_bus, char *pfw_path, char *pnv_path) in dbus_get_fw_nvram() argument
655 file_exists = ((pfw_path != NULL) && (pfw_path[0] != '\0')); in dbus_get_fw_nvram()
657 fw_image = dhd_os_open_image1(dhd_bus->dhd, pfw_path); in dbus_get_fw_nvram()
659 printf("%s: Open fw file failed %s\n", __FUNCTION__, pfw_path); in dbus_get_fw_nvram()
753 dbus_do_download(dhd_bus_t *dhd_bus, char *pfw_path, char *pnv_path) in dbus_do_download() argument
757 err = dbus_get_fw_nvram(dhd_bus, pfw_path, pnv_path); in dbus_do_download()
1603 int dbus_download_firmware(dhd_bus_t *pub, char *pfw_path, char *pnv_path) in dbus_download_firmware() argument
1617 err = dbus_do_download(dhd_bus, pfw_path, pnv_path); in dbus_download_firmware()
2713 dhd_bus_update_fw_nv_path(struct dhd_bus *bus, char *pfw_path, in dhd_bus_update_fw_nv_path() argument
2723 bus->fw_path = pfw_path; in dhd_bus_update_fw_nv_path()
H A Ddhd_sdio.c9767 char *pfw_path, char *pnv_path, in dhd_bus_download_firmware() argument
9772 bus->fw_path = pfw_path; in dhd_bus_download_firmware()
10261 dhdsdio_download_code_file(struct dhd_bus *bus, char *pfw_path) in dhdsdio_download_code_file() argument
10279 DHD_INFO(("%s: download firmware %s\n", __FUNCTION__, pfw_path)); in dhdsdio_download_code_file()
10398 dhdsdio_download_code_file(struct dhd_bus *bus, char *pfw_path) in dhdsdio_download_code_file() argument
10414 DHD_INFO(("%s: download firmware %s\n", __FUNCTION__, pfw_path)); in dhdsdio_download_code_file()
10419 image = dhd_os_open_image1(bus->dhd, pfw_path); in dhdsdio_download_code_file()
10421 printf("%s: Open firmware file failed %s\n", __FUNCTION__, pfw_path); in dhdsdio_download_code_file()
11389 dhd_bus_update_fw_nv_path(struct dhd_bus *bus, char *pfw_path, char *pnv_path, in dhd_bus_update_fw_nv_path() argument
11392 bus->fw_path = pfw_path; in dhd_bus_update_fw_nv_path()
H A Ddhd_pcie.c3525 char *pfw_path, char *pnv_path, in dhd_bus_download_firmware() argument
3530 bus->fw_path = pfw_path; in dhd_bus_download_firmware()
4001 dhdpcie_download_code_file(struct dhd_bus *bus, char *pfw_path) in dhdpcie_download_code_file() argument
4029 DHD_ERROR(("%s: download firmware %s\n", __FUNCTION__, pfw_path)); in dhdpcie_download_code_file()
4118 dhdpcie_download_code_file(struct dhd_bus *bus, char *pfw_path) in dhdpcie_download_code_file() argument
4154 DHD_ERROR(("%s: download firmware %s\n", __FUNCTION__, pfw_path)); in dhdpcie_download_code_file()
4160 imgbuf = dhd_os_open_image1(bus->dhd, pfw_path); in dhdpcie_download_code_file()
4162 printf("%s: Open firmware file failed %s\n", __FUNCTION__, pfw_path); in dhdpcie_download_code_file()
4187 imgbuf = dhd_os_open_image1(bus->dhd, pfw_path); in dhdpcie_download_code_file()
4220 bcmerror = dhd_get_download_buffer(bus->dhd, pfw_path, FW, &dnld_buf, &total_len); in dhdpcie_download_code_file()
H A Ddhd.h3553 void dhd_bus_update_fw_nv_path(struct dhd_bus *bus, char *pfw_path, char *pnv_path,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddbus.c605 dbus_get_fw_nvram(dhd_bus_t *dhd_bus, char *pfw_path, char *pnv_path) in dbus_get_fw_nvram() argument
654 file_exists = ((pfw_path != NULL) && (pfw_path[0] != '\0')); in dbus_get_fw_nvram()
656 fw_image = dhd_os_open_image(pfw_path); in dbus_get_fw_nvram()
658 printf("%s: Open fw file failed %s\n", __FUNCTION__, pfw_path); in dbus_get_fw_nvram()
747 dbus_do_download(dhd_bus_t *dhd_bus, char *pfw_path, char *pnv_path) in dbus_do_download() argument
751 err = dbus_get_fw_nvram(dhd_bus, pfw_path, pnv_path); in dbus_do_download()
1593 int dbus_download_firmware(dhd_bus_t *pub, char *pfw_path, char *pnv_path) in dbus_download_firmware() argument
1607 err = dbus_do_download(dhd_bus, pfw_path, pnv_path); in dbus_download_firmware()
2692 dhd_bus_update_fw_nv_path(struct dhd_bus *bus, char *pfw_path, in dhd_bus_update_fw_nv_path() argument
2702 bus->fw_path = pfw_path; in dhd_bus_update_fw_nv_path()
H A Ddhd_sdio.c8868 char *pfw_path, char *pnv_path, in dhd_bus_download_firmware() argument
8873 bus->fw_path = pfw_path; in dhd_bus_download_firmware()
9314 dhdsdio_download_code_file(struct dhd_bus *bus, char *pfw_path) in dhdsdio_download_code_file() argument
9328 DHD_INFO(("%s: download firmware %s\n", __FUNCTION__, pfw_path)); in dhdsdio_download_code_file()
9330 image = dhd_os_open_image(pfw_path); in dhdsdio_download_code_file()
9332 printf("%s: Open firmware file failed %s\n", __FUNCTION__, pfw_path); in dhdsdio_download_code_file()
10054 dhd_bus_update_fw_nv_path(struct dhd_bus *bus, char *pfw_path, char *pnv_path, in dhd_bus_update_fw_nv_path() argument
10057 bus->fw_path = pfw_path; in dhd_bus_update_fw_nv_path()
H A Ddhd_pcie.c1609 char *pfw_path, char *pnv_path, in dhd_bus_download_firmware() argument
1614 bus->fw_path = pfw_path; in dhd_bus_download_firmware()
1693 dhdpcie_download_code_file(struct dhd_bus *bus, char *pfw_path) in dhdpcie_download_code_file() argument
1706 DHD_ERROR(("%s: download firmware %s\n", __FUNCTION__, pfw_path)); in dhdpcie_download_code_file()
1712 imgbuf = dhd_os_open_image(pfw_path); in dhdpcie_download_code_file()
1714 printf("%s: Open firmware file failed %s\n", __FUNCTION__, pfw_path); in dhdpcie_download_code_file()
H A Ddhd.h2201 void dhd_bus_update_fw_nv_path(struct dhd_bus *bus, char *pfw_path, char *pnv_path,
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddbus.c620 char *pfw_path = dhd_bus->fw_path; in dbus_get_fw_nvram() local
656 file_exists = ((pfw_path != NULL) && (pfw_path[0] != '\0')); in dbus_get_fw_nvram()
658 fw_image = dhd_os_open_image1(dhd_bus->dhd, pfw_path); in dbus_get_fw_nvram()
660 printf("%s: Open fw file failed %s\n", __FUNCTION__, pfw_path); in dbus_get_fw_nvram()
2785 dhd_bus_update_fw_nv_path(struct dhd_bus *bus, char *pfw_path, in dhd_bus_update_fw_nv_path() argument
2795 bus->fw_path = pfw_path; in dhd_bus_update_fw_nv_path()
H A Ddhd_sdio.c9782 char *pfw_path, char *pnv_path, in dhd_bus_download_firmware() argument
9787 bus->fw_path = pfw_path; in dhd_bus_download_firmware()
10276 dhdsdio_download_code_file(struct dhd_bus *bus, char *pfw_path) in dhdsdio_download_code_file() argument
10294 DHD_INFO(("%s: download firmware %s\n", __FUNCTION__, pfw_path)); in dhdsdio_download_code_file()
10413 dhdsdio_download_code_file(struct dhd_bus *bus, char *pfw_path) in dhdsdio_download_code_file() argument
10429 DHD_INFO(("%s: download firmware %s\n", __FUNCTION__, pfw_path)); in dhdsdio_download_code_file()
10434 image = dhd_os_open_image1(bus->dhd, pfw_path); in dhdsdio_download_code_file()
10436 printf("%s: Open firmware file failed %s\n", __FUNCTION__, pfw_path); in dhdsdio_download_code_file()
11404 dhd_bus_update_fw_nv_path(struct dhd_bus *bus, char *pfw_path, char *pnv_path, in dhd_bus_update_fw_nv_path() argument
11407 bus->fw_path = pfw_path; in dhd_bus_update_fw_nv_path()
H A Ddhd_pcie.c3521 char *pfw_path, char *pnv_path, in dhd_bus_download_firmware() argument
3526 bus->fw_path = pfw_path; in dhd_bus_download_firmware()
4008 dhdpcie_download_code_file(struct dhd_bus *bus, char *pfw_path) in dhdpcie_download_code_file() argument
4036 DHD_ERROR(("%s: download firmware %s\n", __FUNCTION__, pfw_path)); in dhdpcie_download_code_file()
4125 dhdpcie_download_code_file(struct dhd_bus *bus, char *pfw_path) in dhdpcie_download_code_file() argument
4161 DHD_ERROR(("%s: download firmware %s\n", __FUNCTION__, pfw_path)); in dhdpcie_download_code_file()
4167 imgbuf = dhd_os_open_image1(bus->dhd, pfw_path); in dhdpcie_download_code_file()
4169 printf("%s: Open firmware file failed %s\n", __FUNCTION__, pfw_path); in dhdpcie_download_code_file()
4194 imgbuf = dhd_os_open_image1(bus->dhd, pfw_path); in dhdpcie_download_code_file()
4227 bcmerror = dhd_get_download_buffer(bus->dhd, pfw_path, FW, &dnld_buf, &total_len); in dhdpcie_download_code_file()
H A Ddhd.h3558 void dhd_bus_update_fw_nv_path(struct dhd_bus *bus, char *pfw_path, char *pnv_path,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_sdio.c9082 char *pfw_path, char *pnv_path) argument
9086 bus->fw_path = pfw_path;
9472 dhdsdio_download_code_file(struct dhd_bus *bus, char *pfw_path) argument
9487 DHD_INFO(("%s: download firmware %s\n", __FUNCTION__, pfw_path));
9489 image = dhd_os_open_image1(bus->dhd, pfw_path);
10328 dhd_bus_update_fw_nv_path(struct dhd_bus *bus, char *pfw_path, char *pnv_path) argument
10330 bus->fw_path = pfw_path;
H A Ddhd_pcie.c2946 char *pfw_path, char *pnv_path) in dhd_bus_download_firmware() argument
2950 bus->fw_path = pfw_path; in dhd_bus_download_firmware()
3041 dhdpcie_download_code_file(struct dhd_bus *bus, char *pfw_path) in dhdpcie_download_code_file() argument
3068 DHD_ERROR(("%s: download firmware %s\n", __FUNCTION__, pfw_path)); in dhdpcie_download_code_file()
3073 imgbuf = dhd_os_open_image1(bus->dhd, pfw_path); in dhdpcie_download_code_file()
H A Ddhd.h2776 void dhd_bus_update_fw_nv_path(struct dhd_bus *bus, char *pfw_path, char *pnv_path);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_sdio.c9165 char *pfw_path, char *pnv_path) argument
9169 bus->fw_path = pfw_path;
9562 dhdsdio_download_code_file(struct dhd_bus *bus, char *pfw_path) argument
9577 DHD_INFO(("%s: download firmware %s\n", __FUNCTION__, pfw_path));
9579 image = dhd_os_open_image1(bus->dhd, pfw_path);
10428 dhd_bus_update_fw_nv_path(struct dhd_bus *bus, char *pfw_path, char *pnv_path) argument
10430 bus->fw_path = pfw_path;
H A Ddhd_pcie.c2954 char *pfw_path, char *pnv_path) in dhd_bus_download_firmware() argument
2958 bus->fw_path = pfw_path; in dhd_bus_download_firmware()
3049 dhdpcie_download_code_file(struct dhd_bus *bus, char *pfw_path) in dhdpcie_download_code_file() argument
3076 DHD_ERROR(("%s: download firmware %s\n", __FUNCTION__, pfw_path)); in dhdpcie_download_code_file()
3081 imgbuf = dhd_os_open_image1(bus->dhd, pfw_path); in dhdpcie_download_code_file()
H A Ddhd.h2781 void dhd_bus_update_fw_nv_path(struct dhd_bus *bus, char *pfw_path, char *pnv_path);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_sdio.c9078 char *pfw_path, char *pnv_path) argument
9082 bus->fw_path = pfw_path;
9468 dhdsdio_download_code_file(struct dhd_bus *bus, char *pfw_path) argument
9483 DHD_INFO(("%s: download firmware %s\n", __FUNCTION__, pfw_path));
9485 image = dhd_os_open_image1(bus->dhd, pfw_path);
10324 dhd_bus_update_fw_nv_path(struct dhd_bus *bus, char *pfw_path, char *pnv_path) argument
10326 bus->fw_path = pfw_path;
H A Ddhd_pcie.c2946 char *pfw_path, char *pnv_path) in dhd_bus_download_firmware() argument
2950 bus->fw_path = pfw_path; in dhd_bus_download_firmware()
3041 dhdpcie_download_code_file(struct dhd_bus *bus, char *pfw_path) in dhdpcie_download_code_file() argument
3068 DHD_ERROR(("%s: download firmware %s\n", __FUNCTION__, pfw_path)); in dhdpcie_download_code_file()
3073 imgbuf = dhd_os_open_image1(bus->dhd, pfw_path); in dhdpcie_download_code_file()
H A Ddhd.h2776 void dhd_bus_update_fw_nv_path(struct dhd_bus *bus, char *pfw_path, char *pnv_path);