Searched refs:vbg_req_perform (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/virt/vboxguest/ |
| D | vboxguest_core.c | 57 rc = vbg_req_perform(gdev, req); in vbg_guest_mappings_init() 99 rc = vbg_req_perform(gdev, req); in vbg_guest_mappings_init() 145 rc = vbg_req_perform(gdev, req); in vbg_guest_mappings_exit() 203 rc = vbg_req_perform(gdev, req2); in vbg_report_guest_info() 205 rc = vbg_req_perform(gdev, req1); in vbg_report_guest_info() 207 rc = vbg_req_perform(gdev, req1); in vbg_report_guest_info() 209 rc = vbg_req_perform(gdev, req2); in vbg_report_guest_info() 244 rc = vbg_req_perform(gdev, req); in vbg_report_driver_status() 285 rc = vbg_req_perform(gdev, req); in vbg_balloon_inflate() 323 rc = vbg_req_perform(gdev, req); in vbg_balloon_deflate() [all …]
|
| D | vboxguest_utils.c | 95 int vbg_req_perform(struct vbg_dev *gdev, void *req) in vbg_req_perform() function 138 rc = vbg_req_perform(gdev, hgcm_connect); in vbg_hgcm_connect() 169 rc = vbg_req_perform(gdev, hgcm_disconnect); in vbg_hgcm_disconnect() 437 rc = vbg_req_perform(gdev, gdev->cancel_req); in hgcm_cancel_call() 444 rc = vbg_req_perform(gdev, call); in hgcm_cancel_call() 472 rc = vbg_req_perform(gdev, call); in vbg_hgcm_do_call()
|
| D | vboxguest_core.h | 177 int vbg_req_perform(struct vbg_dev *gdev, void *req);
|
| D | vboxguest_linux.c | 454 rc = vbg_req_perform(gdev, gdev->mouse_status_req); in vbg_linux_mouse_event()
|