Home
last modified time | relevance | path

Searched refs:msg_context (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/vc04_services/vchiq-mmal/
Dmmal-vchiq.c190 struct mmal_msg_context *msg_context; in get_msg_context() local
194 msg_context = kzalloc(sizeof(*msg_context), GFP_KERNEL); in get_msg_context()
196 if (!msg_context) in get_msg_context()
204 handle = idr_alloc(&instance->context_map, msg_context, in get_msg_context()
209 kfree(msg_context); in get_msg_context()
213 msg_context->instance = instance; in get_msg_context()
214 msg_context->handle = handle; in get_msg_context()
216 return msg_context; in get_msg_context()
226 release_msg_context(struct mmal_msg_context *msg_context) in release_msg_context() argument
228 struct vchiq_mmal_instance *instance = msg_context->instance; in release_msg_context()
[all …]
Dmmal-common.h51 struct mmal_msg_context *msg_context; member
/kernel/linux/linux-5.10/drivers/message/fusion/
Dmptbase.h445 #define SET_MGMT_MSG_CONTEXT(msg_context, value) \ argument
446 msg_context = value;
455 u32 msg_context; member
Dmptctl.c218 if (ioc->ioctl_cmds.msg_context != req->u.hdr.MsgContext) in mptctl_reply()
927 SET_MGMT_MSG_CONTEXT(iocp->ioctl_cmds.msg_context, dlmsg->MsgContext); in mptctl_do_fw_download()
987 SET_MGMT_MSG_CONTEXT(iocp->ioctl_cmds.msg_context, 0); in mptctl_do_fw_download()
2164 SET_MGMT_MSG_CONTEXT(ioc->ioctl_cmds.msg_context, hdr->MsgContext); in mptctl_do_mpt_command()
2289 SET_MGMT_MSG_CONTEXT(ioc->ioctl_cmds.msg_context, 0); in mptctl_do_mpt_command()
2488 SET_MGMT_MSG_CONTEXT(ioc->ioctl_cmds.msg_context, in mptctl_hp_hostinfo()
2527 SET_MGMT_MSG_CONTEXT(ioc->ioctl_cmds.msg_context, 0); in mptctl_hp_hostinfo()