Home
last modified time | relevance | path

Searched refs:fs_read (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_6000.c189 static TEEC_Result fs_read(TEEC_Session *sess, uint32_t obj, void *data, in fs_read() function
480 if (!ADBG_EXPECT_TEEC_SUCCESS(c, fs_read(&sess, obj, out, 10, &count))) in test_truncate_file_length()
503 if (!ADBG_EXPECT_TEEC_SUCCESS(c, fs_read(&sess, obj, out, 10, &count))) in test_truncate_file_length()
550 if (!ADBG_EXPECT_TEEC_SUCCESS(c, fs_read(&sess, obj, out, 10, &count))) in test_extend_file_length()
575 if (!ADBG_EXPECT_TEEC_SUCCESS(c, fs_read(&sess, obj, out, 10, &count))) in test_extend_file_length()
630 if (!ADBG_EXPECT_TEEC_SUCCESS(c, fs_read(&sess, obj, out, 10, &count))) in test_file_hole()
657 if (!ADBG_EXPECT_TEEC_SUCCESS(c, fs_read(&sess, obj, out, 10, &count))) in test_file_hole()
776 if (!ADBG_EXPECT_TEEC_SUCCESS(c, fs_read(&sess, obj, out, 10, &count))) in xtest_tee_test_6003_single()
835 if (!ADBG_EXPECT_TEEC_SUCCESS(c, fs_read(&sess, obj, out, 10, &count))) in xtest_tee_test_6004_single()
879 if (!ADBG_EXPECT_TEEC_SUCCESS(c, fs_read(&sess, obj, out, 10, &count))) in xtest_tee_test_6005_single()
[all …]
/OK3568_Linux_fs/app/lvgl_demo/lvgl/
H A Dlv_port_file.c56 static lv_fs_res_t fs_read(lv_fs_drv_t *drv, void *file_p, void *buf, uint32_t btr, uint32_t *br) in fs_read() function
115 fs_drv.read_cb = fs_read; in lv_port_fs_init()
/OK3568_Linux_fs/u-boot/drivers/fpga/
H A Dzynqpl.c419 if (fs_read(filename, (u32) buf, pos, blocksize, &actread) < 0) in zynq_loadfs()
442 if (fs_read(filename, (u32) buf, pos, blocksize, &actread) < 0) in zynq_loadfs()
445 if (fs_read(filename, (u32) buf, pos, bsize, &actread) < 0) in zynq_loadfs()
/OK3568_Linux_fs/u-boot/drivers/bootcount/
H A Dbootcount_ext.c48 ret = fs_read(CONFIG_SYS_BOOTCOUNT_EXT_NAME, CONFIG_SYS_BOOTCOUNT_ADDR, in bootcount_load()
/OK3568_Linux_fs/u-boot/include/
H A Dfs.h84 int fs_read(const char *filename, ulong addr, loff_t offset, loff_t len,
/OK3568_Linux_fs/u-boot/fs/
H A Dfs.su
H A Dfs.c395 int fs_read(const char *filename, ulong addr, loff_t offset, loff_t len, in fs_read() function
561 ret = fs_read(filename, addr, pos, bytes, &len_read); in do_load()
/OK3568_Linux_fs/u-boot/cmd/mvebu/
H A Dbubt.c213 rc = fs_read(file_name, get_load_addr(), 0, 0, &act_read); in mmc_read_file()
396 rc = fs_read(file_name, get_load_addr(), 0, 0, &act_read); in usb_read_file()
/OK3568_Linux_fs/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c878 if (fs_read(path, (ulong)buf, 0, 12, &i) < 0) in load_key_chunk()
894 if (fs_read(path, (ulong)result, 0, in load_key_chunk()
1066 if (fs_read(image_path, image_addr, 0, 0, &image_size) < 0) in second_stage_init()
/OK3568_Linux_fs/u-boot/common/
H A Dsplash_source.c256 res = fs_read(splash_file, bmp_load_addr, 0, 0, &actread); in splash_load_fs()
H A Dandroid_bootloader.c222 ret = fs_read(load_file_name, addr, pos, bytes, &len_read); in android_bootloader_get_fdt()
/OK3568_Linux_fs/u-boot/board/BuR/common/
H A Dcommon.c278 rc = fs_read(dtbname, (u32)dtbaddr, 0, 0, &dtbsize); in load_devicetree()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0033-verifiers-Move-verifiers-API-to-kernel-image.patch1195 - .fs_read = verified_read,
1451 + .fs_read = verified_read,
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.map
H A Du-boot.sym