Searched refs:cc_funcs (Results 1 – 4 of 4) sorted by relevance
45 struct cc_funcs { struct79 struct ccdata *cc_create(const struct cc_funcs *); argument
47 cc_create(const struct cc_funcs *vtab) in cc_create()
70 const struct cc_funcs *funcs;
334 static const struct cc_funcs cc_funcs = { variable354 priv->data = cc_create(&cc_funcs); in ng_ccatm_constructor()