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

/linux-master/drivers/tee/optee/
H A Dffa_abi.c318 const struct ffa_msg_ops *msg_ops = ffa_dev->ops->msg_ops; local
331 rc = msg_ops->sync_send_receive(ffa_dev, &data);
536 const struct ffa_msg_ops *msg_ops = ffa_dev->ops->msg_ops; local
547 rc = msg_ops->sync_send_receive(ffa_dev, data);
662 const struct ffa_msg_ops *msg_ops = ops->msg_ops; local
666 msg_ops->mode_32bit_set(ffa_dev);
668 rc = msg_ops
[all...]
/linux-master/include/linux/
H A Darm_ffa.h427 const struct ffa_msg_ops *msg_ops; member in struct:ffa_ops
/linux-master/ipc/
H A Dmsg.c301 static const struct ipc_ops msg_ops = { local
312 return ipcget(ns, &msg_ids(ns), &msg_ops, &msg_params);
/linux-master/drivers/firmware/arm_ffa/
H A Ddriver.c1170 .msg_ops = &ffa_drv_msg_ops,
/linux-master/net/tipc/
H A Dsocket.c165 static const struct proto_ops msg_ops; variable in typeref:struct:proto_ops
481 ops = &msg_ops;
3359 static const struct proto_ops msg_ops = { variable in typeref:struct:proto_ops

Completed in 172 milliseconds