Searched refs:op_state (Results 1 – 4 of 4) sorted by relevance
43 TAILQ_HEAD(op_state_l,op_state) state_list;200 struct op_state;201 typedef void (op_rollback_f)(void *object, struct op_state *state);202 struct op_state { struct203 TAILQ_ENTRY(op_state) next; /* chain link */208 struct op_state opstate; argument
138 struct op_state *os; in rollback_toperation_state()481 rollback_add_entry(void *object, struct op_state *_state) in rollback_add_entry()1180 restart_flush(void *object, struct op_state *_state) in restart_flush()
222 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_write()256 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_read()278 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_clear_isr_interrupts()293 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_isr()387 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; in xgbe_i2c_xfer()
688 struct xgbe_i2c_op_state op_state; member