Lines Matching refs:execute_steps

532 static int execute_steps(struct opal_dev *dev,  in execute_steps()  function
2567 ret = execute_steps(dev, erase_steps, ARRAY_SIZE(erase_steps)); in opal_secure_erase_locking_range()
2603 ret = execute_steps(dev, steps, ARRAY_SIZE(steps)); in opal_revertlsp()
2624 ret = execute_steps(dev, erase_steps, ARRAY_SIZE(erase_steps)); in opal_erase_locking_range()
2655 ret = execute_steps(dev, mbr_steps, ARRAY_SIZE(mbr_steps)); in opal_enable_disable_shadow_mbr()
2683 ret = execute_steps(dev, mbr_steps, ARRAY_SIZE(mbr_steps)); in opal_set_mbr_done()
2707 ret = execute_steps(dev, mbr_steps, ARRAY_SIZE(mbr_steps)); in opal_write_shadow_mbr()
2767 ret = execute_steps(dev, steps, ARRAY_SIZE(steps)); in opal_add_user_to_lr()
2794 ret = execute_steps(dev, psid_revert_steps, in opal_reverttper()
2797 ret = execute_steps(dev, revert_steps, in opal_reverttper()
2826 return execute_steps(dev, unlock_sum_steps, in __opal_lock_unlock()
2829 return execute_steps(dev, unlock_steps, in __opal_lock_unlock()
2842 return execute_steps(dev, mbrdone_step, ARRAY_SIZE(mbrdone_step)); in __opal_set_mbr_done()
2921 ret = execute_steps(dev, owner_steps, ARRAY_SIZE(owner_steps)); in opal_take_ownership()
2946 ret = execute_steps(dev, active_steps, ARRAY_SIZE(active_steps)); in opal_activate_lsp()
2967 ret = execute_steps(dev, lr_steps, ARRAY_SIZE(lr_steps)); in opal_setup_locking_range()
2986 ret = execute_steps(dev, lr_steps, ARRAY_SIZE(lr_steps)); in opal_locking_range_status()
3015 ret = execute_steps(dev, pw_steps, ARRAY_SIZE(pw_steps)); in opal_set_new_pw()
3051 ret = execute_steps(dev, act_steps, ARRAY_SIZE(act_steps)); in opal_activate_user()
3109 return execute_steps(dev, read_table_steps, in opal_read_table()
3126 return execute_steps(dev, write_table_steps, in opal_write_table()