Home
last modified time | relevance | path

Searched defs:file (Results 26 – 50 of 58) sorted by relevance

123

/rk3399_rockchip-uboot/tools/
H A Dgenboardscfg.py322 def parse_file(self, file): argument
H A Dmkimage.c471 char *file = params.datafile; in main() local
H A Dimg2srec.c229 FILE* file; in ConvertELF() local
H A Drkcommon.c623 const char *file, int padded_size) in copy_file()
/rk3399_rockchip-uboot/tools/rockchip/
H A Dbmp2gray16.c156 FILE *file; in get_logo_resolution() local
204 FILE *file; in convert_one_image() local
402 FILE *file; in main() local
H A Dresource_tool.c715 FILE *file = fopen(image_path, "rb+"); in StorageWriteLba() local
738 FILE *file = fopen(image_path, "rb"); in StorageReadLba() local
813 FILE *file = fopen(path, "wb"); in tests_dump_file() local
1260 static bool dump_file(FILE *file, const char *unpack_dir, in dump_file()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.y39 struct file *file; member
/rk3399_rockchip-uboot/cmd/
H A Dhost.c47 char *file = argc >= 3 ? argv[2] : NULL; in do_host_bind() local
H A Dtftp_update.c94 static int tftp_download(void *addr, const char *file) in tftp_download()
/rk3399_rockchip-uboot/arch/x86/include/asm/fsp/
H A Dfsp_ffs.h33 u8 file; member
/rk3399_rockchip-uboot/fs/ubifs/
H A Ddebug.c2693 static int dfs_file_open(struct inode *inode, struct file *file) in dfs_file_open()
2726 static ssize_t dfs_file_read(struct file *file, char __user *u, size_t count, in dfs_file_read()
2780 static ssize_t dfs_file_write(struct file *file, const char __user *u, in dfs_file_write()
2981 static ssize_t dfs_global_file_read(struct file *file, char __user *u, in dfs_global_file_read()
3005 static ssize_t dfs_global_file_write(struct file *file, const char __user *u, in dfs_global_file_write()
H A Dubifs.h430 struct file { struct
434 const struct file_operations *f_op; argument
447 /* Used by fs/eventpoll.c to link all the hooks to this file */ argument
465 /* Page cache limit. The filesystems should put that into their s_maxbytes argument
/rk3399_rockchip-uboot/tools/easylogo/
H A Deasylogo.c151 FILE *file; in image_load_tga() local
318 FILE *file = fopen (filename, "w"); in image_save_header() local
/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib.c1404 # define SET_BINARY_MODE(file) setmode(fileno(file),O_BINARY) argument
1406 # define SET_BINARY_MODE(file) argument
/rk3399_rockchip-uboot/lib/
H A Dtiny-printf.c385 void __assert_fail(const char *assertion, const char *file, unsigned line, in __assert_fail()
H A Dvsprintf.c783 void __assert_fail(const char *assertion, const char *file, unsigned line, in __assert_fail()
/rk3399_rockchip-uboot/include/
H A Dlog.h201 const char *file; member
H A Dbootstage.h397 static inline ulong bootstage_mark_code(const char *file, const char *func, in bootstage_mark_code()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dresource_img.c473 struct resource_file *file; in resource_read_hwid_dtb() local
/rk3399_rockchip-uboot/common/
H A Dbootstage.c144 ulong bootstage_mark_code(const char *file, const char *func, int linenum) in bootstage_mark_code()
/rk3399_rockchip-uboot/fs/zfs/
H A Dzfs.c2003 zfs_open(struct zfs_file *file, const char *fsfilename) in zfs_open()
2073 zfs_read(zfs_file_t file, char *buf, uint64_t len) in zfs_read()
2141 zfs_close(zfs_file_t file) in zfs_close()
/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-sign.c394 char *file = "data2sign.bin"; in gen_data2sign() local
/rk3399_rockchip-uboot/fs/
H A Dfs.c597 int file_exists(const char *dev_type, const char *dev_part, const char *file, in file_exists()
/rk3399_rockchip-uboot/include/linux/
H A Dcompiler.h87 const char *file; member
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientRkFs_v1.c757 char *file = p->name + strlen(filename) + 1; in rkss_get_dirs_by_name() local

123