Searched refs:usbinfo (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/usb/typec/ |
H A D | rt1719.c | 802 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 D | usbdevice.h | 40 #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 D | aspeed_usbtty.c | 393 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 D | core.c | 590 usbinfo("%s", usbd_device_events[event]); in usbd_device_event_irq()
|
H A D | pxa27x_udc.c | 641 usbinfo("ep0_urb %p already allocated", ep0_urb); in udc_enable()
|