Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/usb/
Dfunctionfs.h282 __le32 str_count; member
/linux-6.12.1/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c148 .str_count = cpu_to_le32(1),
/linux-6.12.1/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c132 .str_count = htole32(1),
/linux-6.12.1/tools/usb/
Dffs-test.c320 .str_count = cpu_to_le32(1),
/linux-6.12.1/drivers/usb/gadget/function/
Df_fs.c3035 u32 str_count, needed_count, lang_count; in __ffs_data_got_strings() local
3044 str_count = get_unaligned_le32(data + 8); in __ffs_data_got_strings()
3048 if (!str_count != !lang_count) in __ffs_data_got_strings()
3053 if (str_count < needed_count) in __ffs_data_got_strings()
3103 u32 str_per_lang = str_count; in __ffs_data_got_strings()