Go to the documentation of this file.
21 #ifndef __LINUX_USB_COMPOSITE_H
22 #define __LINUX_USB_COMPOSITE_H
37 #include <linux/usb/ch9.h>
47 #define USB_GADGET_DELAYED_STATUS 0x7fff
164 #define MAX_CONFIG_INTERFACES 16
384 #define DBG(d, fmt, args...) \
385 dev_dbg(&(d)->gadget->dev , fmt , ## args)
386 #define VDBG(d, fmt, args...) \
387 dev_vdbg(&(d)->gadget->dev , fmt , ## args)
388 #define ERROR(d, fmt, args...) \
389 dev_err(&(d)->gadget->dev , fmt , ## args)
390 #define WARNING(d, fmt, args...) \
391 dev_warn(&(d)->gadget->dev , fmt , ## args)
392 #define INFO(d, fmt, args...) \
393 dev_info(&(d)->gadget->dev , fmt , ## args)