Home
last modified time | relevance | path

Searched refs:freqValRadio (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw-internal.h287 unsigned int freqValRadio; /* Current freq for radio mode */ member
Dpvrusb2-hdw.c1307 return hdw->freqSelector ? hdw->freqValTelevision : hdw->freqValRadio; in pvr2_hdw_get_cur_freq()
1320 if (hdw->freqValRadio != val) { in pvr2_hdw_set_cur_freq()
1321 hdw->freqValRadio = val; in pvr2_hdw_set_cur_freq()
2176 hdw->freqValRadio = default_radio_freq; in pvr2_hdw_setup_low()