Home
last modified time | relevance | path

Searched refs:usb_warn (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvConfig.c111 usb_warn("unexpected descriptor 0x%X, expecting endpoint, 0x%X", in usb_parse_endpoint()
277 usb_warn("too many alt settings (incr %d max %d)\n", in usb_parse_interface()
360 usb_warn("too many endpoints%s",""); in usb_parse_interface()
429 usb_warn("too many interfaces%s",""); in usb_parse_configuration()
490 usb_warn("extra config descriptor%s",""); in usb_parse_configuration()
558 usb_warn("too many configurations%s",""); in usb_get_configuration()
563 usb_warn("not enough configurations%s",""); in usb_get_configuration()
H A DdrvMsg.c441 usb_warn("Invalid interface %d", interface); in usb_set_interface()
498 usb_warn("selecting invalid configuration %d", configuration); in usb_set_configuration()
H A DdrvHCD.c1115 usb_warn ("too many buses%s",""); in usb_register_bus()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h763 #define usb_warn(format, ...) printk(format, __VA_ARGS__) macro