Searched refs:vbg_req_perform (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/virt/vboxguest/ |
| D | vboxguest_core.c | 62 rc = vbg_req_perform(gdev, req); in vbg_guest_mappings_init() 104 rc = vbg_req_perform(gdev, req); in vbg_guest_mappings_init() 151 rc = vbg_req_perform(gdev, req); in vbg_guest_mappings_exit() 211 rc = vbg_req_perform(gdev, req2); in vbg_report_guest_info() 213 rc = vbg_req_perform(gdev, req1); in vbg_report_guest_info() 215 rc = vbg_req_perform(gdev, req1); in vbg_report_guest_info() 217 rc = vbg_req_perform(gdev, req2); in vbg_report_guest_info() 253 rc = vbg_req_perform(gdev, req); in vbg_report_driver_status() 294 rc = vbg_req_perform(gdev, req); in vbg_balloon_inflate() 332 rc = vbg_req_perform(gdev, req); in vbg_balloon_deflate() [all …]
|
| D | vboxguest_utils.c | 96 int vbg_req_perform(struct vbg_dev *gdev, void *req) in vbg_req_perform() function 139 rc = vbg_req_perform(gdev, hgcm_connect); in vbg_hgcm_connect() 172 rc = vbg_req_perform(gdev, hgcm_disconnect); in vbg_hgcm_disconnect() 441 rc = vbg_req_perform(gdev, gdev->cancel_req); in hgcm_cancel_call() 448 rc = vbg_req_perform(gdev, call); in hgcm_cancel_call() 476 rc = vbg_req_perform(gdev, call); in vbg_hgcm_do_call()
|
| D | vboxguest_core.h | 178 int vbg_req_perform(struct vbg_dev *gdev, void *req);
|
| D | vboxguest_linux.c | 474 rc = vbg_req_perform(gdev, gdev->mouse_status_req); in vbg_linux_mouse_event()
|