Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/libertas/
H A Ddefs.h38 #define LBS_DEB_USB 0x00020000 macro
74 #define lbs_deb_usb(fmt, args...) LBS_DEB_LL(LBS_DEB_USB, " usb", fmt, ##args)
75 #define lbs_deb_usbd(dev, fmt, args...) LBS_DEB_LL(LBS_DEB_USB, " usbd", "%s:" fmt, dev_name(dev), …