/u-boot/fs/yaffs2/ |
A D | yaffs_attribs.c | 17 void yaffs_load_attribs(struct yaffs_obj *obj, struct yaffs_obj_hdr *oh) in yaffs_load_attribs() 28 void yaffs_load_attribs_oh(struct yaffs_obj_hdr *oh, struct yaffs_obj *obj) in yaffs_load_attribs_oh() 48 void yaffs_attribs_init(struct yaffs_obj *obj, u32 gid, u32 uid, u32 rdev) in yaffs_attribs_init() 64 void yaffs_load_current_time(struct yaffs_obj *obj, int do_a, int do_c) in yaffs_load_current_time() 83 loff_t yaffs_get_file_size(struct yaffs_obj *obj) in yaffs_get_file_size() 101 int yaffs_set_attribs(struct yaffs_obj *obj, struct iattr *attr) in yaffs_set_attribs() 128 int yaffs_get_attribs(struct yaffs_obj *obj, struct iattr *attr) in yaffs_get_attribs()
|
A D | yaffs_verify.c | 165 void yaffs_verify_oh(struct yaffs_obj *obj, struct yaffs_obj_hdr *oh, in yaffs_verify_oh() 220 void yaffs_verify_file(struct yaffs_obj *obj) in yaffs_verify_file() 282 void yaffs_verify_link(struct yaffs_obj *obj) in yaffs_verify_link() 290 void yaffs_verify_symlink(struct yaffs_obj *obj) in yaffs_verify_symlink() 298 void yaffs_verify_special(struct yaffs_obj *obj) in yaffs_verify_special() 304 void yaffs_verify_obj(struct yaffs_obj *obj) in yaffs_verify_obj() 403 struct yaffs_obj *obj; in yaffs_verify_objects() local 420 void yaffs_verify_obj_in_dir(struct yaffs_obj *obj) in yaffs_verify_obj_in_dir()
|
A D | yaffsfs.c | 238 struct yaffs_obj *obj; in yaffsfs_ReleaseInode() local 366 struct yaffs_obj *obj; in yaffsfs_BreakDeviceHandles() local 712 struct yaffs_obj *obj; in yaffsfs_FindObject() local 1006 struct yaffs_obj *obj; in yaffs_Dofsync() local 1680 struct yaffs_obj *obj; in yaffs_fstat() local 1774 struct yaffs_obj *obj; in yaffs_futime() local 1798 struct yaffs_obj *obj; in yaffs_do_setxattr() local 1857 struct yaffs_obj *obj; in yaffs_fsetxattr() local 1887 struct yaffs_obj *obj; in yaffs_do_getxattr() local 1941 struct yaffs_obj *obj; in yaffs_fgetxattr() local [all …]
|
A D | yaffs_guts.c | 1435 struct yaffs_obj *obj; in yaffs_flush_whole_cache() local 1974 struct yaffs_obj *obj = in yaffs_create_fake_dir() local 2083 struct yaffs_obj *obj; in yaffs_update_dirty_dirs() local 3883 static int yaffs_del_dir(struct yaffs_obj *obj) in yaffs_del_dir() 3909 int yaffs_del_obj(struct yaffs_obj *obj) in yaffs_del_obj() 4031 struct yaffs_obj *obj; in yaffs_unlinker() local 4043 struct yaffs_obj *obj = NULL; in yaffs_rename_obj() local 4120 struct yaffs_obj *obj; in yaffs_handle_shadowed_obj() local 4222 struct yaffs_obj *obj; in yaffs_fix_hanging_objs() local 4286 struct yaffs_obj *obj; in yaffs_del_dir_contents() local [all …]
|
A D | yaffs_yaffs2.c | 370 struct yaffs_obj *obj) in yaffs2_obj_checkpt_obj() 391 static int yaffs2_checkpt_obj_to_obj(struct yaffs_obj *obj, in yaffs2_checkpt_obj_to_obj() 482 static int yaffs2_wr_checkpt_tnodes(struct yaffs_obj *obj) in yaffs2_wr_checkpt_tnodes() 501 static int yaffs2_rd_checkpt_tnodes(struct yaffs_obj *obj) in yaffs2_rd_checkpt_tnodes() 544 struct yaffs_obj *obj; in yaffs2_wr_checkpt_objs() local 589 struct yaffs_obj *obj; in yaffs2_rd_checkpt_objs() local 832 int yaffs2_handle_hole(struct yaffs_obj *obj, loff_t new_size) in yaffs2_handle_hole()
|
A D | yaffs_yaffs1.c | 390 struct yaffs_obj *obj; in yaffs1_scan() local
|
A D | yaffs_allocator.c | 290 struct yaffs_obj *obj = NULL; in yaffs_alloc_raw_obj() local 313 void yaffs_free_raw_obj(struct yaffs_dev *dev, struct yaffs_obj *obj) in yaffs_free_raw_obj()
|
/u-boot/lib/ |
A D | linux_compat.c | 41 void *kmem_cache_alloc(struct kmem_cache *obj, int flag) in kmem_cache_alloc()
|
/u-boot/tools/binman/ |
A D | fmap_util.py | 109 def _FormatBlob(fmt, names, obj): argument
|
/u-boot/drivers/ram/k3-j721e/ |
A D | lpddr4_sanity.h | 101 static inline uint32_t lpddr4_configsf(const lpddr4_config *obj) in lpddr4_configsf() 120 static inline uint32_t lpddr4_privatedatasf(const lpddr4_privatedata *obj) in lpddr4_privatedatasf() 139 static inline uint32_t lpddr4_reginitdatasf(const lpddr4_reginitdata *obj) in lpddr4_reginitdatasf()
|
/u-boot/lib/efi_driver/ |
A D | efi_block_device.c | 140 struct efi_object *obj = efi_search_obj(handle); in efi_bl_bind() local
|
/u-boot/arch/arm/cpu/armv7/bcm235xx/ |
A D | clk-core.h | 89 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) argument 90 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) argument 91 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) argument 92 #define FLAG_TEST(obj, type, flag) (!!((obj)->flags & FLAG(type, flag))) argument
|
/u-boot/arch/arm/cpu/armv7/bcm281xx/ |
A D | clk-core.h | 89 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) argument 90 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) argument 91 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) argument 92 #define FLAG_TEST(obj, type, flag) (!!((obj)->flags & FLAG(type, flag))) argument
|
/u-boot/include/linux/ |
A D | compiler-gcc.h | 73 #define __compiletime_object_size(obj) __builtin_object_size(obj, 0) argument
|
A D | compiler.h | 313 # define __compiletime_object_size(obj) -1 argument
|
A D | compat.h | 73 static inline void kmem_cache_free(struct kmem_cache *cachep, void *obj) in kmem_cache_free()
|
/u-boot/lib/efi_loader/ |
A D | efi_image_loader.c | 66 static efi_status_t efi_print_image_info(struct efi_loaded_image_obj *obj, in efi_print_image_info()
|
A D | efi_boottime.c | 514 struct efi_object *obj; in efi_create_handle() local 1723 struct efi_loaded_image_obj *obj = NULL; in efi_setup_loaded_image() local
|
/u-boot/drivers/ddr/marvell/a38x/ |
A D | mv_ddr_regs.h | 25 #define OPCODE_REG0_REG(obj) (OPCODE_REG0_BASE + (obj) * 0x4) argument 28 #define OPCODE_REG1_REG(obj) (OPCODE_REG1_BASE + (obj) * 0x4) argument 31 #define CAL_PHY_REG(obj) (CAL_PHY_BASE + (obj) * 0x4) argument
|
/u-boot/fs/ubifs/ |
A D | super.c | 2545 static void inode_slab_ctor(void *obj) in inode_slab_ctor()
|
/u-boot/ |
A D | Makefile | 233 obj := $(objtree) macro
|