Searched defs:dao_rsc_ops (Results 1 – 1 of 1) sorted by relevance
69 struct dao_rsc_ops { struct70 int (*set_spos)(struct dao *dao, unsigned int spos);71 int (*commit_write)(struct dao *dao);72 int (*get_spos)(struct dao *dao, unsigned int *spos);73 int (*reinit)(struct dao *dao, const struct dao_desc *desc);74 int (*set_left_input)(struct dao *dao, struct rsc *input);75 int (*set_right_input)(struct dao *dao, struct rsc *input);76 int (*clear_left_input)(struct dao *dao);77 int (*clear_right_input)(struct dao *dao);