Searched refs:te_matrix_handle_list (Results 1 – 1 of 1) sorted by relevance
22 typedef struct te_matrix_handle_list { struct24 SLIST_ENTRY(te_matrix_handle_list) next; //Matrix handle list entry argument28 …SLIST_HEAD(te_matrix_handle_list_head, te_matrix_handle_list) handle_list; //Matrix handle (i…333 SLIST_REMOVE(&s_te_mat_obj->handle_list, item, te_matrix_handle_list, next); in matrix_object_remove_instance()