Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dusbdevice.h41 #define usbinfo(fmt,args...) serial_printf("info: %s(), %d: "fmt"\n",__FUNCTION__,__LINE__,##args)
43 #define usbinfo(fmt,args...) do{}while(0) macro
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dcore.c591 usbinfo("%s", usbd_device_events[event]); in usbd_device_event_irq()
H A Dpxa27x_udc.c642 usbinfo("ep0_urb %p already allocated", ep0_urb); in udc_enable()