drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c
Source file repositories/reference/linux-study-clean/drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c
File Facts
- System
- Linux kernel
- Corpus path
drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c- Extension
.c- Size
- 4520 bytes
- Lines
- 217
- Domain
- Driver Families
- Bucket
- drivers/video
- 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.
- 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/kernel.hlinux/of.hlinux/of_graph.hlinux/slab.hlinux/list.h
Detected Declarations
struct dss_conv_nodefunction omapdss_count_stringsfunction omapdss_update_propfunction omapdss_prefix_strcpyfunction omapdss_omapify_nodefunction omapdss_add_to_listfunction omapdss_list_containsfunction list_for_each_entryfunction omapdss_walk_devicefunction for_each_endpoint_of_nodefunction omapdss_boot_initfunction for_each_available_child_of_nodemodule init omapdss_boot_init
Annotated Snippet
subsys_initcall(omapdss_boot_init);
Annotation
- Immediate include surface: `linux/kernel.h`, `linux/of.h`, `linux/of_graph.h`, `linux/slab.h`, `linux/list.h`.
- Detected declarations: `struct dss_conv_node`, `function omapdss_count_strings`, `function omapdss_update_prop`, `function omapdss_prefix_strcpy`, `function omapdss_omapify_node`, `function omapdss_add_to_list`, `function omapdss_list_contains`, `function list_for_each_entry`, `function omapdss_walk_device`, `function for_each_endpoint_of_node`.
- Atlas domain: Driver Families / drivers/video.
- 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.