Lines Matching refs:lbuf
855 char *lbuf;
870 lbuf = kasprintf(GFP_KERNEL, "%s", buf);
871 if (!lbuf)
874 i = strlen(lbuf);
877 kfree(lbuf);
881 if (lbuf[i-1] == '\n') {
883 kfree(lbuf);
886 lbuf[i-1] = '\0';
894 if (!strcmp(tag, lbuf)) {
905 hid_info(hid, "Requested mode \"%s\" is not supported by the device\n", lbuf);
906 kfree(lbuf);
909 kfree(lbuf); /* Not needed anymore */