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