Lines Matching refs:run_command

29 	response = u_boot_console.run_command('bind  /bind-test generic_simple_bus')
31 tree = u_boot_console.run_command('dm tree')
37 response = u_boot_console.run_command('unbind /bind-test/bind-test-child1')
39 tree = u_boot_console.run_command('dm tree')
45 response = u_boot_console.run_command('bind /bind-test/bind-test-child1 phy_sandbox')
47 tree = u_boot_console.run_command('dm tree')
53 response = u_boot_console.run_command('unbind /bind-test/bind-test-child2')
55 tree = u_boot_console.run_command('dm tree')
62 response = u_boot_console.run_command('bind /bind-test/bind-test-child2 generic_simple_bus')
64 tree = u_boot_console.run_command('dm tree')
70 response = u_boot_console.run_command('unbind /bind-test')
72 tree = u_boot_console.run_command('dm tree')
78 response = u_boot_console.run_command('bind /not-a-valid-node generic_simple_bus')
80 tree = u_boot_console.run_command('dm tree')
84 response = u_boot_console.run_command('bind /bind-test not_a_driver')
86 tree = u_boot_console.run_command('dm tree')
90 response = u_boot_console.run_command('bind /bind-test generic_simple_bus')
92 tree = u_boot_console.run_command('dm tree')
97 response = u_boot_console.run_command('unbind /bind-test')
115 response = u_boot_console.run_command('bind /bind-test generic_simple_bus')
119 tree = u_boot_console.run_command('dm tree')
127 …response = u_boot_console.run_command('bind {} {} generic_simple_bus'.format(child2_uclass, child…
130 tree = u_boot_console.run_command('dm tree')
139 response = u_boot_console.run_command('unbind simple_bus {}'.format(child_of_child2_index))
141 tree = u_boot_console.run_command('dm tree')
148 …response = u_boot_console.run_command('bind {} {} generic_simple_bus'.format(child2_uclass, child…
151 tree = u_boot_console.run_command('dm tree')
161 …response = u_boot_console.run_command('unbind {} {} generic_simple_bus'.format(child2_uclass, chi…
164 tree = u_boot_console.run_command('dm tree')
171 tree_old = u_boot_console.run_command('dm tree')
172 …response = u_boot_console.run_command('unbind {} {} generic_simple_bus'.format(child2_uclass, chi…
173 tree_new = u_boot_console.run_command('dm tree')
178 response = u_boot_console.run_command('unbind /bind-test')