drivers/pci/hotplug/ibmphp_core.c
Source file repositories/reference/linux-study-clean/drivers/pci/hotplug/ibmphp_core.c
File Facts
- System
- Linux kernel
- Corpus path
drivers/pci/hotplug/ibmphp_core.c- Extension
.c- Size
- 31445 bytes
- Lines
- 1253
- 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/module.hlinux/slab.hlinux/pci.hlinux/interrupt.hlinux/delay.hlinux/wait.h../pci.hasm/pci_x86.hasm/io_apic.hibmphp.h
Detected Declarations
function get_cur_bus_infofunction slot_updatefunction get_max_slotsfunction list_for_each_entryfunction ibmphp_init_devnofunction power_onfunction power_offfunction set_attention_statusfunction get_attention_statusfunction get_latch_statusfunction get_power_statusfunction get_adapter_presentfunction get_max_bus_speedfunction init_opsfunction list_for_each_entryfunction validatefunction ibmphp_update_slot_infofunction free_slotsfunction list_for_each_entry_safefunction ibm_unconfigure_devicefunction bus_structure_fixupfunction ibm_configure_devicefunction is_bus_emptyfunction set_busfunction check_limitationsfunction print_card_capabilityfunction enable_slotfunction ibmphp_disable_slotfunction ibmphp_do_disable_slotfunction ibmphp_unloadfunction ibmphp_initfunction ibmphp_exitmodule init ibmphp_init
Annotated Snippet
module_init(ibmphp_init);
module_exit(ibmphp_exit);
Annotation
- Immediate include surface: `linux/init.h`, `linux/module.h`, `linux/slab.h`, `linux/pci.h`, `linux/interrupt.h`, `linux/delay.h`, `linux/wait.h`, `../pci.h`.
- Detected declarations: `function get_cur_bus_info`, `function slot_update`, `function get_max_slots`, `function list_for_each_entry`, `function ibmphp_init_devno`, `function power_on`, `function power_off`, `function set_attention_status`, `function get_attention_status`, `function get_latch_status`.
- 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.