Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Dstorage_common.h21 #define _LMSG(func, lun, fmt, args...) \ macro
30 #define LDBG(lun, fmt, args...) _LMSG(pr_debug, lun, fmt, ## args)
31 #define LERROR(lun, fmt, args...) _LMSG(pr_err, lun, fmt, ## args)
32 #define LWARN(lun, fmt, args...) _LMSG(pr_warn, lun, fmt, ## args)
33 #define LINFO(lun, fmt, args...) _LMSG(pr_info, lun, fmt, ## args)