clear_state
if (conf->priv->clear_state) {
ret = conf->priv->clear_state(conf);
.clear_state = altera_cvp_v2_clear_state,
int (*clear_state)(struct altera_cvp_conf *conf);
clear_state(cfe, FS_INT | FE_INT, node->id);
clear_state(cfe, NODE_STREAMING, node->id);
clear_state(cfe, NODE_STREAMING, node->id);
clear_state(cfe, NODE_ENABLED, i);
clear_state(cfe, NODE_REGISTERED, i);
clear_state(cfe, FE_INT, node->id);
clear_state(cfe, FS_INT, node->id);