OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VgpuDev
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
Commands.c
22
Configure the VirtIo GPU device that underlies
VgpuDev
.
24
@param[in,out]
VgpuDev
The VGPU_DEV object to set up VirtIo messaging for.
26
initialized
VgpuDev
->VirtIo. On output,
VgpuDev
->Ring
39
IN OUT VGPU_DEV *
VgpuDev
54
Status =
VgpuDev
->VirtIo->SetDeviceStatus (
VgpuDev
->VirtIo, NextDevStat);
63
Status =
VgpuDev
->VirtIo->SetDeviceStatus (
VgpuDev
->VirtIo, NextDevStat);
72
Status =
VgpuDev
->VirtIo->SetDeviceStatus (VgpuDev->VirtIo, NextDevStat);
[
all
...]
VirtioGpu.h
152
Configure the VirtIo GPU device that underlies
VgpuDev
.
154
@param[in,out]
VgpuDev
The VGPU_DEV object to set up VirtIo messaging for.
156
initialized
VgpuDev
->VirtIo. On output,
VgpuDev
->Ring
169
IN OUT VGPU_DEV *
VgpuDev
173
De-configure the VirtIo GPU device that underlies
VgpuDev
.
175
@param[in,out]
VgpuDev
The VGPU_DEV object to tear down VirtIo messaging
177
called VirtioGpuInit(). On output,
VgpuDev
->Ring has
183
IN OUT VGPU_DEV *
VgpuDev
211
@param[in,out]
VgpuDev
The VGPU_DEV object that represents the VirtIo GPU
[
all
...]
DriverBinding.c
91
VGPU_DEV *
VgpuDev
;
97
(VOID **)&
VgpuDev
, gImageHandle, ControllerHandle,
114
VgpuDev
->BusName, ControllerName, FALSE /* Iso639Language */);
123
if (
VgpuDev
->Child == NULL || ChildHandle !=
VgpuDev
->Child->GopHandle) {
134
VgpuDev
->Child->GopName, ControllerName,
502
VGPU_DEV *
VgpuDev
;
505
(VOID **)&
VgpuDev
, This->DriverBindingHandle,
509
if (
VgpuDev
->Child == NULL &&
555
VGPU_DEV *
VgpuDev
;
[
all
...]
Completed in 340 milliseconds