Lines Matching refs:soc
100 .soc = NULL,
147 if (fuse->soc->probe) { in tegra_fuse_probe()
148 err = fuse->soc->probe(fuse); in tegra_fuse_probe()
153 if (tegra_fuse_create_sysfs(&pdev->dev, fuse->soc->info->size, in tegra_fuse_probe()
154 fuse->soc->info)) in tegra_fuse_probe()
175 unsigned int offset = fuse->soc->info->spare + spare * 4; in tegra_fuse_read_spare()
241 fuse->soc = &tegra20_fuse_soc; in tegra_init_fuse()
247 fuse->soc = &tegra30_fuse_soc; in tegra_init_fuse()
253 fuse->soc = &tegra114_fuse_soc; in tegra_init_fuse()
259 fuse->soc = &tegra124_fuse_soc; in tegra_init_fuse()
284 fuse->soc = match->data; in tegra_init_fuse()
305 fuse->soc->init(fuse); in tegra_init_fuse()