drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
Extension
.c
Size
11109 bytes
Lines
412
Domain
Driver Families
Bucket
drivers/gpu
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.

Dependency Surface

Detected Declarations

Annotated Snippet

module_init(stdpxxxx_ge_b850v3_init);

static void __exit stdpxxxx_ge_b850v3_exit(void)
{
	i2c_del_driver(&stdp2690_ge_b850v3_fw_driver);
	i2c_del_driver(&stdp4028_ge_b850v3_fw_driver);
}
module_exit(stdpxxxx_ge_b850v3_exit);

MODULE_AUTHOR("Peter Senna Tschudin <peter.senna@collabora.com>");
MODULE_AUTHOR("Martyn Welch <martyn.welch@collabora.co.uk>");
MODULE_DESCRIPTION("GE LVDS to DP++ display bridge)");
MODULE_LICENSE("GPL v2");

Annotation

Implementation Notes