Lines Matching refs:client_id
127 u32 *client_id, int *vbox_status) in vbg_hgcm_connect() argument
139 hgcm_connect->client_id = 0; in vbg_hgcm_connect()
148 *client_id = hgcm_connect->client_id; in vbg_hgcm_connect()
160 u32 client_id, int *vbox_status) in vbg_hgcm_disconnect() argument
172 hgcm_disconnect->client_id = client_id; in vbg_hgcm_disconnect()
381 struct vmmdev_hgcm_call *call, u32 client_id, u32 function, in hgcm_call_init_call() argument
392 call->client_id = client_id; in hgcm_call_init_call()
607 int vbg_hgcm_call(struct vbg_dev *gdev, u32 requestor, u32 client_id, in vbg_hgcm_call() argument
636 hgcm_call_init_call(call, client_id, function, parms, parm_count, in vbg_hgcm_call()
663 struct vbg_dev *gdev, u32 requestor, u32 client_id, u32 function, in vbg_hgcm_call32() argument
705 ret = vbg_hgcm_call(gdev, requestor, client_id, function, timeout_ms, in vbg_hgcm_call32()