Home
last modified time | relevance | path

Searched defs:obj_id (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_packedtags2.h26 unsigned obj_id; member
H A Dyaffs_packedtags1.h27 unsigned obj_id:18; member
H A Dyaffs_summary.c41 unsigned obj_id; member
H A Dyaffs_verify.c232 u32 obj_id; in yaffs_verify_file() local
H A Dyaffs_guts.h148 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 Dyaffs_guts.c949 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 Ddpbp.c55 uint32_t *obj_id) in dpbp_create()
81 uint32_t obj_id) in dpbp_destroy()
H A Ddpmac.c57 uint32_t *obj_id) in dpmac_create()
82 uint32_t obj_id) in dpmac_destroy()
H A Ddpni.c75 uint32_t *obj_id) in dpni_create()
100 uint32_t obj_id) in dpni_destroy()
H A Ddprc.c269 int obj_id, in dprc_get_obj_region()
/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Ddpio.c55 uint32_t *obj_id) in dpio_create()
80 uint32_t obj_id) in dpio_destroy()
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_dprc.h147 #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 Dfsl_mc_cmd.h93 #define MC_CMD_READ_OBJ_ID(cmd, obj_id) \ argument