Searched refs:pld_data_bytes (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/adp/ |
H A D | adp-mipi.c | 64 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 D | dw-mipi-dsi2.c | 589 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 D | dw-mipi-dsi.c | 435 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()
|