Home
last modified time | relevance | path

Searched refs:send_bytes (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/video/backlight/
H A Dili922x.c197 int ret, len = 0, send_bytes; in ili922x_read() local
215 send_bytes = len; in ili922x_read()
224 xfer_regvalue.tx_buf = &tbuf[send_bytes]; in ili922x_read()
225 xfer_regvalue.rx_buf = &rbuf[send_bytes]; in ili922x_read()
235 *rx = (rbuf[1 + send_bytes] << 8) + rbuf[2 + send_bytes]; in ili922x_read()
/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c568 uint8_t *send, int send_bytes, in cdv_intel_dp_aux_ch() argument
603 for (i = 0; i < send_bytes; i += 4) in cdv_intel_dp_aux_ch()
605 pack_aux(send + i, send_bytes - i)); in cdv_intel_dp_aux_ch()
611 (send_bytes << DP_AUX_CH_CTL_MESSAGE_SIZE_SHIFT) | in cdv_intel_dp_aux_ch()
670 uint16_t address, uint8_t *send, int send_bytes) in cdv_intel_dp_aux_native_write() argument
677 if (send_bytes > 16) in cdv_intel_dp_aux_native_write()
682 msg[3] = send_bytes - 1; in cdv_intel_dp_aux_native_write()
683 memcpy(&msg[4], send, send_bytes); in cdv_intel_dp_aux_native_write()
684 msg_bytes = send_bytes + 4; in cdv_intel_dp_aux_native_write()
697 return send_bytes; in cdv_intel_dp_aux_native_write()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h337 u32 send_bytes; /* for tx */ member