Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/
H A Drt1719.c802 unsigned int pselinfo, usbinfo; in rt1719_get_caps() local
806 ret |= regmap_read(data->regmap, RT1719_REG_USBSETINFO, &usbinfo); in rt1719_get_caps()
813 usbinfo = FIELD_GET(RT1719_USBINFO_MASK, usbinfo); in rt1719_get_caps()
814 if (usbinfo == RT1719_USB_DFPUFP) in rt1719_get_caps()
/openbmc/u-boot/include/
H A Dusbdevice.h40 #define usbinfo(fmt,args...) serial_printf("info: %s(), %d: "fmt"\n",__FUNCTION__,__LINE__,##args)
42 #define usbinfo(fmt,args...) do{}while(0) macro
/openbmc/u-boot/drivers/usb/gadget/
H A Daspeed_usbtty.c393 usbinfo("Cannot parse setup packet, wait another setup...\n"); in aspeed_udc_setup_handle()
676 usbinfo("ep0_urb %p already allocated", ep0_urb); in udc_enable()
H A Dcore.c590 usbinfo("%s", usbd_device_events[event]); in usbd_device_event_irq()
H A Dpxa27x_udc.c641 usbinfo("ep0_urb %p already allocated", ep0_urb); in udc_enable()