Lines Matching refs:soc
100 .soc = NULL,
151 if (fuse->soc->probe) { in tegra_fuse_probe()
152 err = fuse->soc->probe(fuse); in tegra_fuse_probe()
159 if (tegra_fuse_create_sysfs(&pdev->dev, fuse->soc->info->size, in tegra_fuse_probe()
160 fuse->soc->info)) in tegra_fuse_probe()
181 unsigned int offset = fuse->soc->info->spare + spare * 4; in tegra_fuse_read_spare()
247 fuse->soc = &tegra20_fuse_soc; in tegra_init_fuse()
253 fuse->soc = &tegra30_fuse_soc; in tegra_init_fuse()
259 fuse->soc = &tegra114_fuse_soc; in tegra_init_fuse()
265 fuse->soc = &tegra124_fuse_soc; in tegra_init_fuse()
290 fuse->soc = match->data; in tegra_init_fuse()
311 fuse->soc->init(fuse); in tegra_init_fuse()