Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dusbdevice.h444 } usb_device_event_t; typedef
568 void (*event) (struct usb_device_instance *device, usb_device_event_t event, int data);
640 void usbd_device_event_irq (struct usb_device_instance *conf, usb_device_event_t, int);
641 void usbd_device_event (struct usb_device_instance *conf, usb_device_event_t, int);
/third_party/uboot/u-boot-2020.01/drivers/serial/
Dusbtty.c365 usb_device_event_t event, int data);
944 usb_device_event_t event, int data) in usbtty_event_handler()
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
Dcore.c580 void usbd_device_event_irq (struct usb_device_instance *device, usb_device_event_t event, int data) in usbd_device_event_irq()