Lines Matching refs:run_command
20 response = u_boot_console.run_command('gpio input 0; echo rc:$?')
23 response = u_boot_console.run_command('gpio toggle 0; gpio input 0; echo rc:$?')
34 response = u_boot_console.run_command('gpio clear 0; echo rc:$?')
36 response = u_boot_console.run_command('gpio set 0; echo rc:$?')
38 response = u_boot_console.run_command('gpio toggle 0; echo rc:$?')
40 response = u_boot_console.run_command('gpio status -a; echo rc:$?')
44 response = u_boot_console.run_command('gpio nonexistent-command; echo rc:$?')
46 response = u_boot_console.run_command('gpio input 200; echo rc:$?')
54 u_boot_console.run_command('gpio clear 0')
55 response = u_boot_console.run_command('gpio read var 0; echo val:$var,rc:$?')
58 response = u_boot_console.run_command('gpio toggle 0; gpio read var 0; echo val:$var,rc:$?')
61 …response = u_boot_console.run_command('setenv var; gpio read var nonexistent-gpio; echo val:$var,r…
112 response = u_boot_console.run_command(cmd)
137 response = u_boot_console.run_command(cmd)
161 response = u_boot_console.run_command(cmd)
185 response = u_boot_console.run_command(cmd)
190 response = u_boot_console.run_command(cmd)
213 response = u_boot_console.run_command(cmd)
223 response = u_boot_console.run_command(cmd)