Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/adp/
H A Dadp-mipi.c64 int len = packet->payload_length, pld_data_bytes = sizeof(u32), ret; in adp_dsi_write() local
69 if (len < pld_data_bytes) { in adp_dsi_write()
75 memcpy(&word, tx_buf, pld_data_bytes); in adp_dsi_write()
77 tx_buf += pld_data_bytes; in adp_dsi_write()
78 len -= pld_data_bytes; in adp_dsi_write()
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi2.c589 int len = packet->payload_length, pld_data_bytes = sizeof(u32); in dw_mipi_dsi2_write() local
594 if (len < pld_data_bytes) { in dw_mipi_dsi2_write()
600 memcpy(&word, tx_buf, pld_data_bytes); in dw_mipi_dsi2_write()
602 tx_buf += pld_data_bytes; in dw_mipi_dsi2_write()
603 len -= pld_data_bytes; in dw_mipi_dsi2_write()
H A Ddw-mipi-dsi.c435 int len = packet->payload_length, pld_data_bytes = sizeof(u32), ret; in dw_mipi_dsi_write() local
440 if (len < pld_data_bytes) { in dw_mipi_dsi_write()
446 memcpy(&word, tx_buf, pld_data_bytes); in dw_mipi_dsi_write()
448 tx_buf += pld_data_bytes; in dw_mipi_dsi_write()
449 len -= pld_data_bytes; in dw_mipi_dsi_write()