Lines Matching refs:reloc_off
83 ((u32)entry->of_match + gd->reloc_off); in fix_drivers()
85 entry->bind += gd->reloc_off; in fix_drivers()
87 entry->probe += gd->reloc_off; in fix_drivers()
89 entry->remove += gd->reloc_off; in fix_drivers()
91 entry->unbind += gd->reloc_off; in fix_drivers()
93 entry->ofdata_to_platdata += gd->reloc_off; in fix_drivers()
95 entry->child_post_bind += gd->reloc_off; in fix_drivers()
97 entry->child_pre_probe += gd->reloc_off; in fix_drivers()
99 entry->child_post_remove += gd->reloc_off; in fix_drivers()
102 entry->ops += gd->reloc_off; in fix_drivers()
115 entry->post_bind += gd->reloc_off; in fix_uclass()
117 entry->pre_unbind += gd->reloc_off; in fix_uclass()
119 entry->pre_probe += gd->reloc_off; in fix_uclass()
121 entry->post_probe += gd->reloc_off; in fix_uclass()
123 entry->pre_remove += gd->reloc_off; in fix_uclass()
125 entry->child_post_bind += gd->reloc_off; in fix_uclass()
127 entry->child_pre_probe += gd->reloc_off; in fix_uclass()
129 entry->init += gd->reloc_off; in fix_uclass()
131 entry->destroy += gd->reloc_off; in fix_uclass()
134 entry->ops += gd->reloc_off; in fix_uclass()
147 entry->platdata += gd->reloc_off; in fix_devices()