Searched refs:UCLASS_USB_EMUL (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | usb.c | 118 ut_assertok(uclass_find_device_by_name(UCLASS_USB_EMUL, "flash-stick@1", in dm_test_usb_remove() 203 ut_assertok(uclass_find_device_by_name(UCLASS_USB_EMUL, "flash-stick@1", in dm_test_usb_tree_remove() 249 ut_assertok(uclass_find_device_by_name(UCLASS_USB_EMUL, "flash-stick@1", in dm_test_usb_tree_reorder() 284 ut_assertok(uclass_get_device_by_name(UCLASS_USB_EMUL, "keyb", in dm_test_usb_keyb()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/emul/ |
| H A D | usb-emul-uclass.c | 116 ret = uclass_get(UCLASS_USB_EMUL, &uc); in usb_emul_find_devnum() 300 .id = UCLASS_USB_EMUL,
|
| H A D | sandbox_keyb.c | 234 .id = UCLASS_USB_EMUL,
|
| H A D | sandbox_hub.c | 329 .id = UCLASS_USB_EMUL,
|
| H A D | sandbox_flash.c | 420 .id = UCLASS_USB_EMUL,
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass-id.h | 25 UCLASS_USB_EMUL, /* sandbox USB bus device emulator */ enumerator
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | usb.c | 431 if ((device_get_uclass_id(child) != UCLASS_USB_EMUL) && 623 (device_get_uclass_id(child) != UCLASS_USB_EMUL) &&
|