Home
last modified time | relevance | path

Searched refs:off_t (Results 1 – 25 of 25) sorted by relevance

/rk3399_rockchip-uboot/board/gdsys/common/
H A Dfpga.c13 int fpga_set_reg(u32 fpga, u16 *reg, off_t regoff, u16 data) in fpga_set_reg()
20 int fpga_get_reg(u32 fpga, u16 *reg, off_t regoff, u16 *data) in fpga_get_reg()
/rk3399_rockchip-uboot/include/
H A Dos.h57 off_t os_lseek(int fd, off_t offset, int whence);
H A Dgdsys_fpga.h21 int fpga_set_reg(u32 fpga, u16 *reg, off_t regoff, u16 data);
22 int fpga_get_reg(u32 fpga, u16 *reg, off_t regoff, u16 *data);
/rk3399_rockchip-uboot/scripts/dtc/
H A Dutil.c230 int utilfdt_read_err_len(const char *filename, char **buffp, off_t *len) in utilfdt_read_err_len()
234 off_t bufsize = 1024, offset = 0; in utilfdt_read_err_len()
273 off_t len; in utilfdt_read_err()
277 char *utilfdt_read_len(const char *filename, off_t *len) in utilfdt_read_len()
293 off_t len; in utilfdt_read()
H A Dutil.h107 char *utilfdt_read_len(const char *filename, off_t *len);
125 int utilfdt_read_err_len(const char *filename, char **buffp, off_t *len);
/rk3399_rockchip-uboot/cmd/ddr_tool/memtester/
H A Dmemtester.h23 extern off_t physaddrbase;
H A Dmemtester.c54 off_t physaddrbase;
H A Dtests.c46 off_t physaddr; in compare_regions()
74 off_t physaddr; in test_stuck_address()
/rk3399_rockchip-uboot/include/linux/
H A Dstat.h55 off_t st_size; /* file size in # of bytes */
110 off_t st_size;
H A Dtypes.h15 typedef __kernel_off_t off_t; typedef
/rk3399_rockchip-uboot/tools/
H A Dsunxi-spl-image-builder.c30 off_t offset;
119 off_t pos = ftell(dst); in write_page()
240 off_t page = info->offset / info->page_size; in create_image()
H A Dfdtgrep.c697 int utilfdt_read_err_len(const char *filename, char **buffp, off_t *len) in utilfdt_read_err_len()
701 off_t bufsize = 1024, offset = 0; in utilfdt_read_err_len()
744 off_t len; in utilfdt_read_err()
748 char *utilfdt_read_len(const char *filename, off_t *len) in utilfdt_read_len()
764 off_t len; in utilfdt_read()
H A Dmkexynosspl.c81 off_t len; in main()
H A Dmxsboot.c424 off_t size; in mx28_nand_write_firmware()
537 off_t fsize; in mx28_create_sd_image()
H A Dfit_image.c78 off_t destfd_size = 0; in fit_add_file_data()
H A Dmxsimage.c2023 FILE *fp, off_t filesz) in sb_verify_image_end()
2027 off_t pos; in sb_verify_image_end()
/rk3399_rockchip-uboot/tools/env/
H A Dfw_env.c667 off_t environment_end(int dev) in environment_end()
707 off_t offset) in flash_read_buf()
713 off_t block_seek; /* offset inside the current block to the start in flash_read_buf()
800 off_t erase_offset; /* offset to the first erase block (aligned) in flash_write_buf()
802 off_t block_seek; /* offset inside the erase block to the start in flash_write_buf()
956 static int flash_flag_obsolete (int dev, int fd, off_t offset) in flash_flag_obsolete()
1032 off_t offset = DEVOFFSET (dev_current) + in flash_write()
/rk3399_rockchip-uboot/board/gdsys/mpc8308/
H A Dhrcon.c61 int fpga_set_reg(u32 fpga, u16 *reg, off_t regoff, u16 data) in fpga_set_reg()
82 int fpga_get_reg(u32 fpga, u16 *reg, off_t regoff, u16 *data) in fpga_get_reg()
H A Dstrider.c64 int fpga_set_reg(u32 fpga, u16 *reg, off_t regoff, u16 data) in fpga_set_reg()
85 int fpga_get_reg(u32 fpga, u16 *reg, off_t regoff, u16 *data) in fpga_get_reg()
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffsfs.h38 off_t d_off; /* offset to this dirent */
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dos.c53 off_t os_lseek(int fd, off_t offset, int whence) in os_lseek()
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h341 # define z_off_t off_t
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientRkNewFs_v1.c1079 off_t offs; in ree_fs_new_read()
1130 off_t offs; in ree_fs_new_write()
H A DOpteeClientRkNewFs_v2.c1068 off_t offs; in ree_fs_new_read()
1121 off_t offs; in ree_fs_new_write()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dsymbol.c993 off_t so, eo;