Searched defs:obj_id (Results 1 – 13 of 13) sorted by relevance
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_packedtags2.h | 26 unsigned obj_id; member
|
H A D | yaffs_packedtags1.h | 27 unsigned obj_id:18; member
|
H A D | yaffs_summary.c | 41 unsigned obj_id; member
|
H A D | yaffs_verify.c | 232 u32 obj_id; in yaffs_verify_file() local
|
H A D | yaffs_guts.h | 148 unsigned obj_id:18; member 181 unsigned obj_id; /* If 0 this is not used */ member 449 u32 obj_id; /* the object id value */ member 488 u32 obj_id; member 813 int obj_id; member
|
H A D | yaffs_guts.c | 949 static int yaffs_tags_match(const struct yaffs_ext_tags *tags, int obj_id, in yaffs_tags_match() 959 struct yaffs_ext_tags *tags, int obj_id, in yaffs_find_chunk_in_group() 4116 void yaffs_handle_shadowed_obj(struct yaffs_dev *dev, int obj_id, in yaffs_handle_shadowed_obj()
|
/openbmc/u-boot/drivers/net/fsl-mc/ |
H A D | dpbp.c | 55 uint32_t *obj_id) in dpbp_create() 81 uint32_t obj_id) in dpbp_destroy()
|
H A D | dpmac.c | 57 uint32_t *obj_id) in dpmac_create() 82 uint32_t obj_id) in dpmac_destroy()
|
H A D | dpni.c | 75 uint32_t *obj_id) in dpni_create() 100 uint32_t obj_id) in dpni_destroy()
|
H A D | dprc.c | 269 int obj_id, in dprc_get_obj_region()
|
/openbmc/u-boot/drivers/net/fsl-mc/dpio/ |
H A D | dpio.c | 55 uint32_t *obj_id) in dpio_create() 80 uint32_t obj_id) in dpio_destroy()
|
/openbmc/u-boot/include/fsl-mc/ |
H A D | fsl_dprc.h | 147 #define DPRC_CMD_GET_OBJ_DESC(cmd, obj_type, obj_id) \ argument 273 #define DPRC_CMD_GET_OBJ_REGION(cmd, obj_type, obj_id, region_index) \ argument 305 #define DPRC_CMD_SET_OBJ_LABEL(cmd, obj_type, obj_id, label) \ argument
|
H A D | fsl_mc_cmd.h | 93 #define MC_CMD_READ_OBJ_ID(cmd, obj_id) \ argument
|