Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Dstorage_common.h20 #define _LMSG(func, lun, fmt, args...) \ macro
29 #define LDBG(lun, fmt, args...) _LMSG(pr_debug, lun, fmt, ## args)
30 #define LERROR(lun, fmt, args...) _LMSG(pr_err, lun, fmt, ## args)
31 #define LWARN(lun, fmt, args...) _LMSG(pr_warn, lun, fmt, ## args)
32 #define LINFO(lun, fmt, args...) _LMSG(pr_info, lun, fmt, ## args)