Searched refs:nbr_of_writes (Results 1 – 4 of 4) sorted by relevance
142 uint16_t nbr_of_writes; in st7789v_write() local156 nbr_of_writes = desc->height; in st7789v_write()161 nbr_of_writes = 1U; in st7789v_write()180 for (uint16_t write_cnt = 0U; write_cnt < nbr_of_writes; ++write_cnt) { in st7789v_write()
136 uint16_t nbr_of_writes; in ili9xxx_write() local153 nbr_of_writes = desc->height; in ili9xxx_write()160 nbr_of_writes = 1U; in ili9xxx_write()173 for (write_cnt = 0U; write_cnt < nbr_of_writes; ++write_cnt) { in ili9xxx_write()
516 uint16_t nbr_of_writes; in gc9x01x_write() local531 nbr_of_writes = desc->height; in gc9x01x_write()538 nbr_of_writes = 1U; in gc9x01x_write()551 for (write_cnt = 0U; write_cnt < nbr_of_writes; ++write_cnt) { in gc9x01x_write()
180 uint16_t nbr_of_writes; in st7735r_write() local199 nbr_of_writes = desc->height; in st7735r_write()204 nbr_of_writes = 1U; in st7735r_write()228 for (write_cnt = 1U; write_cnt < nbr_of_writes; ++write_cnt) { in st7735r_write()