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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw-internal.h209 unsigned int freqProgSlot; member in struct:pvr2_hdw
H A Dpvrusb2-hdw.c278 if ((hdw->freqProgSlot > 0) && (hdw->freqProgSlot <= FREQTABLE_SIZE)) {
279 *vp = hdw->freqTable[hdw->freqProgSlot-1];
289 unsigned int slotId = hdw->freqProgSlot;
310 *vp = cptr->hdw->freqProgSlot;
318 hdw->freqProgSlot = v;

Completed in 60 milliseconds