Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/pvrusb2/
Dpvrusb2-hdw.c372 unsigned int slotId = hdw->freqProgSlot; in ctrl_channelfreq_set() local
373 if ((slotId > 0) && (slotId <= FREQTABLE_SIZE)) { in ctrl_channelfreq_set()
374 hdw->freqTable[slotId-1] = v; in ctrl_channelfreq_set()
379 if (hdw->freqSlotRadio == slotId) { in ctrl_channelfreq_set()
383 if (hdw->freqSlotTelevision == slotId) { in ctrl_channelfreq_set()
413 static int ctrl_channel_set(struct pvr2_ctrl *cptr,int m,int slotId) in ctrl_channel_set() argument
417 if ((slotId < 0) || (slotId > FREQTABLE_SIZE)) return 0; in ctrl_channel_set()
418 if (slotId > 0) { in ctrl_channel_set()
419 freq = hdw->freqTable[slotId-1]; in ctrl_channel_set()
424 hdw->freqSlotRadio = slotId; in ctrl_channel_set()
[all …]
/linux-3.4.99/drivers/isdn/hardware/eicon/
Dio.h83 dword slotId; member