Searched refs:aDev (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Bus/
H A DDevPciIch9.cpp178 static DECLCALLBACK(uint32_t) ich9pciConfigReadDev(PCIDevice *aDev, uint32_t u32Address, unsigned len);
337 R3PTRTYPE(PCIDevice *) aDev = pGlobals->aPciBus.apDevices[pAddr->iDeviceFunc];
338 if (aDev)
341 aDev->Int.s.pfnConfigWrite(aDev, pAddr->iRegister, val, cb);
453 R3PTRTYPE(PCIDevice *) aDev = pGlobals->aPciBus.apDevices[pPciAddr->iDeviceFunc];
454 if (aDev)
457 *pu32 = aDev->Int.s.pfnConfigRead(aDev, pPciAddr->iRegister, cb);
788 static uint32_t ich9pciGetCfg(PCIDevice* aDev, int32_ argument
793 ich9pciGetByte(PCIDevice* aDev, int32_t iRegister) argument
798 ich9pciGetWord(PCIDevice* aDev, int32_t iRegister) argument
803 ich9pciGetDWord(PCIDevice* aDev, int32_t iRegister) argument
[all...]
/vbox/src/VBox/Main/src-server/
H A DHostUSBDeviceImpl.cpp1056 * @param[in] aDev The current device state as seen by the proxy backend.
1066 bool HostUSBDevice::i_updateState(PCUSBDEVICE aDev, bool *aRunFilters, SessionMachine **aIgnoreMachine) argument
1083 if (mUsb != aDev)
1092 && (!aDev->pszSerialNumber || !*aDev->pszSerialNumber)
1093 && (!aDev->pszManufacturer || !*aDev->pszManufacturer)
1094 && (!aDev->pszProduct || !*aDev->pszProduct))
1096 aDev
1478 i_updateStateFake(PCUSBDEVICE aDev, bool *aRunFilters, SessionMachine **aIgnoreMachine) argument
[all...]
/vbox/src/VBox/Main/include/
H A DHostUSBDeviceImpl.h223 bool i_updateState(PCUSBDEVICE aDev, bool *aRunFilters, SessionMachine **aIgnoreMachine);
224 bool i_updateStateFake(PCUSBDEVICE aDev, bool *aRunFilters, SessionMachine **aIgnoreMachine);

Completed in 48 milliseconds