Searched refs:get_reset_count (Results 1 – 4 of 4) sorted by relevance
31 self.start_reset_count = self.cr50.get_reset_count()68 reset_count = self.cr50.get_reset_count()
471 static int get_reset_count(int fd, int ctx) in get_reset_count() function596 c1 = get_reset_count(fd, ctx); in test_reset_count()602 c2 = get_reset_count(fd, ctx); in test_reset_count()609 c2 = get_reset_count(fd, ctx); in test_reset_count()650 igt_assert(get_reset_count(fd, ctx) == 0); in _check_param_ctx()727 count_start = get_reset_count(fd, 0); in defer_hangcheck()734 count_end = get_reset_count(fd, 0); in defer_hangcheck()
177 irq_counts[self.KEY_RESET] = int(self.cr50.get_reset_count())
1224 def get_reset_count(self): member in ChromeCr50