Searched refs:msg_ops (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/tee/optee/ |
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.12.1/drivers/tee/tstee/ |
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.12.1/include/linux/ |
D | arm_ffa.h | 469 const struct ffa_msg_ops *msg_ops; member
|
/linux-6.12.1/ipc/ |
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.12.1/net/tipc/ |
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.12.1/drivers/firmware/arm_ffa/ |
D | driver.c | 1337 .msg_ops = &ffa_drv_msg_ops,
|