Searched refs:x_end_idx (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/display/ |
D | uc81xx.c | 72 uint16_t x_end_idx, uint16_t y_end_idx, 375 uint16_t x_end_idx = x + desc->width - 1; in uc81xx_write() local 393 (x_end_idx > (config->width - 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 585 .hred = x_end_idx, in uc81xx_set_ptl_8() 613 uint16_t x_end_idx, uint16_t y_end_idx, in uc81xx_set_ptl_16() argument 618 .hred = sys_cpu_to_be16(x_end_idx), in uc81xx_set_ptl_16()
|