Home
last modified time | relevance | path

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

/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw-internal.h210 unsigned int freqProgSlot; member
Dpvrusb2-hdw.c359 if ((hdw->freqProgSlot > 0) && (hdw->freqProgSlot <= FREQTABLE_SIZE)) { in ctrl_channelfreq_get()
360 *vp = hdw->freqTable[hdw->freqProgSlot-1]; in ctrl_channelfreq_get()
370 unsigned int slotId = hdw->freqProgSlot; in ctrl_channelfreq_set()
391 *vp = cptr->hdw->freqProgSlot; in ctrl_channelprog_get()
399 hdw->freqProgSlot = v; in ctrl_channelprog_set()