Searched refs:symbol_rate_max (Results 1 – 25 of 42) sorted by relevance
12
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | dvb_dummy_fe.c | 208 .symbol_rate_max = (57840000 / 2) / 4, /* SACLK/4 */ 238 .symbol_rate_max = 45000000,
|
D | ds3000.c | 955 (c->symbol_rate > ds3000_ops.info.symbol_rate_max)) { in ds3000_set_frontend() 959 ds3000_ops.info.symbol_rate_max); in ds3000_set_frontend() 1108 .symbol_rate_max = 45000000,
|
D | tda10023.c | 560 state->frontend.ops.info.symbol_rate_max = (state->sysclk/2)/4; in tda10023_attach() 582 .symbol_rate_max = 0, /* set in tda10023_attach */
|
D | mt312.c | 571 || (p->symbol_rate > fe->ops.info.symbol_rate_max)) in mt312_set_frontend() 763 .symbol_rate_max = MT312_SYS_CLK / 2,
|
D | lgdt330x.c | 951 .symbol_rate_max = 10762000, /* VSB 8 */ 973 .symbol_rate_max = 10762000, /* VSB 8 */
|
D | gp8psk-fe.c | 362 .symbol_rate_max = 45000000,
|
D | cx24123.c | 457 if ((srate > state->frontend.ops.info.symbol_rate_max) || in cx24123_set_symbolrate() 1119 .symbol_rate_max = 45000000,
|
D | tda8083.c | 460 .symbol_rate_max = 30000000,
|
D | ves1820.c | 401 state->frontend.ops.info.symbol_rate_max = (state->config->xin / 2) / 4; /* SACLK/4 */ in ves1820_attach()
|
D | stv0288.c | 539 .symbol_rate_max = 45000000,
|
D | tda10021.c | 494 .symbol_rate_max = (XIN / 2) / 4, /* SACLK/4 */
|
D | ves1x93.c | 524 .symbol_rate_max = 45000000,
|
D | nxt6000.c | 604 .symbol_rate_max = 9360000, /* FIXME */
|
D | cx24110.c | 637 .symbol_rate_max = 45000000,
|
D | cx24116.c | 460 if ((rate > state->frontend.ops.info.symbol_rate_max) || in cx24116_set_symbolrate() 1473 .symbol_rate_max = 45000000,
|
D | stv0297.c | 701 .symbol_rate_max = 11700000,
|
D | tda10086.c | 717 .symbol_rate_max = 45000000,
|
D | stv0299.c | 724 .symbol_rate_max = 45000000,
|
D | m88rs2000.c | 767 .symbol_rate_max = 45000000,
|
D | si21xx.c | 877 .symbol_rate_max = 45000000,
|
D | mn88472.c | 543 .symbol_rate_max = 7200000,
|
D | mn88473.c | 586 .symbol_rate_max = 7200000,
|
/linux-4.19.296/include/media/ |
D | dvb_frontend.h | 344 u32 symbol_rate_max; member
|
/linux-4.19.296/include/uapi/linux/dvb/ |
D | frontend.h | 154 __u32 symbol_rate_max; member
|
/linux-4.19.296/drivers/media/dvb-core/ |
D | dvb_frontend.c | 996 (fe->ops.info.symbol_rate_max && in dvb_frontend_check_parameters() 997 c->symbol_rate > fe->ops.info.symbol_rate_max)) { in dvb_frontend_check_parameters() 1001 fe->ops.info.symbol_rate_max); in dvb_frontend_check_parameters() 2438 info->symbol_rate_max = fe->ops.info.symbol_rate_max; in dvb_frontend_handle_ioctl()
|
12