Searched refs:vbg_hgcm_call (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | vbox_utils.h | 35 int vbg_hgcm_call(struct vbg_dev *gdev, u32 requestor, u32 client_id,
|
/linux/drivers/virt/vboxguest/ |
H A D | vboxguest_utils.c | 616 int vbg_hgcm_call(struct vbg_dev *gdev, u32 requestor, u32 client_id, in vbg_hgcm_call() function 668 EXPORT_SYMBOL(vbg_hgcm_call); 714 ret = vbg_hgcm_call(gdev, requestor, client_id, function, timeout_ms, in vbg_hgcm_call32()
|
H A D | vboxguest_core.c | 1565 ret = vbg_hgcm_call(gdev, session->requestor, client_id, in vbg_ioctl_hgcm_call()
|
/linux/fs/vboxsf/ |
H A D | vboxsf_wrappers.c | 62 err = vbg_hgcm_call(gdev, SHFL_REQUEST, vboxsf_client_id, function, in vboxsf_call()
|