Lines Matching refs:t
31 struct tc *t; in vpe_run() local
57 t = list_first_entry(&v->tc, struct tc, tc); in vpe_run()
62 settc(t->index); in vpe_run()
72 t->index); in vpe_run()
115 | (t->index << VPECONF0_XTC_SHIFT)); in vpe_run()
209 struct tc *t; in vpe_stop() local
214 t = list_entry(v->tc.next, struct tc, tc); in vpe_stop()
215 if (t != NULL) { in vpe_stop()
216 settc(t->index); in vpe_stop()
230 struct tc *t; in vpe_free() local
233 t = list_entry(v->tc.next, struct tc, tc); in vpe_free()
234 if (t == NULL) in vpe_free()
242 settc(t->index); in vpe_free()
333 struct tc *t; in vpe_module_init() local
398 t = alloc_tc(tc); in vpe_module_init()
399 if (!t) { in vpe_module_init()
422 list_add(&t->tc, &v->tc); in vpe_module_init()
449 t->pvpe = v; /* set the parent vpe */ in vpe_module_init()
470 t->pvpe = get_vpe(0); /* set the parent vpe */ in vpe_module_init()