Searched refs:cl_list (Results 1 – 2 of 2) sorted by relevance
271 struct clip_entry *cl_list; in t4_init_clip_tbl() local297 cl_list = t4_alloc_mem(clipt_size*sizeof(struct clip_entry)); in t4_init_clip_tbl()298 if (!cl_list) { in t4_init_clip_tbl()302 ctbl->cl_list = (void *)cl_list; in t4_init_clip_tbl()305 INIT_LIST_HEAD(&cl_list[i].list); in t4_init_clip_tbl()306 list_add_tail(&cl_list[i].list, &ctbl->ce_free_head); in t4_init_clip_tbl()317 if (ctbl->cl_list) in t4_cleanup_clip_tbl()318 t4_free_mem(ctbl->cl_list); in t4_cleanup_clip_tbl()
29 void *cl_list; member