drivers/media/usb/em28xx/em28xx-dvb.c
Source file repositories/reference/linux-study-clean/drivers/media/usb/em28xx/em28xx-dvb.c
File Facts
- System
- Linux kernel
- Corpus path
drivers/media/usb/em28xx/em28xx-dvb.c- Extension
.c- Size
- 63877 bytes
- Lines
- 2392
- 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.
- Uses kernel synchronization; read lock ordering, sleepability, and interrupt context assumptions before translating.
- 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
em28xx.hlinux/kernel.hlinux/slab.hlinux/usb.hmedia/v4l2-common.hmedia/dvb_demux.hmedia/dvb_net.hmedia/dmxdev.hmedia/tuner.htuner-simple.hlinux/gpio.hlgdt330x.hlgdt3305.hlgdt3306a.hzl10353.hs5h1409.hmt2060.hmt352.hmt352_priv.htda1002x.hdrx39xyj/drx39xxj.htda18271.hs921.hdrxd.hcxd2820r.htda18271c2dd.hdrxk.htda10071.htda18212.ha8293.hqt1010.hmb86a20s.h
Detected Declarations
struct em28xx_dvbfunction print_err_statusfunction em28xx_dvb_urb_data_copyfunction em28xx_start_streamingfunction em28xx_stop_streamingfunction em28xx_start_feedfunction em28xx_stop_feedfunction em28xx_dvb_bus_ctrlfunction em28xx_set_analog_freqfunction drxk_gate_ctrlfunction hauppauge_hvr930c_initfunction terratec_h5_initfunction terratec_htc_stick_initfunction terratec_htc_usb_xs_initfunction pctv_520e_initfunction em28xx_pctv_290e_set_lnafunction em28xx_pctv_292e_set_lnafunction em28xx_mt352_terratec_xs_initfunction px_bcud_initfunction em28xx_attach_xc3028function em28xx_register_dvbfunction em28xx_unregister_dvbfunction em28174_dvb_init_pctv_460efunction em28178_dvb_init_pctv_461efunction em28178_dvb_init_pctv_461e_vXfunction em28178_dvb_init_pctv_292efunction em28178_dvb_init_terratec_t2_stick_hdfunction em28178_dvb_init_plex_px_bcudfunction em28174_dvb_init_hauppauge_wintv_dualhd_dvbfunction em28174_dvb_init_hauppauge_wintv_dualhd_01595function em2874_dvb_init_hauppauge_usb_quadhdfunction em2828X_dvb_init_hauppauge_wintv_935_v2function em2828X_dvb_init_hauppauge_wintv_955_v2function em2828X_dvb_init_hauppauge_wintv_975_v2function em28xx_dvb_initfunction prevent_sleepfunction em28xx_dvb_finifunction em28xx_dvb_suspendfunction em28xx_dvb_resumefunction em28xx_dvb_registerfunction em28xx_dvb_unregistermodule init em28xx_dvb_register
Annotated Snippet
module_init(em28xx_dvb_register);
module_exit(em28xx_dvb_unregister);
Annotation
- Immediate include surface: `em28xx.h`, `linux/kernel.h`, `linux/slab.h`, `linux/usb.h`, `media/v4l2-common.h`, `media/dvb_demux.h`, `media/dvb_net.h`, `media/dmxdev.h`.
- Detected declarations: `struct em28xx_dvb`, `function print_err_status`, `function em28xx_dvb_urb_data_copy`, `function em28xx_start_streaming`, `function em28xx_stop_streaming`, `function em28xx_start_feed`, `function em28xx_stop_feed`, `function em28xx_dvb_bus_ctrl`, `function em28xx_set_analog_freq`, `function drxk_gate_ctrl`.
- Atlas domain: Driver Families / drivers/media.
- Implementation status: integration implementation candidate.
- Synchronization appears in or near this file; preserve lock ordering, sleepability, and interrupt-context constraints.
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.