Home
last modified time | relevance | path

Searched refs:UE_BULK_INTR (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/bus/u4b/
H A Dusb.h531 #define UE_BULK_INTR 0xfe /* for internal use only! */ macro
H A Dusb_msctest.c251 .type = UE_BULK_INTR,
H A Dusb_device.c285 if (setup->type == UE_BULK_INTR) { in usbd_get_endpoint()