Searched refs:y_end_idx (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/drivers/display/ |
D | uc81xx.c | 72 uint16_t x_end_idx, uint16_t y_end_idx, 376 uint16_t y_end_idx = y + desc->height - 1; in uc81xx_write() local 392 if ((y_end_idx > (config->height - 1)) || in uc81xx_write() 419 if (config->quirks->set_ptl(dev, x, y, x_end_idx, y_end_idx, desc)) { in uc81xx_write() 450 if (config->quirks->set_ptl(dev, x, y, x_end_idx, y_end_idx, desc)) { in uc81xx_write() 580 uint16_t x_end_idx, uint16_t y_end_idx, in uc81xx_set_ptl_8() argument 587 .vred = y_end_idx, in uc81xx_set_ptl_8() 613 uint16_t x_end_idx, uint16_t y_end_idx, in uc81xx_set_ptl_16() argument 620 .vred = sys_cpu_to_be16(y_end_idx), in uc81xx_set_ptl_16()
|