Lines Matching refs:arg

92 static void test_timer_oneshot(gconstpointer arg)  in test_timer_oneshot()  argument
94 int scaler = *((int *) arg); in test_timer_oneshot()
116 static void test_timer_pause(gconstpointer arg) in test_timer_pause() argument
118 int scaler = *((int *) arg); in test_timer_pause()
157 static void test_timer_reload(gconstpointer arg) in test_timer_reload() argument
159 int scaler = *((int *) arg); in test_timer_reload()
178 static void test_timer_periodic(gconstpointer arg) in test_timer_periodic() argument
180 int scaler = *((int *) arg); in test_timer_periodic()
197 static void test_timer_oneshot_to_periodic(gconstpointer arg) in test_timer_oneshot_to_periodic() argument
199 int scaler = *((int *) arg); in test_timer_oneshot_to_periodic()
218 static void test_timer_periodic_to_oneshot(gconstpointer arg) in test_timer_periodic_to_oneshot() argument
220 int scaler = *((int *) arg); in test_timer_periodic_to_oneshot()
289 static void test_timer_set_oneshot_counter_to_0(gconstpointer arg) in test_timer_set_oneshot_counter_to_0() argument
291 int scaler = *((int *) arg); in test_timer_set_oneshot_counter_to_0()
310 static void test_timer_set_periodic_counter_to_0(gconstpointer arg) in test_timer_set_periodic_counter_to_0() argument
312 int scaler = *((int *) arg); in test_timer_set_periodic_counter_to_0()
347 static void test_timer_noload_oneshot(gconstpointer arg) in test_timer_noload_oneshot() argument
349 int scaler = *((int *) arg); in test_timer_noload_oneshot()
365 static void test_timer_noload_periodic(gconstpointer arg) in test_timer_noload_periodic() argument
367 int scaler = *((int *) arg); in test_timer_noload_periodic()
383 static void test_timer_zero_load_oneshot(gconstpointer arg) in test_timer_zero_load_oneshot() argument
385 int scaler = *((int *) arg); in test_timer_zero_load_oneshot()
408 static void test_timer_zero_load_periodic(gconstpointer arg) in test_timer_zero_load_periodic() argument
410 int scaler = *((int *) arg); in test_timer_zero_load_periodic()
433 static void test_timer_zero_load_oneshot_to_nonzero(gconstpointer arg) in test_timer_zero_load_oneshot_to_nonzero() argument
435 int scaler = *((int *) arg); in test_timer_zero_load_oneshot_to_nonzero()
460 static void test_timer_zero_load_periodic_to_nonzero(gconstpointer arg) in test_timer_zero_load_periodic_to_nonzero() argument
462 int scaler = *((int *) arg); in test_timer_zero_load_periodic_to_nonzero()
491 static void test_timer_nonzero_load_oneshot_to_zero(gconstpointer arg) in test_timer_nonzero_load_oneshot_to_zero() argument
493 int scaler = *((int *) arg); in test_timer_nonzero_load_oneshot_to_zero()
512 static void test_timer_nonzero_load_periodic_to_zero(gconstpointer arg) in test_timer_nonzero_load_periodic_to_zero() argument
514 int scaler = *((int *) arg); in test_timer_nonzero_load_periodic_to_zero()
533 static void test_timer_set_periodic_counter_on_the_fly(gconstpointer arg) in test_timer_set_periodic_counter_on_the_fly() argument
535 int scaler = *((int *) arg); in test_timer_set_periodic_counter_on_the_fly()
554 static void test_timer_enable_and_set_counter(gconstpointer arg) in test_timer_enable_and_set_counter() argument
556 int scaler = *((int *) arg); in test_timer_enable_and_set_counter()
573 static void test_timer_set_counter_and_enable(gconstpointer arg) in test_timer_set_counter_and_enable() argument
575 int scaler = *((int *) arg); in test_timer_set_counter_and_enable()
609 static void test_timer_oneshot_with_counter_0_on_start(gconstpointer arg) in test_timer_oneshot_with_counter_0_on_start() argument
611 int scaler = *((int *) arg); in test_timer_oneshot_with_counter_0_on_start()
629 static void test_timer_periodic_with_counter_0_on_start(gconstpointer arg) in test_timer_periodic_with_counter_0_on_start() argument
631 int scaler = *((int *) arg); in test_timer_periodic_with_counter_0_on_start()
679 static void test_periodic_counter(gconstpointer arg) in test_periodic_counter() argument
682 int scaler = *((int *) arg); in test_periodic_counter()
697 static void test_timer_set_counter_periodic_with_zero_load(gconstpointer arg) in test_timer_set_counter_periodic_with_zero_load() argument
699 int scaler = *((int *) arg); in test_timer_set_counter_periodic_with_zero_load()
726 static void test_timer_set_oneshot_load_to_0(gconstpointer arg) in test_timer_set_oneshot_load_to_0() argument
728 int scaler = *((int *) arg); in test_timer_set_oneshot_load_to_0()
752 static void test_timer_set_periodic_load_to_0(gconstpointer arg) in test_timer_set_periodic_load_to_0() argument
754 int scaler = *((int *) arg); in test_timer_set_periodic_load_to_0()
852 static void test_timer_zero_load_mode_switch(gconstpointer arg) in test_timer_zero_load_mode_switch() argument
854 int scaler = *((int *) arg); in test_timer_zero_load_mode_switch()