| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | regression_6000.c | 189 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 D | lv_port_file.c | 56 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 D | zynqpl.c | 419 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 D | bootcount_ext.c | 48 ret = fs_read(CONFIG_SYS_BOOTCOUNT_EXT_NAME, CONFIG_SYS_BOOTCOUNT_ADDR, in bootcount_load()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fs.h | 84 int fs_read(const char *filename, ulong addr, loff_t offset, loff_t len,
|
| /OK3568_Linux_fs/u-boot/fs/ |
| H A D | fs.su | |
| H A D | fs.c | 395 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 D | bubt.c | 213 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 D | controlcenterd-id.c | 878 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 D | splash_source.c | 256 res = fs_read(splash_file, bmp_load_addr, 0, 0, &actread); in splash_load_fs()
|
| H A D | android_bootloader.c | 222 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 D | common.c | 278 rc = fs_read(dtbname, (u32)dtbaddr, 0, 0, &dtbsize); in load_devicetree()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0033-verifiers-Move-verifiers-API-to-kernel-image.patch | 1195 - .fs_read = verified_read, 1451 + .fs_read = verified_read,
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.map | |
| H A D | u-boot.sym | |