Home
last modified time | relevance | path

Searched refs:msg_ops (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/char/tpm/
H A Dtpm_crb_ffa.c204 const struct ffa_msg_ops *msg_ops; in __tpm_crb_ffa_try_send_receive() local
207 msg_ops = tpm_crb_ffa->ffa_dev->ops->msg_ops; in __tpm_crb_ffa_try_send_receive()
214 ret = msg_ops->sync_send_receive2(tpm_crb_ffa->ffa_dev, in __tpm_crb_ffa_try_send_receive()
226 ret = msg_ops->sync_send_receive(tpm_crb_ffa->ffa_dev, in __tpm_crb_ffa_try_send_receive()
360 ffa_dev->ops->msg_ops->mode_32bit_set(ffa_dev); in tpm_crb_ffa_probe()
/linux/drivers/tee/optee/
H A Dffa_abi.c319 const struct ffa_msg_ops *msg_ops = ffa_dev->ops->msg_ops; in optee_ffa_shm_unregister() local
332 rc = msg_ops->sync_send_receive(ffa_dev, &data); in optee_ffa_shm_unregister()
537 const struct ffa_msg_ops *msg_ops = ffa_dev->ops->msg_ops; in optee_ffa_yielding_call() local
548 rc = msg_ops->sync_send_receive(ffa_dev, data); in optee_ffa_yielding_call()
688 const struct ffa_msg_ops *msg_ops = ffa_dev->ops->msg_ops; in optee_ffa_lend_protmem() local
736 msg_ops->sync_send_receive(ffa_dev, &data); in optee_ffa_lend_protmem()
746 const struct ffa_msg_ops *msg_ops = ffa_dev->ops->msg_ops; in optee_ffa_reclaim_protmem() local
759 rc = msg_ops->sync_send_receive(ffa_dev, &data); in optee_ffa_reclaim_protmem()
781 const struct ffa_msg_ops *msg_ops = ops->msg_ops; in optee_ffa_api_is_compatible() local
787 msg_ops->mode_32bit_set(ffa_dev); in optee_ffa_api_is_compatible()
[all …]
/linux/drivers/tee/tstee/
H A Dcore.c113 rc = ffa_dev->ops->msg_ops->sync_send_receive(ffa_dev, &ffa_data); in tstee_open_session()
218 rc = ffa_dev->ops->msg_ops->sync_send_receive(ffa_dev, &ffa_data); in tstee_invoke_func()
288 rc = ffa_dev->ops->msg_ops->sync_send_receive(ffa_dev, &ffa_data); in tstee_shm_register()
324 rc = ffa_dev->ops->msg_ops->sync_send_receive(ffa_dev, &ffa_data); in tstee_shm_unregister()
399 if (ffa_dev->ops->msg_ops->sync_send_receive(ffa_dev, &ffa_data)) in tstee_check_rpc_compatible()
412 ffa_dev->ops->msg_ops->mode_32bit_set(ffa_dev); in tstee_probe()
/linux/include/linux/
H A Darm_ffa.h509 const struct ffa_msg_ops *msg_ops; member
/linux/ipc/
H A Dmsg.c301 static const struct ipc_ops msg_ops = { in ksys_msgget() local
312 return ipcget(ns, &msg_ids(ns), &msg_ops, &msg_params); in ksys_msgget()
/linux/drivers/firmware/arm_ffa/
H A Ddriver.c1553 .msg_ops = &ffa_drv_msg_ops,