Lines Matching full:stick
35 * Test that we can use the flash stick. This is more of a functional test. It
36 * covers scanning the bug, setting up a hub and a flash stick and reading
37 * data from the flash stick.
118 ut_assertok(uclass_find_device_by_name(UCLASS_USB_EMUL, "flash-stick@1", in dm_test_usb_remove()
126 ut_asserteq_str("flash-stick@0", emul->name); in dm_test_usb_remove()
129 ut_asserteq_str("flash-stick@2", emul->name); in dm_test_usb_remove()
146 " | sandbox flash flash-stick@0\n"
149 " | sandbox flash flash-stick@1\n"
152 " | sandbox flash flash-stick@2\n"
183 " | sandbox flash flash-stick@0\n"
186 " | sandbox flash flash-stick@2\n"
203 ut_assertok(uclass_find_device_by_name(UCLASS_USB_EMUL, "flash-stick@1", in dm_test_usb_tree_remove()
226 " | sandbox flash flash-stick@0\n"
229 " | sandbox flash flash-stick@2\n"
235 " sandbox flash flash-stick@1\n"
249 ut_assertok(uclass_find_device_by_name(UCLASS_USB_EMUL, "flash-stick@1", in dm_test_usb_tree_reorder()