Home
last modified time | relevance | path

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

/device/qemu/drivers/virtio/
Dvirtrng.c47 static bool Feature1(uint32_t features, uint32_t *supported, void *dev) in Feature1() function
165 if (!VirtmmioNegotiate(&rng->dev, Feature0, Feature1, rng)) { in VirtrngInitDev()
Dvirtinput.c97 static bool Feature1(uint32_t features, uint32_t *supported, void *dev) in Feature1() function
327 if (!VirtmmioNegotiate(&in->dev, Feature0, Feature1, in)) { in VirtinInitDev()
Dvirtblock.c110 static bool Feature1(uint32_t features, uint32_t *supported, void *dev) in Feature1() function
216 if (!VirtmmioNegotiate(&blk->dev, Feature0, Feature1, blk)) { in VirtblkInitDev()
Dvirtgpu.c165 static bool Feature1(uint32_t features, uint32_t *supported, void *dev) in Feature1() function
523 if (!VirtmmioNegotiate(&gpu->dev, Feature0, Feature1, gpu)) { in VirtgpuInitDev()
Dvirtnet.c126 static bool Feature1(uint32_t features, uint32_t *supported, void *dev) in Feature1() function
387 if (!VirtmmioNegotiate(&nic->dev, Feature0, Feature1, netDev)) { in VirtnetInit()
/device/qemu/riscv32_virt/liteos_m/board/driver/
Dvirtinput.c99 static bool Feature1(uint32_t features, uint32_t *supported, void *dev) in Feature1() function
340 if (!VirtmmioNegotiate(&in->dev, Feature0, Feature1, in)) { in VirtinInitDev()
Dvirtnet.c171 static bool Feature1(uint32_t features, uint32_t *supported, void *dev) in Feature1() function
493 if (!VirtmmioNegotiate(&nic->dev, Feature0, Feature1, netif)) { in LowLevelInit()
Dvirtgpu.c166 static bool Feature1(uint32_t features, uint32_t *supported, void *dev) in Feature1() function
530 if (!VirtmmioNegotiate(&gpu->dev, Feature0, Feature1, gpu)) { in VirtgpuInitDev()