drivers/media/pci/saa7134/saa7134-dvb.c
Source file repositories/reference/linux-study-clean/drivers/media/pci/saa7134/saa7134-dvb.c
File Facts
- System
- Linux kernel
- Corpus path
drivers/media/pci/saa7134/saa7134-dvb.c- Extension
.c- Size
- 58944 bytes
- Lines
- 2010
- Domain
- Driver Families
- Bucket
- drivers/media
- 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.
- Touches IRQ or DMA behavior; this matters for the representative real-device path.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
saa7134.hsaa7134-reg.hlinux/init.hlinux/list.hlinux/module.hlinux/kernel.hlinux/delay.hlinux/kthread.hlinux/suspend.hmedia/v4l2-common.hdvb-pll.hmedia/dvb_frontend.hmt352.hmt352_priv.htda1004x.hnxt200x.hxc2028.hxc5000.htda10086.htda826x.htda827x.hisl6421.hisl6405.hlnbp21.htuner-simple.htda10048.htda18271.hlgdt3305.htda8290.hmb86a20s.hlgs8gxx.hzl10353.h
Detected Declarations
function pinnacle_antenna_pwrfunction mt352_pinnacle_initfunction mt352_aver777_initfunction mt352_avermedia_xc3028_initfunction mt352_pinnacle_tuner_set_paramsfunction kworld_sbtvd_gate_ctrlfunction philips_tda1004x_request_firmwarefunction philips_tda6651_pll_setfunction philips_tu1216_initfunction philips_td1316_tuner_initfunction philips_td1316_tuner_set_paramsfunction philips_td1316_tuner_sleepfunction philips_europa_tuner_initfunction philips_europa_tuner_sleepfunction philips_europa_demod_sleepfunction tda8290_i2c_gate_ctrlfunction philips_tda827x_tuner_initfunction philips_tda827x_tuner_sleepfunction configure_tda827x_fefunction ads_duo_tuner_initfunction ads_duo_tuner_sleepfunction md8800_set_voltagefunction md8800_set_high_voltagefunction md8800_set_voltage2function md8800_set_high_voltage2function dvb_initfunction dvb_finifunction mt2032function dvb_registerfunction dvb_unregistermodule init dvb_register
Annotated Snippet
module_init(dvb_register);
module_exit(dvb_unregister);
Annotation
- Immediate include surface: `saa7134.h`, `saa7134-reg.h`, `linux/init.h`, `linux/list.h`, `linux/module.h`, `linux/kernel.h`, `linux/delay.h`, `linux/kthread.h`.
- Detected declarations: `function pinnacle_antenna_pwr`, `function mt352_pinnacle_init`, `function mt352_aver777_init`, `function mt352_avermedia_xc3028_init`, `function mt352_pinnacle_tuner_set_params`, `function kworld_sbtvd_gate_ctrl`, `function philips_tda1004x_request_firmware`, `function philips_tda6651_pll_set`, `function philips_tu1216_init`, `function philips_td1316_tuner_init`.
- Atlas domain: Driver Families / drivers/media.
- Implementation status: integration implementation candidate.
- IRQ or DMA behavior appears here, which is relevant to the selected PCIe/NVMe device path.
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.