drivers/media/dvb-frontends/stv0367_priv.h
Source file repositories/reference/linux-study-clean/drivers/media/dvb-frontends/stv0367_priv.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/media/dvb-frontends/stv0367_priv.h- Extension
.h- Size
- 4079 bytes
- Lines
- 201
- Domain
- Driver Families
- Bucket
- drivers/media
- Inferred role
- Driver Families: implementation source
- Status
- source 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.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
- No C-style include directives detected by the generator.
Detected Declarations
struct stv0367_cab_signal_infoenum stv0367_ter_signal_typeenum stv0367_ts_modeenum stv0367_clk_polenum stv0367_ter_bwenum FE_TER_Rate_TPSenum stv0367_ter_modeenum FE_TER_Hierarchy_Alphaenum stv0367_ter_hierarchyenum fe_stv0367_ter_specenum stv0367_ter_if_iq_modeenum FE_TER_FECRateenum FE_TER_Rateenum stv0367_ter_forceenum stv0367cab_modenum stv0367_cab_signal_type
Annotated Snippet
struct stv0367_cab_signal_info {
int locked;
u32 frequency; /* kHz */
u32 symbol_rate; /* Mbds */
enum stv0367cab_mod modulation;
enum fe_spectral_inversion spect_inv;
s32 Power_dBmx10; /* Power of the RF signal (dBm x 10) */
u32 CN_dBx10; /* Carrier to noise ratio (dB x 10) */
u32 BER; /* Bit error rate (x 10000000) */
};
enum stv0367_cab_signal_type {
FE_CAB_NOTUNER,
FE_CAB_NOAGC,
FE_CAB_NOSIGNAL,
FE_CAB_NOTIMING,
FE_CAB_TIMINGOK,
FE_CAB_NOCARRIER,
FE_CAB_CARRIEROK,
FE_CAB_NOBLIND,
FE_CAB_BLINDOK,
FE_CAB_NODEMOD,
FE_CAB_DEMODOK,
FE_CAB_DATAOK
};
#endif
Annotation
- Detected declarations: `struct stv0367_cab_signal_info`, `enum stv0367_ter_signal_type`, `enum stv0367_ts_mode`, `enum stv0367_clk_pol`, `enum stv0367_ter_bw`, `enum FE_TER_Rate_TPS`, `enum stv0367_ter_mode`, `enum FE_TER_Hierarchy_Alpha`, `enum stv0367_ter_hierarchy`, `enum fe_stv0367_ter_spec`.
- Atlas domain: Driver Families / drivers/media.
- Implementation status: source 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.