arch/x86/platform/olpc/olpc-xo15-sci.c
Source file repositories/reference/linux-study-clean/arch/x86/platform/olpc/olpc-xo15-sci.c
File Facts
- System
- Linux kernel
- Corpus path
arch/x86/platform/olpc/olpc-xo15-sci.c- Extension
.c- Size
- 5231 bytes
- Lines
- 232
- Domain
- Architecture Layer
- Bucket
- arch/x86
- 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/device.hlinux/slab.hlinux/string.hlinux/workqueue.hlinux/power_supply.hlinux/olpc-ec.hlinux/acpi.hasm/olpc.h
Detected Declarations
function set_lid_wake_behaviorfunction lid_wake_on_close_showfunction lid_wake_on_close_storefunction battery_status_changedfunction ac_status_changedfunction process_sci_queuefunction process_sci_queue_workfunction xo15_sci_gpe_handlerfunction xo15_sci_addfunction xo15_sci_removefunction xo15_sci_resumefunction xo15_sci_initmodule init xo15_sci_init
Annotated Snippet
device_initcall(xo15_sci_init);
Annotation
- Immediate include surface: `linux/device.h`, `linux/slab.h`, `linux/string.h`, `linux/workqueue.h`, `linux/power_supply.h`, `linux/olpc-ec.h`, `linux/acpi.h`, `asm/olpc.h`.
- Detected declarations: `function set_lid_wake_behavior`, `function lid_wake_on_close_show`, `function lid_wake_on_close_store`, `function battery_status_changed`, `function ac_status_changed`, `function process_sci_queue`, `function process_sci_queue_work`, `function xo15_sci_gpe_handler`, `function xo15_sci_add`, `function xo15_sci_remove`.
- Atlas domain: Architecture Layer / arch/x86.
- 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.