Searched refs:NotifyAndWaitResponse (Results 1 - 2 of 2) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
H A D | virtgpu.c | 179 static bool NotifyAndWaitResponse(unsigned queue, struct Virtq *q, const void *req, volatile void *resp) in NotifyAndWaitResponse() function 220 return NotifyAndWaitResponse(queue, q, req, resp); in RequestResponse() 243 return NotifyAndWaitResponse(0, q, req, resp); in RequestDataResponse()
|
/device/qemu/drivers/virtio/ |
H A D | virtgpu.c | 178 static bool NotifyAndWaitResponse(unsigned queue, struct Virtq *q, const void *req, volatile void *resp) in NotifyAndWaitResponse() function 219 return NotifyAndWaitResponse(queue, q, req, resp); in RequestResponse() 242 return NotifyAndWaitResponse(0, q, req, resp); in RequestDataResponse()
|
Completed in 4 milliseconds