Lines Matching refs:shell_error

94 		shell_error(sh, "Regulator device %s not available", argv[1]);  in cmd_enable()
100 shell_error(sh, "Could not enable regulator (%d)", ret); in cmd_enable()
116 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_disable()
122 shell_error(sh, "Could not disable regulator (%d)", ret); in cmd_disable()
137 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_is_enabled()
160 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_vlist()
190 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_vset()
196 shell_error(sh, "Invalid min. voltage: %s", argv[2]); in cmd_vset()
203 shell_error(sh, "Invalid max. voltage: %s", argv[3]); in cmd_vset()
212 shell_error(sh, "Could not set voltage (%d)", ret); in cmd_vset()
229 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_vget()
235 shell_error(sh, "Could not get voltage (%d)", ret); in cmd_vget()
254 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_clist()
284 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_iset()
290 shell_error(sh, "Invalid min. current: %s", argv[2]); in cmd_iset()
296 shell_error(sh, "Invalid max. current: %s", argv[3]); in cmd_iset()
305 shell_error(sh, "Could not set current limit (%d)", ret); in cmd_iset()
322 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_iget()
328 shell_error(sh, "Could not get current limit (%d)", ret); in cmd_iget()
347 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_modeset()
355 shell_error(sh, "Could not set mode (%d)", ret); in cmd_modeset()
372 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_modeget()
378 shell_error(sh, "Could not get mode (%d)", ret); in cmd_modeget()
397 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_adset()
406 shell_error(sh, "Invalid parameter"); in cmd_adset()
412 shell_error(sh, "Could not set active discharge (%d)", ret); in cmd_adset()
429 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_adget()
435 shell_error(sh, "Could not get active discharge (%d)", ret); in cmd_adget()
454 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_errors()
460 shell_error(sh, "Could not get error flags (%d)", ret); in cmd_errors()
484 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_dvsset()
490 shell_error(sh, "Could not parse state (%d)", ret); in cmd_dvsset()
496 shell_error(sh, "Could not set DVS state (%d)", ret); in cmd_dvsset()
512 shell_error(sh, "Regulator device %s not available", argv[1]); in cmd_shipmode()
518 shell_error(sh, "Could not enable ship mode (%d)", ret); in cmd_shipmode()