drivers/parisc/pdc_stable.c
Source file repositories/reference/linux-study-clean/drivers/parisc/pdc_stable.c
File Facts
- System
- Linux kernel
- Corpus path
drivers/parisc/pdc_stable.c- Extension
.c- Size
- 31902 bytes
- Lines
- 1126
- Domain
- Driver Families
- Bucket
- drivers/parisc
- 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.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
linux/module.hlinux/init.hlinux/kernel.hlinux/string.hlinux/capability.hlinux/ctype.hlinux/sysfs.hlinux/kobject.hlinux/device.hlinux/errno.hlinux/spinlock.hasm/pdc.hasm/page.hlinux/uaccess.hasm/hardware.h
Detected Declarations
struct pdcspath_entrystruct pdcspath_attributefunction pdcspath_fetchfunction pdcspath_storefunction pdcspath_hwpath_readfunction pdcspath_hwpath_writefunction pdcspath_layer_readfunction pdcspath_layer_writefunction pdcspath_attr_showfunction pdcspath_attr_storefunction pdcs_size_readfunction pdcs_auto_readfunction pdcs_autoboot_readfunction pdcs_autosearch_readfunction pdcs_timer_readfunction pdcs_osid_readfunction pdcs_osdep1_readfunction pdcs_diagnostic_readfunction pdcs_fastsize_readfunction pdcs_osdep2_readfunction pdcs_auto_writefunction pdcs_autoboot_writefunction pdcs_autosearch_writefunction pdcs_osdep1_writefunction pdcs_osdep2_writefunction pdcs_register_pathentriesfunction pdcs_unregister_pathentriesfunction pdc_stable_initfunction pdc_stable_exitmodule init pdc_stable_init
Annotated Snippet
module_init(pdc_stable_init);
module_exit(pdc_stable_exit);
Annotation
- Immediate include surface: `linux/module.h`, `linux/init.h`, `linux/kernel.h`, `linux/string.h`, `linux/capability.h`, `linux/ctype.h`, `linux/sysfs.h`, `linux/kobject.h`.
- Detected declarations: `struct pdcspath_entry`, `struct pdcspath_attribute`, `function pdcspath_fetch`, `function pdcspath_store`, `function pdcspath_hwpath_read`, `function pdcspath_hwpath_write`, `function pdcspath_layer_read`, `function pdcspath_layer_write`, `function pdcspath_attr_show`, `function pdcspath_attr_store`.
- Atlas domain: Driver Families / drivers/parisc.
- 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.