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()
114 | (t->index << VPECONF0_XTC_SHIFT)); in vpe_run()
208 struct tc *t; in vpe_stop() local
213 t = list_entry(v->tc.next, struct tc, tc); in vpe_stop()
214 if (t != NULL) { in vpe_stop()
215 settc(t->index); in vpe_stop()
229 struct tc *t; in vpe_free() local
232 t = list_entry(v->tc.next, struct tc, tc); in vpe_free()
233 if (t == NULL) in vpe_free()
241 settc(t->index); in vpe_free()
330 struct tc *t; in vpe_module_init() local
395 t = alloc_tc(tc); in vpe_module_init()
396 if (!t) { in vpe_module_init()
419 list_add(&t->tc, &v->tc); in vpe_module_init()
446 t->pvpe = v; /* set the parent vpe */ in vpe_module_init()
467 t->pvpe = get_vpe(0); /* set the parent vpe */ in vpe_module_init()