msg_bytes         676 drivers/gpu/drm/gma500/cdv_intel_dp.c 	int msg_bytes;
msg_bytes         686 drivers/gpu/drm/gma500/cdv_intel_dp.c 	msg_bytes = send_bytes + 4;
msg_bytes         688 drivers/gpu/drm/gma500/cdv_intel_dp.c 		ret = cdv_intel_dp_aux_ch(encoder, msg, msg_bytes, &ack, 1);
msg_bytes         716 drivers/gpu/drm/gma500/cdv_intel_dp.c 	int msg_bytes;
msg_bytes         727 drivers/gpu/drm/gma500/cdv_intel_dp.c 	msg_bytes = 4;
msg_bytes         731 drivers/gpu/drm/gma500/cdv_intel_dp.c 		ret = cdv_intel_dp_aux_ch(encoder, msg, msg_bytes,
msg_bytes         762 drivers/gpu/drm/gma500/cdv_intel_dp.c 	int msg_bytes;
msg_bytes         782 drivers/gpu/drm/gma500/cdv_intel_dp.c 		msg_bytes = 5;
msg_bytes         787 drivers/gpu/drm/gma500/cdv_intel_dp.c 		msg_bytes = 4;
msg_bytes         791 drivers/gpu/drm/gma500/cdv_intel_dp.c 		msg_bytes = 3;
msg_bytes         798 drivers/gpu/drm/gma500/cdv_intel_dp.c 				      msg, msg_bytes,
msg_bytes          39 include/linux/ipc_namespace.h 	atomic_t	msg_bytes;
msg_bytes         270 ipc/msg.c      	atomic_sub(msq->q_cbytes, &ns->msg_bytes);
msg_bytes         480 ipc/msg.c      		msginfo->msgtql = atomic_read(&ns->msg_bytes);
msg_bytes         913 ipc/msg.c      		atomic_add(msgsz, &ns->msg_bytes);
msg_bytes        1137 ipc/msg.c      			atomic_sub(msg->m_ts, &ns->msg_bytes);
msg_bytes        1273 ipc/msg.c      	atomic_set(&ns->msg_bytes, 0);
msg_bytes          40 sound/soc/sof/ipc.c 	size_t msg_bytes;
msg_bytes         234 sound/soc/sof/ipc.c 				       void *msg_data, size_t msg_bytes,
msg_bytes         254 sound/soc/sof/ipc.c 	msg->msg_size = msg_bytes;
msg_bytes         259 sound/soc/sof/ipc.c 	if (msg_bytes)
msg_bytes         260 sound/soc/sof/ipc.c 		memcpy(msg->msg_data, msg_data, msg_bytes);
msg_bytes         290 sound/soc/sof/ipc.c 		       void *msg_data, size_t msg_bytes, void *reply_data,
msg_bytes         295 sound/soc/sof/ipc.c 	if (msg_bytes > SOF_IPC_MSG_MAX_SIZE ||
msg_bytes         302 sound/soc/sof/ipc.c 	ret = sof_ipc_tx_message_unlocked(ipc, header, msg_data, msg_bytes,
msg_bytes         539 sound/soc/sof/ipc.c 	sparams->num_msg = DIV_ROUND_UP(sparams->msg_bytes, sparams->pl_size);
msg_bytes         552 sound/soc/sof/ipc.c 	size_t msg_bytes;
msg_bytes         573 sound/soc/sof/ipc.c 	msg_bytes = sparams->msg_bytes;
msg_bytes         584 sound/soc/sof/ipc.c 		send_bytes = min(msg_bytes, pl_size);
msg_bytes         588 sound/soc/sof/ipc.c 		msg_bytes -= send_bytes;
msg_bytes         589 sound/soc/sof/ipc.c 		partdata->elems_remaining = msg_bytes;
msg_bytes         660 sound/soc/sof/ipc.c 		sparams.msg_bytes = scontrol->num_channels *
msg_bytes         667 sound/soc/sof/ipc.c 		sparams.msg_bytes = scontrol->num_channels *
msg_bytes         674 sound/soc/sof/ipc.c 		sparams.msg_bytes = cdata->data->size;
msg_bytes         683 sound/soc/sof/ipc.c 	cdata->rhdr.hdr.size = sparams.msg_bytes + sparams.hdr_bytes;
msg_bytes         500 sound/soc/sof/sof-priv.h 		       void *msg_data, size_t msg_bytes, void *reply_data,