Searched refs:odi (Results 1 – 3 of 3) sorted by relevance
120 void omap_get_die_id(struct omap_die_id *odi) in omap_get_die_id() argument130 odi->id_0 = read_tap_reg(OMAP_TAP_DIE_ID_0); in omap_get_die_id()138 struct omap_die_id odi; in omap_feed_randpool() local141 omap_get_die_id(&odi); in omap_feed_randpool()142 add_device_randomness(&odi, sizeof(odi)); in omap_feed_randpool()153 struct omap_die_id odi; in omap2xxx_check_revision() local160 omap_get_die_id(&odi); in omap2xxx_check_revision()166 odi.id_1, (odi.id_1 >> 28) & 0xf); in omap2xxx_check_revision()650 struct omap_die_id odi; in dra7xxx_check_revision() local652 omap_get_die_id(&odi); in dra7xxx_check_revision()[all …]
17 void omap_get_die_id(struct omap_die_id *odi);
2862 odi = kmalloc(sizeof(*odi), GFP_KERNEL); in add_orphan_dir_info()2863 if (!odi) in add_orphan_dir_info()2865 odi->ino = dir_ino; in add_orphan_dir_info()2866 odi->gen = dir_gen; in add_orphan_dir_info()2871 return odi; in add_orphan_dir_info()2900 return odi != NULL; in is_waiting_for_rm()2906 if (!odi) in free_orphan_dir_info()2909 kfree(odi); in free_orphan_dir_info()2944 if (odi) in can_rmdir()3286 if (!odi) { in apply_dir_move()[all …]
Completed in 19 milliseconds