Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.c366 unsigned int slotId = hdw->freqProgSlot; in ctrl_channelfreq_set() local
367 if ((slotId > 0) && (slotId <= FREQTABLE_SIZE)) { in ctrl_channelfreq_set()
368 hdw->freqTable[slotId-1] = v; in ctrl_channelfreq_set()
373 if (hdw->freqSlotRadio == slotId) { in ctrl_channelfreq_set()
377 if (hdw->freqSlotTelevision == slotId) { in ctrl_channelfreq_set()
407 static int ctrl_channel_set(struct pvr2_ctrl *cptr,int m,int slotId) in ctrl_channel_set() argument
411 if ((slotId < 0) || (slotId > FREQTABLE_SIZE)) return 0; in ctrl_channel_set()
412 if (slotId > 0) { in ctrl_channel_set()
413 freq = hdw->freqTable[slotId-1]; in ctrl_channel_set()
418 hdw->freqSlotRadio = slotId; in ctrl_channel_set()
[all …]
/Linux-v4.19/drivers/isdn/hardware/eicon/
Dio.h83 dword slotId; member