drivers/pci/hotplug/acpiphp_ibm.c
Source file repositories/reference/linux-study-clean/drivers/pci/hotplug/acpiphp_ibm.c
File Facts
- System
- Linux kernel
- Corpus path
drivers/pci/hotplug/acpiphp_ibm.c- Extension
.c- Size
- 14051 bytes
- Lines
- 491
- Domain
- Representative Device Path
- Bucket
- PCIe NVMe Storage Path
- Inferred role
- Representative Device Path: exported/initcall integration point
- Status
- integration implementation candidate
Why This File Exists
Part of the selected hardware vertical slice: PCI discovery, driver binding, NVMe queues, block requests, DMA, interrupts, and completion.
- Part of the selected hardware vertical slice: PCI discovery, driver binding, NVMe queues, block requests, DMA, interrupts, and completion.
- 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/init.hlinux/slab.hlinux/module.hlinux/kernel.hlinux/sysfs.hlinux/kobject.hlinux/moduleparam.hlinux/pci.hlinux/uaccess.hacpiphp.h../pci.h
Detected Declarations
struct notificationfunction ibm_set_attention_statusfunction ibm_get_attention_statusfunction ibm_handle_eventsfunction ibm_get_table_from_acpifunction ibm_read_apci_tablefunction ibm_find_acpi_devicefunction ibm_acpiphp_initfunction ibm_acpiphp_exitmodule init ibm_acpiphp_init
Annotated Snippet
module_init(ibm_acpiphp_init);
module_exit(ibm_acpiphp_exit);
Annotation
- Immediate include surface: `linux/init.h`, `linux/slab.h`, `linux/module.h`, `linux/kernel.h`, `linux/sysfs.h`, `linux/kobject.h`, `linux/moduleparam.h`, `linux/pci.h`.
- Detected declarations: `struct notification`, `function ibm_set_attention_status`, `function ibm_get_attention_status`, `function ibm_handle_events`, `function ibm_get_table_from_acpi`, `function ibm_read_apci_table`, `function ibm_find_acpi_device`, `function ibm_acpiphp_init`, `function ibm_acpiphp_exit`, `module init ibm_acpiphp_init`.
- Atlas domain: Representative Device Path / PCIe NVMe Storage Path.
- 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.