drivers/soc/tegra/fuse/fuse-tegra.c
Source file repositories/reference/linux-study-clean/drivers/soc/tegra/fuse/fuse-tegra.c
File Facts
- System
- Linux kernel
- Corpus path
drivers/soc/tegra/fuse/fuse-tegra.c- Extension
.c- Size
- 14447 bytes
- Lines
- 596
- Domain
- Driver Families
- Bucket
- drivers/soc
- Inferred role
- Driver Families: exported/initcall integration point
- Status
- integration implementation candidate
Why This File Exists
Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
- Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
- Exports symbols or registers init work; inspect boot/module ordering and who consumes the exported contract.
- Allocates kernel memory; connect allocation flags and lifetime to context constraints.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
linux/acpi.hlinux/clk.hlinux/device.hlinux/kobject.hlinux/init.hlinux/io.hlinux/mod_devicetable.hlinux/nvmem-consumer.hlinux/nvmem-provider.hlinux/of.hlinux/of_address.hlinux/platform_device.hlinux/pm_runtime.hlinux/reset.hlinux/slab.hlinux/sys_soc.hsoc/tegra/common.hsoc/tegra/fuse.hfuse.h
Detected Declarations
function tegra_fuse_readfunction tegra_fuse_restorefunction tegra_fuse_print_sku_infofunction tegra_fuse_add_lookupsfunction tegra_fuse_probefunction tegra_fuse_runtime_resumefunction tegra_fuse_runtime_suspendfunction tegra_fuse_suspendfunction tegra_fuse_resumefunction tegra_fuse_read_sparefunction tegra_fuse_read_earlyfunction tegra_fuse_readlfunction tegra_enable_fuse_clkfunction major_showfunction minor_showfunction IS_ENABLEDfunction tegra_init_fusefunction tegra_init_socmodule init tegra_init_socexport tegra_sku_infoexport tegra_fuse_readl
Annotated Snippet
device_initcall(tegra_init_soc);
#endif
Annotation
- Immediate include surface: `linux/acpi.h`, `linux/clk.h`, `linux/device.h`, `linux/kobject.h`, `linux/init.h`, `linux/io.h`, `linux/mod_devicetable.h`, `linux/nvmem-consumer.h`.
- Detected declarations: `function tegra_fuse_read`, `function tegra_fuse_restore`, `function tegra_fuse_print_sku_info`, `function tegra_fuse_add_lookups`, `function tegra_fuse_probe`, `function tegra_fuse_runtime_resume`, `function tegra_fuse_runtime_suspend`, `function tegra_fuse_suspend`, `function tegra_fuse_resume`, `function tegra_fuse_read_spare`.
- Atlas domain: Driver Families / drivers/soc.
- Implementation status: integration implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.