Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi2.c588 int len = packet->payload_length, pld_data_bytes = sizeof(u32); in dw_mipi_dsi2_write() local
593 if (len < pld_data_bytes) { in dw_mipi_dsi2_write()
599 memcpy(&word, tx_buf, pld_data_bytes); in dw_mipi_dsi2_write()
601 tx_buf += pld_data_bytes; in dw_mipi_dsi2_write()
602 len -= pld_data_bytes; in dw_mipi_dsi2_write()
H A Ddw-mipi-dsi.c434 int len = packet->payload_length, pld_data_bytes = sizeof(u32), ret; in dw_mipi_dsi_write() local
439 if (len < pld_data_bytes) { in dw_mipi_dsi_write()
445 memcpy(&word, tx_buf, pld_data_bytes); in dw_mipi_dsi_write()
447 tx_buf += pld_data_bytes; in dw_mipi_dsi_write()
448 len -= pld_data_bytes; in dw_mipi_dsi_write()