Searched refs:table_lookup (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/media/dvb-frontends/ |
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()
|
D | stv0910.c | 590 static s32 table_lookup(const struct slookup *table, in table_lookup() function 655 *signal_to_noise = table_lookup(lookup, n_lookup, data); in get_signal_to_noise() 989 s32 vth = table_lookup(vthlookup_table, ARRAY_SIZE(vthlookup_table), in set_vth() 1359 padc = table_lookup(padc_lookup, ARRAY_SIZE(padc_lookup), power) + 352; in read_signal_strength()
|