Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/usb/
Dfunctionfs.h183 __le32 str_count; member
/Linux-v5.4/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c130 .str_count = htole32(1),
/Linux-v5.4/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c132 .str_count = htole32(1),
/Linux-v5.4/drivers/usb/gadget/function/
Df_fs.c2580 u32 str_count, needed_count, lang_count; in __ffs_data_got_strings() local
2591 str_count = get_unaligned_le32(data + 8); in __ffs_data_got_strings()
2595 if (unlikely(!str_count != !lang_count)) in __ffs_data_got_strings()
2600 if (unlikely(str_count < needed_count)) in __ffs_data_got_strings()
2685 } while (--str_count); in __ffs_data_got_strings()
/Linux-v5.4/tools/usb/
Dffs-test.c320 .str_count = cpu_to_le32(1),
/Linux-v5.4/drivers/staging/exfat/
Dexfat_core.c2841 char str_count[6]; in fat_attach_count_to_dos_name() local
2843 snprintf(str_count, sizeof(str_count), "~%d", count); in fat_attach_count_to_dos_name()
2844 length = strlen(str_count); in fat_attach_count_to_dos_name()
2859 dosname[i] = (u8)str_count[j]; in fat_attach_count_to_dos_name()