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

/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Dio.h83 dword slotId; member in struct:_ISDN_ADAPTER
/linux-4.4.14/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c370 unsigned int slotId = hdw->freqProgSlot; ctrl_channelfreq_set() local
371 if ((slotId > 0) && (slotId <= FREQTABLE_SIZE)) { ctrl_channelfreq_set()
372 hdw->freqTable[slotId-1] = v; ctrl_channelfreq_set()
377 if (hdw->freqSlotRadio == slotId) { ctrl_channelfreq_set()
381 if (hdw->freqSlotTelevision == slotId) { ctrl_channelfreq_set()
411 static int ctrl_channel_set(struct pvr2_ctrl *cptr,int m,int slotId) ctrl_channel_set() argument
415 if ((slotId < 0) || (slotId > FREQTABLE_SIZE)) return 0; ctrl_channel_set()
416 if (slotId > 0) { ctrl_channel_set()
417 freq = hdw->freqTable[slotId-1]; ctrl_channel_set()
422 hdw->freqSlotRadio = slotId; ctrl_channel_set()
424 hdw->freqSlotTelevision = slotId; ctrl_channel_set()

Completed in 136 milliseconds