Searched refs:custom_dpcm (Results 1 – 3 of 3) sorted by relevance
82 static int custom_dpcm(struct simple_util_priv *priv, in custom_dpcm() function119 .custom_dpcm = custom_dpcm,
1072 if (hooks && hooks->custom_dpcm) in graph_link()1073 func = hooks->custom_dpcm; in graph_link()
20 GRAPH2_CUSTOM custom_dpcm; member