Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw-internal.h287 unsigned int freqValRadio; /* Current freq for radio mode */ member
Dpvrusb2-hdw.c1306 return hdw->freqSelector ? hdw->freqValTelevision : hdw->freqValRadio; in pvr2_hdw_get_cur_freq()
1319 if (hdw->freqValRadio != val) { in pvr2_hdw_set_cur_freq()
1320 hdw->freqValRadio = val; in pvr2_hdw_set_cur_freq()
2175 hdw->freqValRadio = default_radio_freq; in pvr2_hdw_setup_low()