Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmulatorPkg/EmuBusDriverDxe/
DEmuBusDriverDxe.c144 EMU_IO_DEVICE *EmuDevice; in EmuBusDriverBindingStart() local
253 EmuDevice = AllocatePool (sizeof (EMU_IO_DEVICE)); in EmuBusDriverBindingStart()
254 if (EmuDevice == NULL) { in EmuBusDriverBindingStart()
258 EmuDevice->Handle = NULL; in EmuBusDriverBindingStart()
259 EmuDevice->ControllerHandle = ControllerHandle; in EmuBusDriverBindingStart()
260 EmuDevice->ParentDevicePath = ParentDevicePath; in EmuBusDriverBindingStart()
261 CopyMem (&EmuDevice->EmuIoThunk, EmuIoThunk, sizeof (EMU_IO_THUNK_PROTOCOL)); in EmuBusDriverBindingStart()
263 EmuDevice->ControllerNameTable = NULL; in EmuBusDriverBindingStart()
267 EmuDevice->DevicePath = EmuBusCreateDevicePath ( in EmuBusDriverBindingStart()
272 if (EmuDevice->DevicePath == NULL) { in EmuBusDriverBindingStart()
[all …]