Home
last modified time | relevance | path

Searched refs:vbg_hgcm_call (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dvbox_utils.h33 int vbg_hgcm_call(struct vbg_dev *gdev, u32 client_id, u32 function,
/Linux-v4.19/drivers/virt/vboxguest/
Dvboxguest_utils.c596 int vbg_hgcm_call(struct vbg_dev *gdev, u32 client_id, u32 function, in vbg_hgcm_call() function
646 EXPORT_SYMBOL(vbg_hgcm_call);
692 ret = vbg_hgcm_call(gdev, client_id, function, timeout_ms, in vbg_hgcm_call32()
Dvboxguest_core.c1321 ret = vbg_hgcm_call(gdev, client_id, in vbg_ioctl_hgcm_call()