Searched refs:uc81xx_write_array_opt (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/display/ |
D | uc81xx.c | 173 static inline int uc81xx_write_array_opt(const struct device *dev, uint8_t cmd, in uc81xx_write_array_opt() function 221 if (uc81xx_write_array_opt(dev, UC81XX_CMD_PWR, &p->pwr)) { in uc81xx_set_profile() 225 if (uc81xx_write_array_opt(dev, UC81XX_CMD_BTST, in uc81xx_set_profile() 265 if (uc81xx_write_array_opt(dev, UC81XX_CMD_LUTC, &p->lutc)) { in uc81xx_set_profile() 269 if (uc81xx_write_array_opt(dev, UC81XX_CMD_LUTWW, &p->lutww)) { in uc81xx_set_profile() 273 if (uc81xx_write_array_opt(dev, UC81XX_CMD_LUTKW, &p->lutkw)) { in uc81xx_set_profile() 277 if (uc81xx_write_array_opt(dev, UC81XX_CMD_LUTWK, &p->lutwk)) { in uc81xx_set_profile() 281 if (uc81xx_write_array_opt(dev, UC81XX_CMD_LUTKK, &p->lutkk)) { in uc81xx_set_profile() 285 if (uc81xx_write_array_opt(dev, UC81XX_CMD_LUTBD, &p->lutbd)) { in uc81xx_set_profile()
|