Searched refs:write_cnt (Results 1 – 6 of 6) sorted by relevance
57 uint16_t write_cnt; member77 chrc_ctx->write_cnt++; in write_test_chrc()168 if ((unhandled_chrc_ctx.read_cnt != 1) && (unhandled_chrc_ctx.write_cnt != 1)) { in unhandled_chrc_operation_validate()190 if ((unauthorized_chrc_ctx.read_cnt != 0) && (unauthorized_chrc_ctx.write_cnt != 0)) { in unauthorized_chrc_operation_validate()212 if ((authorized_chrc_ctx.read_cnt != 1) && (authorized_chrc_ctx.write_cnt != 1)) { in authorized_chrc_operation_validate()
417 uint32_t write_cnt; member456 memset(buf, (uint8_t)ctx->write_cnt, len); in stress_write()458 ctx->write_cnt++; in stress_write()480 TC_PRINT("Writes:%d failures: %d\n", ctx.write_cnt, ctx.wr_err); in ZTEST()485 TC_PRINT("Writes:%d failures: %d\n", ctx.write_cnt, ctx.wr_err); in ZTEST()528 memset(buf, (uint8_t)ctx->write_cnt, len); in stress_alloc_commit()531 ctx->write_cnt++; in stress_alloc_commit()543 ctx.write_cnt = 0; in ZTEST()
135 uint16_t write_cnt; in ili9xxx_write() local173 for (write_cnt = 0U; write_cnt < nbr_of_writes; ++write_cnt) { in ili9xxx_write()
515 uint16_t write_cnt; in gc9x01x_write() local551 for (write_cnt = 0U; write_cnt < nbr_of_writes; ++write_cnt) { in gc9x01x_write()
179 uint16_t write_cnt; in st7735r_write() local228 for (write_cnt = 1U; write_cnt < nbr_of_writes; ++write_cnt) { in st7735r_write()
180 for (uint16_t write_cnt = 0U; write_cnt < nbr_of_writes; ++write_cnt) { in st7789v_write() local