Lines Matching full: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()
616 int vbg_hgcm_call(struct vbg_dev *gdev, u32 requestor, u32 client_id, in vbg_hgcm_call() argument
639 call = vbg_req_alloc(size, VMMDEVREQ_HGCM_CALL, requestor); in vbg_hgcm_call()
649 requestor & VMMDEV_REQUESTOR_USERMODE, &leak_it); in vbg_hgcm_call()
672 struct vbg_dev *gdev, u32 requestor, u32 client_id, u32 function, in vbg_hgcm_call32() argument
714 ret = vbg_hgcm_call(gdev, requestor, client_id, function, timeout_ms, in vbg_hgcm_call32()