Searched refs:slotId (Results 1 – 1 of 1) sorted by relevance
358 unsigned int slotId = hdw->freqProgSlot; in ctrl_channelfreq_set() local359 if ((slotId > 0) && (slotId <= FREQTABLE_SIZE)) { in ctrl_channelfreq_set()360 hdw->freqTable[slotId-1] = v; in ctrl_channelfreq_set()365 if (hdw->freqSlotRadio == slotId) { in ctrl_channelfreq_set()369 if (hdw->freqSlotTelevision == slotId) { in ctrl_channelfreq_set()399 static int ctrl_channel_set(struct pvr2_ctrl *cptr,int m,int slotId) in ctrl_channel_set() argument403 if ((slotId < 0) || (slotId > FREQTABLE_SIZE)) return 0; in ctrl_channel_set()404 if (slotId > 0) { in ctrl_channel_set()405 freq = hdw->freqTable[slotId-1]; in ctrl_channel_set()410 hdw->freqSlotRadio = slotId; in ctrl_channel_set()[all …]