Lines Matching refs:delivery_system
130 switch (c->delivery_system) {
237 u8 bandwidth, delivery_system;
240 "delivery_system=%u modulation=%u frequency=%u bandwidth_hz=%u symbol_rate=%u inversion=%u stream_id=%u\n",
241 c->delivery_system, c->modulation, c->frequency,
250 switch (c->delivery_system) {
252 delivery_system = 0x20;
255 delivery_system = 0x30;
258 delivery_system = 0x70;
298 if (c->delivery_system == SYS_DVBT)
300 else if (c->delivery_system == SYS_DVBC_ANNEX_A)
302 else if (c->delivery_system == SYS_DVBT2)
308 if (c->delivery_system == SYS_DVBT2) {
346 cmd.args[4] = delivery_system | bandwidth;
354 if (c->delivery_system == SYS_DVBC_ANNEX_A) {
395 dev->delivery_system = c->delivery_system;