Searched defs:send_bytes (Results 1 - 4 of 4) sorted by relevance

/drivers/gpu/drm/radeon/
H A Datombios_dp.c88 u8 *send, int send_bytes,
107 radeon_atom_copy_swap(base, send, send_bytes, true);
87 radeon_process_aux_ch(struct radeon_i2c_chan *chan, u8 *send, int send_bytes, u8 *recv, int recv_size, u8 delay, u8 *ack) argument
/drivers/video/backlight/
H A Dili922x.c200 int ret, len = 0, send_bytes; local
218 send_bytes = len;
227 xfer_regvalue.tx_buf = &tbuf[send_bytes];
228 xfer_regvalue.rx_buf = &rbuf[send_bytes];
238 *rx = (rbuf[1 + send_bytes] << 8) + rbuf[2 + send_bytes];
/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c375 uint8_t *send, int send_bytes,
410 for (i = 0; i < send_bytes; i += 4)
412 pack_aux(send + i, send_bytes - i));
418 (send_bytes << DP_AUX_CH_CTL_MESSAGE_SIZE_SHIFT) |
477 uint16_t address, uint8_t *send, int send_bytes)
484 if (send_bytes > 16)
489 msg[3] = send_bytes - 1;
490 memcpy(&msg[4], send, send_bytes);
491 msg_bytes = send_bytes + 4;
504 return send_bytes;
374 cdv_intel_dp_aux_ch(struct gma_encoder *encoder, uint8_t *send, int send_bytes, uint8_t *recv, int recv_size) argument
476 cdv_intel_dp_aux_native_write(struct gma_encoder *encoder, uint16_t address, uint8_t *send, int send_bytes) argument
[all...]
/drivers/gpu/drm/i915/
H A Dintel_dp.c666 int send_bytes,
689 (send_bytes << DP_AUX_CH_CTL_MESSAGE_SIZE_SHIFT) |
696 uint8_t *send, int send_bytes,
747 if (WARN_ON(send_bytes > 20 || recv_size > 20)) {
755 send_bytes,
761 for (i = 0; i < send_bytes; i += 4)
763 pack_aux(send + i, send_bytes - i));
664 i9xx_get_aux_send_ctl(struct intel_dp *intel_dp, bool has_aux_irq, int send_bytes, uint32_t aux_clock_divider) argument
695 intel_dp_aux_ch(struct intel_dp *intel_dp, uint8_t *send, int send_bytes, uint8_t *recv, int recv_size) argument

Completed in 888 milliseconds