Searched refs:fDev (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBCard.cpp39 , fDev(-1)
43 fDev = open(path, O_RDWR);
44 if (fDev < 0) {
51 if (do_ioctl(fDev, DVB_GET_FREQUENCY_INFO, &info) < 0) {
53 // close(fDev);
54 // fDev = -1;
68 if (fDev > 0)
69 close(fDev);
85 if (do_ioctl(fDev, DVB_GET_INTERFACE_INFO, &info) < 0) {
105 if (do_ioctl(fDev, DVB_GET_INTERFACE_INF
281 do_ioctl(int fDev, ulong op, void *arg) argument
[all...]
H A DDVBCard.h51 int do_ioctl(int fDev, ulong op, void *arg);
54 int fDev; member in class:DVBCard
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A DVirtioDevice.cpp31 fDev(dev),
48 fDev->fRegs->queueSel = fId;
49 TRACE("queueNumMax: %d\n", fDev->fRegs->queueNumMax);
50 fQueueLen = fDev->fRegs->queueNumMax;
52 fDev->fRegs->queueNum = fQueueLen;
90 if (fDev->fRegs->version >= 2) {
95 SetLowHi(fDev->fRegs->queueDescLow, fDev->fRegs->queueDescHi, descsPhys);
96 SetLowHi(fDev->fRegs->queueAvailLow, fDev
[all...]
H A DVirtioDevice.h33 VirtioDevice *fDev; member in struct:VirtioQueue
68 VirtioDevice* fDev; member in struct:VirtioIrqHandler
H A Dvirtio_mmio.cpp557 VirtioDevice* dev = queue->fDev;
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireCard.cpp118 fDev(-1),
124 fDev = open(path, O_RDWR);
125 if (fDev < 0) {
135 if (fDev > 0)
136 close(fDev);
193 if (ioctl(fDev, FW_SSTBUF, &bufreq) < 0)
199 if (ioctl(fDev, FW_SRSTREAM, &isoreq) < 0)
203 len = read(fDev, buf, 1024*16);
250 if (ioctl(fDev, FW_SSTBUF, &bufreq) < 0)
256 if (ioctl(fDev, FW_SRSTREA
[all...]
H A DFireWireCard.h40 int fDev; member in class:FireWireCard
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.h59 {return fDev;}
76 fDev; member in class:VirtioInputHandler
H A DVirtioInputDevice.cpp222 fDev(dev),

Completed in 58 milliseconds