Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw-internal.h195 unsigned int freqProgSlot; member
Dpvrusb2-hdw.c347 if ((hdw->freqProgSlot > 0) && (hdw->freqProgSlot <= FREQTABLE_SIZE)) { in ctrl_channelfreq_get()
348 *vp = hdw->freqTable[hdw->freqProgSlot-1]; in ctrl_channelfreq_get()
358 unsigned int slotId = hdw->freqProgSlot; in ctrl_channelfreq_set()
379 *vp = cptr->hdw->freqProgSlot; in ctrl_channelprog_get()
387 hdw->freqProgSlot = v; in ctrl_channelprog_set()