Lines Matching refs:requestor
68 u32 requestor) in vbg_req_alloc() argument
84 req->requestor = requestor; in vbg_req_alloc()
125 int vbg_hgcm_connect(struct vbg_dev *gdev, u32 requestor, in vbg_hgcm_connect() argument
133 VMMDEVREQ_HGCM_CONNECT, requestor); in vbg_hgcm_connect()
159 int vbg_hgcm_disconnect(struct vbg_dev *gdev, u32 requestor, in vbg_hgcm_disconnect() argument
167 requestor); in vbg_hgcm_disconnect()
607 int vbg_hgcm_call(struct vbg_dev *gdev, u32 requestor, u32 client_id, in vbg_hgcm_call() argument
630 call = vbg_req_alloc(size, VMMDEVREQ_HGCM_CALL, requestor); in vbg_hgcm_call()
640 requestor & VMMDEV_REQUESTOR_USERMODE, &leak_it); 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()