Home
last modified time | relevance | path

Searched refs:section_num (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientRkNewFs_v2.c983 int di, section_num; in ree_fs_new_read() local
1010 section_num = p.size / RKSS_DATA_LEN + 1; in ree_fs_new_read()
1011 temp_file_data = malloc(section_num * RKSS_DATA_LEN); in ree_fs_new_read()
1012 ret = rkss_read_multi_sections(area_index, temp_file_data, p.index, section_num); in ree_fs_new_read()
1035 int section_num; in ree_fs_new_write() local
1065 section_num = p.size / RKSS_DATA_LEN + 1; in ree_fs_new_write()
1066 temp_file_data = malloc(section_num * RKSS_DATA_LEN); in ree_fs_new_write()
1067 ret = rkss_read_multi_sections(area_index, temp_file_data, p.index, section_num); in ree_fs_new_write()
1069 printf("TEEC: unavailable file index %d section_num %d\n", p.index, section_num); in ree_fs_new_write()
1076 ret = rkss_decref_multi_usedflags_sections(area_index, p.index, section_num); in ree_fs_new_write()
[all …]
H A DOpteeClientRkNewFs_v1.c1083 int di, section_num; in ree_fs_new_read() local
1108 section_num = p.size / RKSS_DATA_SECTION_LEN + 1; in ree_fs_new_read()
1109 temp_file_data = malloc(section_num * RKSS_DATA_SECTION_LEN); in ree_fs_new_read()
1110 ret = rkss_read_multi_sections(temp_file_data, p.index, section_num); in ree_fs_new_read()
1133 int section_num; in ree_fs_new_write() local
1167 section_num = p.size / RKSS_DATA_SECTION_LEN + 1; in ree_fs_new_write()
1168 temp_file_data = malloc(section_num * RKSS_DATA_SECTION_LEN); in ree_fs_new_write()
1169 ret = rkss_read_multi_sections(temp_file_data, p.index, section_num); in ree_fs_new_write()
1171 printf("TEEC: unavailable file index %d section_num %d\n", p.index, section_num); in ree_fs_new_write()
1178 ret = rkss_decref_multi_usedflags_sections(p.index, section_num); in ree_fs_new_write()
[all …]
H A DOpteeClientRkFs_v1.c1296 int section_num, new_section_num, free_section_num; in tee_fs_truncate() local
1320 section_num = p.size / RKSS_DATA_SECTION_LEN + 1; in tee_fs_truncate()
1322 free_section_num = section_num - new_section_num; in tee_fs_truncate()
H A DOpteeClientRkFs_v2.c1174 int section_num, new_section_num, free_section_num; in tee_fs_truncate() local
1197 section_num = p.size / RKSS_DATA_LEN + 1; in tee_fs_truncate()
1199 free_section_num = section_num - new_section_num; in tee_fs_truncate()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/
H A Dfocaltech_test_ini.c261 ini->section_num, ini->keyword_num_total); in print_ini_data()
262 for (i = 0; i < ini->section_num; i++) { in print_ini_data()
331 if ((ini->section_num > 0) && (ini->section_num < MAX_INI_SECTION_NUM)) { in ini_parse_keyword()
332 section = &ini->section[ini->section_num - 1]; in ini_parse_keyword()
366 if ((ini->section_num < 0) || (ini->section_num > MAX_INI_SECTION_NUM)) { in ini_parse_section()
367 FTS_TEST_ERROR("section_num(%d) fail", ini->section_num); in ini_parse_section()
370 section = &ini->section[ini->section_num]; in ini_parse_section()
377 ini->section_num++; in ini_parse_section()
378 if (ini->section_num > MAX_INI_SECTION_NUM) { in ini_parse_section()
380 ini->section_num, MAX_INI_SECTION_NUM); in ini_parse_section()
[all …]
H A Dfocaltech_test_ini.h63 int section_num; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dfwdl.c33 u8 section_num; member
73 info->section_num = GET_FIELD(hdr_val, FWHDR_SEC_NUM); in fwhdr_hdr_parser()
74 info->hdr_len = FWHDR_HDR_LEN + info->section_num * FWHDR_SECTION_LEN; in fwhdr_hdr_parser()
111 for (i = 0; i < info->section_num; i++) { in fwhdr_parser()
555 u32 section_num = info->section_num; in fwdl_phase2() local
563 while (section_num > 0) { in fwdl_phase2()
584 section_num--; in fwdl_phase2()
965 u32 ret, section_num; in mac_ram_boot() local
984 section_num = info.section_num; in mac_ram_boot()
987 while (section_num > 0) { in mac_ram_boot()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dfwdl.c33 u8 section_num; member
73 info->section_num = GET_FIELD(hdr_val, FWHDR_SEC_NUM); in fwhdr_hdr_parser()
74 info->hdr_len = FWHDR_HDR_LEN + info->section_num * FWHDR_SECTION_LEN; in fwhdr_hdr_parser()
111 for (i = 0; i < info->section_num; i++) { in fwhdr_parser()
555 u32 section_num = info->section_num; in fwdl_phase2() local
563 while (section_num > 0) { in fwdl_phase2()
584 section_num--; in fwdl_phase2()
965 u32 ret, section_num; in mac_ram_boot() local
984 section_num = info.section_num; in mac_ram_boot()
987 while (section_num > 0) { in mac_ram_boot()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c717 static int iwl_pcie_load_section(struct iwl_trans *trans, u8 section_num, in iwl_pcie_load_section() argument
726 section_num); in iwl_pcie_load_section()
765 section_num); in iwl_pcie_load_section()