str_count        2841 drivers/staging/exfat/exfat_core.c 	char str_count[6];
str_count        2843 drivers/staging/exfat/exfat_core.c 	snprintf(str_count, sizeof(str_count), "~%d", count);
str_count        2844 drivers/staging/exfat/exfat_core.c 	length = strlen(str_count);
str_count        2859 drivers/staging/exfat/exfat_core.c 		dosname[i] = (u8)str_count[j];
str_count        2588 drivers/usb/gadget/function/f_fs.c 	u32 str_count, needed_count, lang_count;
str_count        2599 drivers/usb/gadget/function/f_fs.c 	str_count  = get_unaligned_le32(data + 8);
str_count        2603 drivers/usb/gadget/function/f_fs.c 	if (unlikely(!str_count != !lang_count))
str_count        2608 drivers/usb/gadget/function/f_fs.c 	if (unlikely(str_count < needed_count))
str_count        2693 drivers/usb/gadget/function/f_fs.c 		} while (--str_count);
str_count         183 include/uapi/linux/usb/functionfs.h 	__le32 str_count;
str_count         132 tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c 		.str_count = htole32(1),
str_count         130 tools/usb/ffs-aio-example/simple/device_app/aio_simple.c 		.str_count = htole32(1),
str_count         320 tools/usb/ffs-test.c 		.str_count = cpu_to_le32(1),