Lines Matching defs:argv
168 static int parse_device_arg(const struct shell *sh, char **argv, const struct device **dev) in parse_device_arg()
178 static int cmd_stepper_enable(const struct shell *sh, size_t argc, char **argv) in cmd_stepper_enable()
201 static int cmd_stepper_stop(const struct shell *sh, size_t argc, char **argv) in cmd_stepper_stop()
225 static int cmd_stepper_move_by(const struct shell *sh, size_t argc, char **argv) in cmd_stepper_move_by()
254 static int cmd_stepper_set_microstep_interval(const struct shell *sh, size_t argc, char **argv) in cmd_stepper_set_microstep_interval()
277 static int cmd_stepper_set_micro_step_res(const struct shell *sh, size_t argc, char **argv) in cmd_stepper_set_micro_step_res()
308 static int cmd_stepper_get_micro_step_res(const struct shell *sh, size_t argc, char **argv) in cmd_stepper_get_micro_step_res()
329 static int cmd_stepper_set_reference_position(const struct shell *sh, size_t argc, char **argv) in cmd_stepper_set_reference_position()
352 static int cmd_stepper_get_actual_position(const struct shell *sh, size_t argc, char **argv) in cmd_stepper_get_actual_position()
373 static int cmd_stepper_move_to(const struct shell *sh, size_t argc, char **argv) in cmd_stepper_move_to()
401 static int cmd_stepper_run(const struct shell *sh, size_t argc, char **argv) in cmd_stepper_run()
438 static int cmd_stepper_info(const struct shell *sh, size_t argc, char **argv) in cmd_stepper_info()