Home
last modified time | relevance | path

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

/device/qemu/drivers/virtio/
Dvirtrng.c38 static bool Feature0(uint32_t features, uint32_t *supported, void *dev) in Feature0() function
165 if (!VirtmmioNegotiate(&rng->dev, Feature0, Feature1, rng)) { in VirtrngInitDev()
Dvirtinput.c89 static bool Feature0(uint32_t features, uint32_t *supported, void *dev) in Feature0() function
327 if (!VirtmmioNegotiate(&in->dev, Feature0, Feature1, in)) { in VirtinInitDev()
Dvirtblock.c85 static bool Feature0(uint32_t features, uint32_t *supported, void *dev) in Feature0() function
216 if (!VirtmmioNegotiate(&blk->dev, Feature0, Feature1, blk)) { in VirtblkInitDev()
Dvirtgpu.c153 static bool Feature0(uint32_t features, uint32_t *supported, void *dev) in Feature0() function
523 if (!VirtmmioNegotiate(&gpu->dev, Feature0, Feature1, gpu)) { in VirtgpuInitDev()
Dvirtnet.c95 static bool Feature0(uint32_t features, uint32_t *supported, void *dev) in Feature0() function
387 if (!VirtmmioNegotiate(&nic->dev, Feature0, Feature1, netDev)) { in VirtnetInit()
/device/qemu/riscv32_virt/liteos_m/board/driver/
Dvirtinput.c91 static bool Feature0(uint32_t features, uint32_t *supported, void *dev) in Feature0() function
340 if (!VirtmmioNegotiate(&in->dev, Feature0, Feature1, in)) { in VirtinInitDev()
Dvirtnet.c143 static bool Feature0(uint32_t features, uint32_t *supported, void *dev) in Feature0() function
493 if (!VirtmmioNegotiate(&nic->dev, Feature0, Feature1, netif)) { in LowLevelInit()
Dvirtgpu.c154 static bool Feature0(uint32_t features, uint32_t *supported, void *dev) in Feature0() function
530 if (!VirtmmioNegotiate(&gpu->dev, Feature0, Feature1, gpu)) { in VirtgpuInitDev()