Searched refs:msg_ops (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/char/tpm/ |
| H A D | tpm_crb_ffa.c | 180 const struct ffa_msg_ops *msg_ops; in __tpm_crb_ffa_send_recieve() local 186 msg_ops = tpm_crb_ffa->ffa_dev->ops->msg_ops; in __tpm_crb_ffa_send_recieve() 196 ret = msg_ops->sync_send_receive(tpm_crb_ffa->ffa_dev, in __tpm_crb_ffa_send_recieve() 296 ffa_dev->ops->msg_ops->mode_32bit_set(ffa_dev); in tpm_crb_ffa_probe()
|
| /linux-6.15/drivers/tee/optee/ |
| H A D | ffa_abi.c | 319 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() 663 const struct ffa_msg_ops *msg_ops = ops->msg_ops; in optee_ffa_api_is_compatbile() local 669 msg_ops->mode_32bit_set(ffa_dev); in optee_ffa_api_is_compatbile() 671 rc = msg_ops->sync_send_receive(ffa_dev, &data); in optee_ffa_api_is_compatbile() 686 rc = msg_ops->sync_send_receive(ffa_dev, &data); in optee_ffa_api_is_compatbile() 711 rc = ops->msg_ops->sync_send_receive(ffa_dev, &data); in optee_ffa_exchange_caps() 750 rc = ffa_dev->ops->msg_ops->sync_send_receive(ffa_dev, &data); in enable_async_notif()
|
| /linux-6.15/drivers/tee/tstee/ |
| H A D | core.c | 113 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-6.15/include/linux/ |
| H A D | arm_ffa.h | 490 const struct ffa_msg_ops *msg_ops; member
|
| /linux-6.15/ipc/ |
| H A D | msg.c | 301 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.15/net/tipc/ |
| H A D | socket.c | 163 static const struct proto_ops msg_ops; variable 479 ops = &msg_ops; in tipc_sk_create() 3354 static const struct proto_ops msg_ops = { variable
|
| /linux-6.15/drivers/firmware/arm_ffa/ |
| H A D | driver.c | 1535 .msg_ops = &ffa_drv_msg_ops,
|