Searched refs:rfband (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/media/tuners/ |
A D | tda18271-maps.c | 989 { .rfmax = 47900, .rfband = 0x00, 991 { .rfmax = 61100, .rfband = 0x01, 993 { .rfmax = 152600, .rfband = 0x02, 995 { .rfmax = 164700, .rfband = 0x03, 997 { .rfmax = 203500, .rfband = 0x04, 999 { .rfmax = 457800, .rfband = 0x05, 1001 { .rfmax = 865000, .rfband = 0x06, 1003 { .rfmax = 0, .rfband = 0x00, 1026 *rf_band = map[i].rfband; in tda18271_lookup_rf_band() 1028 tda_map("(%d) rf_band = %02x\n", i, map[i].rfband); in tda18271_lookup_rf_band()
|
A D | tda18271-priv.h | 66 u8 rfband; member
|
/linux/drivers/media/dvb-frontends/ |
A D | tda18271c2dd.c | 241 static bool SearchMap4(const struct SRFBandMap map[], u32 frequency, u8 *rfband) in SearchMap4() argument 249 *rfband = i; in SearchMap4()
|
Completed in 9 milliseconds