Searched defs:LINFO (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/gadget/
H A Dstorage_common.c85 #define LINFO(lun, fmt, args...) dev_info(&(lun)->dev, fmt, ## args) macro
650 LINFO(curlun, "unable to open backing file: %s\n", filename);
660 LINFO(curlun, "invalid file type: %s\n", filename);
669 LINFO(curlun, "file not readable: %s\n", filename);
677 LINFO(curlun, "unable to find file size: %s\n", filename);
699 LINFO(curlun, "file too big: %s\n", filename);
700 LINFO(curlun, "using only first %d blocks\n",
705 LINFO(curlun, "file too small: %s\n", filename);

Completed in 96 milliseconds