Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tee/optee/
Dffa_abi.c318 const struct ffa_msg_ops *msg_ops = ffa_dev->ops->msg_ops; in optee_ffa_shm_unregister() local
331 rc = msg_ops->sync_send_receive(ffa_dev, &data); in optee_ffa_shm_unregister()
535 const struct ffa_msg_ops *msg_ops = ffa_dev->ops->msg_ops; in optee_ffa_yielding_call() local
546 rc = msg_ops->sync_send_receive(ffa_dev, data); in optee_ffa_yielding_call()
659 const struct ffa_msg_ops *msg_ops = ops->msg_ops; in optee_ffa_api_is_compatbile() local
663 msg_ops->mode_32bit_set(ffa_dev); in optee_ffa_api_is_compatbile()
665 rc = msg_ops->sync_send_receive(ffa_dev, &data); in optee_ffa_api_is_compatbile()
678 rc = msg_ops->sync_send_receive(ffa_dev, &data); in optee_ffa_api_is_compatbile()
700 rc = ops->msg_ops->sync_send_receive(ffa_dev, &data); in optee_ffa_exchange_caps()
/linux-6.1.9/include/linux/
Darm_ffa.h280 const struct ffa_msg_ops *msg_ops; member
/linux-6.1.9/ipc/
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-6.1.9/drivers/firmware/arm_ffa/
Ddriver.c712 .msg_ops = &ffa_drv_msg_ops,
/linux-6.1.9/net/tipc/
Dsocket.c165 static const struct proto_ops msg_ops; variable
481 ops = &msg_ops; in tipc_sk_create()
3355 static const struct proto_ops msg_ops = { variable