Searched refs:hcdfile_fd (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/tools/brcm_tools/ |
| H A D | brcm_patchram_plus1.c | 187 int hcdfile_fd = -1; variable 263 if ((hcdfile_fd = open(optarg, O_RDONLY)) == -1) { in parse_patchram() 804 if ((hcdfile_fd = open(fw_path, O_RDONLY)) == -1) { in proc_open_patchram() 812 if ((hcdfile_fd = open(fw_path, O_RDONLY)) == -1) { in proc_open_patchram() 838 while (read(hcdfile_fd, &buffer[1], 3)) { in proc_patchram() 843 read(hcdfile_fd, &buffer[4], len); in proc_patchram() 1006 if (hcdfile_fd > 0) { in main()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/brcm-tools/files/ |
| H A D | brcm_patchram_plus1.c | 159 int hcdfile_fd = -1; variable 214 if ((hcdfile_fd = open(optarg, O_RDONLY)) == -1) { in parse_patchram() 740 while (read(hcdfile_fd, &buffer[1], 3)) { in proc_patchram() 745 read(hcdfile_fd, &buffer[4], len); in proc_patchram() 906 if (hcdfile_fd > 0) { in main()
|