arch/arm/mach-omap2/prm_common.c
Source file repositories/reference/linux-study-clean/arch/arm/mach-omap2/prm_common.c
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/mach-omap2/prm_common.c- Extension
.c- Size
- 20853 bytes
- Lines
- 779
- Domain
- Architecture Layer
- Bucket
- arch/arm
- Inferred role
- Architecture Layer: exported/initcall integration point
- Status
- integration implementation candidate
Why This File Exists
CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
- CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
- 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/kernel.hlinux/module.hlinux/init.hlinux/io.hlinux/irq.hlinux/interrupt.hlinux/slab.hlinux/of.hlinux/of_address.hlinux/clk-provider.hlinux/clk/ti.hsoc.hprm2xxx_3xxx.hprm2xxx.hprm3xxx.hprm33xx.hprm44xx.hprm54xx.hprm7xx.hprcm43xx.hcommon.hclock.hcm.hcontrol.h
Detected Declarations
function omap_prcm_events_filter_priorityfunction omap_prcm_irq_handlerfunction _save_and_clear_irqenfunction generic_handle_irqfunction omap_prcm_event_to_irqfunction omap_prcm_register_chain_handlerfunction omap_prcm_irq_preparefunction omap_prcm_irq_completefunction omap_prcm_register_chain_handlerfunction prm_was_any_context_lost_oldfunction prm_clear_context_loss_flags_oldfunction omap_prm_assert_hardresetfunction omap_prm_deassert_hardresetfunction omap_prm_is_hardreset_assertedfunction omap_prm_reset_systemfunction omap_prm_clear_mod_irqsfunction omap_prm_vp_check_txdonefunction omap_prm_vp_clear_txdonefunction prm_unregisterfunction prm_registerfunction omap2_prm_base_initfunction for_each_matching_node_and_matchfunction omap2_prcm_base_initfunction omap_prcm_initfunction for_each_matching_node_and_matchfunction prm_late_initmodule init prm_late_init
Annotated Snippet
subsys_initcall(prm_late_init);
Annotation
- Immediate include surface: `linux/kernel.h`, `linux/module.h`, `linux/init.h`, `linux/io.h`, `linux/irq.h`, `linux/interrupt.h`, `linux/slab.h`, `linux/of.h`.
- Detected declarations: `function omap_prcm_events_filter_priority`, `function omap_prcm_irq_handler`, `function _save_and_clear_irqen`, `function generic_handle_irq`, `function omap_prcm_event_to_irq`, `function omap_prcm_register_chain_handler`, `function omap_prcm_irq_prepare`, `function omap_prcm_irq_complete`, `function omap_prcm_register_chain_handler`, `function prm_was_any_context_lost_old`.
- Atlas domain: Architecture Layer / arch/arm.
- 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.