Lines Matching refs:run_command
32 tree = u_boot_console.run_command('dm tree')
39 response = u_boot_console.run_command('bind /usb@1 usb_ether')
41 tree = u_boot_console.run_command('dm tree')
45 response = u_boot_console.run_command('unbind /bind-test/bind-test-child1')
47 tree = u_boot_console.run_command('dm tree')
53 response = u_boot_console.run_command('bind /bind-test/bind-test-child1 phy_sandbox')
55 tree = u_boot_console.run_command('dm tree')
61 response = u_boot_console.run_command('unbind /bind-test/bind-test-child2')
63 tree = u_boot_console.run_command('dm tree')
70 response = u_boot_console.run_command('bind /bind-test/bind-test-child2 simple_bus')
72 tree = u_boot_console.run_command('dm tree')
78 response = u_boot_console.run_command('unbind /bind-test')
80 tree = u_boot_console.run_command('dm tree')
86 response = u_boot_console.run_command('bind /not-a-valid-node simple_bus')
88 tree = u_boot_console.run_command('dm tree')
92 response = u_boot_console.run_command('bind /bind-test not_a_driver')
94 tree = u_boot_console.run_command('dm tree')
98 response = u_boot_console.run_command('bind /bind-test simple_bus')
100 tree = u_boot_console.run_command('dm tree')
105 response = u_boot_console.run_command('unbind /bind-test')
125 response = u_boot_console.run_command('bind /bind-test simple_bus')
129 tree = u_boot_console.run_command('dm tree')
137 response = u_boot_console.run_command(
141 tree = u_boot_console.run_command('dm tree')
150 response = u_boot_console.run_command('unbind simple_bus {}'.format(child_of_child2_index))
152 tree = u_boot_console.run_command('dm tree')
159 response = u_boot_console.run_command(
163 tree = u_boot_console.run_command('dm tree')
173 response = u_boot_console.run_command(
177 tree = u_boot_console.run_command('dm tree')
184 tree_old = u_boot_console.run_command('dm tree')
185 response = u_boot_console.run_command(
187 tree_new = u_boot_console.run_command('dm tree')
192 response = u_boot_console.run_command('unbind /bind-test')