Lines Matching refs:slotId
370 unsigned int slotId = hdw->freqProgSlot; in ctrl_channelfreq_set() local
371 if ((slotId > 0) && (slotId <= FREQTABLE_SIZE)) { in ctrl_channelfreq_set()
372 hdw->freqTable[slotId-1] = v; in ctrl_channelfreq_set()
377 if (hdw->freqSlotRadio == slotId) { in ctrl_channelfreq_set()
381 if (hdw->freqSlotTelevision == slotId) { in ctrl_channelfreq_set()
411 static int ctrl_channel_set(struct pvr2_ctrl *cptr,int m,int slotId) in ctrl_channel_set() argument
415 if ((slotId < 0) || (slotId > FREQTABLE_SIZE)) return 0; in ctrl_channel_set()
416 if (slotId > 0) { in ctrl_channel_set()
417 freq = hdw->freqTable[slotId-1]; in ctrl_channel_set()
422 hdw->freqSlotRadio = slotId; in ctrl_channel_set()
424 hdw->freqSlotTelevision = slotId; in ctrl_channel_set()