Searched refs:table_lookup (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stv6111.c | 541 static s32 table_lookup(const struct slookup *table, in table_lookup() function 598 gain = table_lookup(lnagain_nf_lookup, in get_rf_strength() 603 gain = table_lookup(lnagain_iip3_lookup, in get_rf_strength() 607 gain += table_lookup(gain_rfagc_lookup, in get_rf_strength() 615 gain = table_lookup( in get_rf_strength() 622 gain = table_lookup( in get_rf_strength()
|
H A D | stv0910.c | 604 static s32 table_lookup(const struct slookup *table, in table_lookup() function 669 *signal_to_noise = table_lookup(lookup, n_lookup, data); in get_signal_to_noise() 1003 s32 vth = table_lookup(vthlookup_table, ARRAY_SIZE(vthlookup_table), in set_vth() 1373 padc = table_lookup(padc_lookup, ARRAY_SIZE(padc_lookup), power) + 352; in read_signal_strength()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stv6111.c | 532 static s32 table_lookup(const struct slookup *table, in table_lookup() function 589 gain = table_lookup(lnagain_nf_lookup, in get_rf_strength() 594 gain = table_lookup(lnagain_iip3_lookup, in get_rf_strength() 598 gain += table_lookup(gain_rfagc_lookup, in get_rf_strength() 606 gain = table_lookup( in get_rf_strength() 613 gain = table_lookup( in get_rf_strength()
|
H A D | stv0910.c | 595 static s32 table_lookup(const struct slookup *table, in table_lookup() function 660 *signal_to_noise = table_lookup(lookup, n_lookup, data); in get_signal_to_noise() 994 s32 vth = table_lookup(vthlookup_table, ARRAY_SIZE(vthlookup_table), in set_vth() 1364 padc = table_lookup(padc_lookup, ARRAY_SIZE(padc_lookup), power) + 352; in read_signal_strength()
|
Completed in 7 milliseconds