Home
last modified time | relevance | path

Searched defs:LERROR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/gadget/function/
H A Dstorage_common.h31 #define LERROR(lun, fmt, args...) _LMSG(pr_err, lun, fmt, ## args) macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c83 #define LERROR(lun, fmt, args...) do { } while (0) macro