Home
last modified time | relevance | path

Searched defs:dvb_frontend_info (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/dtv/
H A Ddtvio_frontend.h88 struct dvb_frontend_info { struct
89 char name[128];
90 fe_type_t type;
91 uint32_t frequency_min;
92 uint32_t frequency_max;
93 uint32_t frequency_stepsize;
94 uint32_t frequency_tolerance;
95 uint32_t symbol_rate_min;
96 uint32_t symbol_rate_max;
97 uint32_t symbol_rate_tolerance; /* ppm */
[all …]