Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dvbox_utils.h34 int vbg_hgcm_call(struct vbg_dev *gdev, u32 requestor, u32 client_id,
/Linux-v5.4/drivers/virt/vboxguest/
Dvboxguest_utils.c600 int vbg_hgcm_call(struct vbg_dev *gdev, u32 requestor, u32 client_id, in vbg_hgcm_call() function
651 EXPORT_SYMBOL(vbg_hgcm_call);
697 ret = vbg_hgcm_call(gdev, requestor, client_id, function, timeout_ms, in vbg_hgcm_call32()
Dvboxguest_core.c1387 ret = vbg_hgcm_call(gdev, session->requestor, client_id, in vbg_ioctl_hgcm_call()