Home
last modified time | relevance | path

Searched refs:UCLASS_USB_EMUL (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/dm/
H A Duclass-id.h26 UCLASS_USB_EMUL, /* sandbox USB bus device emulator */ enumerator
/openbmc/u-boot/drivers/usb/emul/
H A Dusb-emul-uclass.c113 ret = uclass_get(UCLASS_USB_EMUL, &uc); in usb_emul_find_devnum()
295 .id = UCLASS_USB_EMUL,
H A Dsandbox_keyb.c230 .id = UCLASS_USB_EMUL,
H A Dsandbox_hub.c326 .id = UCLASS_USB_EMUL,
H A Dsandbox_flash.c417 .id = UCLASS_USB_EMUL,
/openbmc/u-boot/test/dm/
H A Dusb.c128 ut_assertok(uclass_get_device_by_name(UCLASS_USB_EMUL, "keyb", in dm_test_usb_keyb()
/openbmc/u-boot/cmd/
H A Dusb.c430 if ((device_get_uclass_id(child) != UCLASS_USB_EMUL) &&
622 (device_get_uclass_id(child) != UCLASS_USB_EMUL) &&