Lines Matching full:context
29 int osnoise_get_context(struct osnoise_context *context);
30 void osnoise_put_context(struct osnoise_context *context);
32 int osnoise_set_runtime_period(struct osnoise_context *context,
35 void osnoise_restore_runtime_period(struct osnoise_context *context);
37 int osnoise_set_stop_us(struct osnoise_context *context,
39 void osnoise_restore_stop_us(struct osnoise_context *context);
41 int osnoise_set_stop_total_us(struct osnoise_context *context,
43 void osnoise_restore_stop_total_us(struct osnoise_context *context);
45 int osnoise_set_timerlat_period_us(struct osnoise_context *context,
47 void osnoise_restore_timerlat_period_us(struct osnoise_context *context);
49 int osnoise_set_tracing_thresh(struct osnoise_context *context,
51 void osnoise_restore_tracing_thresh(struct osnoise_context *context);
53 void osnoise_restore_print_stack(struct osnoise_context *context);
54 int osnoise_set_print_stack(struct osnoise_context *context,
57 int osnoise_set_irq_disable(struct osnoise_context *context, bool onoff);