Searched refs:odi (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm/mach-omap2/
H A Did.c120 static void omap_get_die_id(struct omap_die_id *odi) argument
123 odi->id_0 = read_tap_reg(OMAP_TAP_DIE_ID_44XX_0);
124 odi->id_1 = read_tap_reg(OMAP_TAP_DIE_ID_44XX_1);
125 odi->id_2 = read_tap_reg(OMAP_TAP_DIE_ID_44XX_2);
126 odi->id_3 = read_tap_reg(OMAP_TAP_DIE_ID_44XX_3);
130 odi->id_0 = read_tap_reg(OMAP_TAP_DIE_ID_0);
131 odi->id_1 = read_tap_reg(OMAP_TAP_DIE_ID_1);
132 odi->id_2 = read_tap_reg(OMAP_TAP_DIE_ID_2);
133 odi->id_3 = read_tap_reg(OMAP_TAP_DIE_ID_3);
138 struct omap_die_id odi; local
153 struct omap_die_id odi; local
650 struct omap_die_id odi; local
[all...]
/linux-master/fs/btrfs/
H A Dsend.c3127 struct orphan_dir_info *entry, *odi; local
3144 odi = kmalloc(sizeof(*odi), GFP_KERNEL);
3145 if (!odi)
3147 odi->ino = dir_ino;
3148 odi->gen = dir_gen;
3149 odi->last_dir_index_offset = 0;
3150 odi->dir_high_seq_ino = 0;
3152 rb_link_node(&odi->node, parent, p);
3153 rb_insert_color(&odi
3181 struct orphan_dir_info *odi = get_orphan_dir_info(sctx, dir_ino, gen); local
3186 free_orphan_dir_info(struct send_ctx *sctx, struct orphan_dir_info *odi) argument
3210 struct orphan_dir_info *odi = NULL; local
3604 struct orphan_dir_info *odi; local
8387 struct orphan_dir_info *odi; local
[all...]

Completed in 136 milliseconds