Searched refs:vbg_req_perform (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/virt/vboxguest/ |
D | vboxguest_core.c | 63 rc = vbg_req_perform(gdev, req); in vbg_guest_mappings_init() 105 rc = vbg_req_perform(gdev, req); in vbg_guest_mappings_init() 152 rc = vbg_req_perform(gdev, req); in vbg_guest_mappings_exit() 212 rc = vbg_req_perform(gdev, req2); in vbg_report_guest_info() 214 rc = vbg_req_perform(gdev, req1); in vbg_report_guest_info() 216 rc = vbg_req_perform(gdev, req1); in vbg_report_guest_info() 218 rc = vbg_req_perform(gdev, req2); in vbg_report_guest_info() 254 rc = vbg_req_perform(gdev, req); in vbg_report_driver_status() 295 rc = vbg_req_perform(gdev, req); in vbg_balloon_inflate() 333 rc = vbg_req_perform(gdev, req); in vbg_balloon_deflate() [all …]
|
D | vboxguest_utils.c | 98 int vbg_req_perform(struct vbg_dev *gdev, void *req) in vbg_req_perform() function 141 rc = vbg_req_perform(gdev, hgcm_connect); in vbg_hgcm_connect() 174 rc = vbg_req_perform(gdev, hgcm_disconnect); in vbg_hgcm_disconnect() 443 rc = vbg_req_perform(gdev, gdev->cancel_req); in hgcm_cancel_call() 450 rc = vbg_req_perform(gdev, call); in hgcm_cancel_call() 478 rc = vbg_req_perform(gdev, call); in vbg_hgcm_do_call()
|
D | vboxguest_core.h | 208 int vbg_req_perform(struct vbg_dev *gdev, void *req);
|
D | vboxguest_linux.c | 472 rc = vbg_req_perform(gdev, gdev->mouse_status_req); in vbg_linux_mouse_event()
|