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