send_bytes         58 drivers/gpu/drm/amd/amdgpu/atombios_dp.c 				      u8 *send, int send_bytes,
send_bytes         76 drivers/gpu/drm/amd/amdgpu/atombios_dp.c 	amdgpu_atombios_copy_swap(base, send, send_bytes, true);
send_bytes        570 drivers/gpu/drm/gma500/cdv_intel_dp.c 		uint8_t *send, int send_bytes,
send_bytes        605 drivers/gpu/drm/gma500/cdv_intel_dp.c 		for (i = 0; i < send_bytes; i += 4)
send_bytes        607 drivers/gpu/drm/gma500/cdv_intel_dp.c 				   pack_aux(send + i, send_bytes - i));
send_bytes        613 drivers/gpu/drm/gma500/cdv_intel_dp.c 			   (send_bytes << DP_AUX_CH_CTL_MESSAGE_SIZE_SHIFT) |
send_bytes        672 drivers/gpu/drm/gma500/cdv_intel_dp.c 			  uint16_t address, uint8_t *send, int send_bytes)
send_bytes        679 drivers/gpu/drm/gma500/cdv_intel_dp.c 	if (send_bytes > 16)
send_bytes        684 drivers/gpu/drm/gma500/cdv_intel_dp.c 	msg[3] = send_bytes - 1;
send_bytes        685 drivers/gpu/drm/gma500/cdv_intel_dp.c 	memcpy(&msg[4], send, send_bytes);
send_bytes        686 drivers/gpu/drm/gma500/cdv_intel_dp.c 	msg_bytes = send_bytes + 4;
send_bytes        699 drivers/gpu/drm/gma500/cdv_intel_dp.c 	return send_bytes;
send_bytes       1227 drivers/gpu/drm/i915/display/intel_display_types.h 	u32 (*get_aux_send_ctl)(struct intel_dp *dp, int send_bytes,
send_bytes       1225 drivers/gpu/drm/i915/display/intel_dp.c 				int send_bytes,
send_bytes       1249 drivers/gpu/drm/i915/display/intel_dp.c 	       (send_bytes << DP_AUX_CH_CTL_MESSAGE_SIZE_SHIFT) |
send_bytes       1255 drivers/gpu/drm/i915/display/intel_dp.c 				int send_bytes,
send_bytes       1270 drivers/gpu/drm/i915/display/intel_dp.c 	      (send_bytes << DP_AUX_CH_CTL_MESSAGE_SIZE_SHIFT) |
send_bytes       1283 drivers/gpu/drm/i915/display/intel_dp.c 		  const u8 *send, int send_bytes,
send_bytes       1355 drivers/gpu/drm/i915/display/intel_dp.c 	if (WARN_ON(send_bytes > 20 || recv_size > 20)) {
send_bytes       1362 drivers/gpu/drm/i915/display/intel_dp.c 							  send_bytes,
send_bytes       1370 drivers/gpu/drm/i915/display/intel_dp.c 			for (i = 0; i < send_bytes; i += 4)
send_bytes       1374 drivers/gpu/drm/i915/display/intel_dp.c 								     send_bytes - i));
send_bytes         86 drivers/gpu/drm/radeon/atombios_dp.c 				 u8 *send, int send_bytes,
send_bytes        105 drivers/gpu/drm/radeon/atombios_dp.c 	radeon_atom_copy_swap(base, send, send_bytes, true);
send_bytes        196 drivers/video/backlight/ili922x.c 	int ret, len = 0, send_bytes;
send_bytes        214 drivers/video/backlight/ili922x.c 	send_bytes = len;
send_bytes        223 drivers/video/backlight/ili922x.c 	xfer_regvalue.tx_buf = &tbuf[send_bytes];
send_bytes        224 drivers/video/backlight/ili922x.c 	xfer_regvalue.rx_buf = &rbuf[send_bytes];
send_bytes        234 drivers/video/backlight/ili922x.c 	*rx = (rbuf[1 + send_bytes] << 8) + rbuf[2 + send_bytes];
send_bytes        550 sound/soc/sof/ipc.c 	size_t send_bytes;
send_bytes        584 sound/soc/sof/ipc.c 		send_bytes = min(msg_bytes, pl_size);
send_bytes        585 sound/soc/sof/ipc.c 		partdata->num_elems = send_bytes;
send_bytes        586 sound/soc/sof/ipc.c 		partdata->rhdr.hdr.size = sparams->hdr_bytes + send_bytes;
send_bytes        588 sound/soc/sof/ipc.c 		msg_bytes -= send_bytes;
send_bytes        592 sound/soc/sof/ipc.c 			memcpy(sparams->dst, sparams->src + offset, send_bytes);
send_bytes        604 sound/soc/sof/ipc.c 			memcpy(sparams->dst + offset, sparams->src, send_bytes);
send_bytes        630 sound/soc/sof/ipc.c 	size_t send_bytes;
send_bytes        636 sound/soc/sof/ipc.c 		send_bytes = sizeof(struct sof_ipc_ctrl_value_chan) *
send_bytes        641 sound/soc/sof/ipc.c 						cdata->chanv, send_bytes);
send_bytes        646 sound/soc/sof/ipc.c 					       cdata->chanv, send_bytes);