Home
last modified time | relevance | path

Searched refs:str_count (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/usb/
H A Dfunctionfs.h183 __le32 str_count; member
194 * | 8 | str_count | LE32 | number of strings |
204 * | 2 | strings | String[str_count] | array of strings in given language |
206 * For each string there is one strings entry (ie. there are str_count
/kernel/linux/linux-6.6/include/uapi/linux/usb/
H A Dfunctionfs.h183 __le32 str_count; member
194 * | 8 | str_count | LE32 | number of strings |
204 * | 2 | strings | String[str_count] | array of strings in given language |
206 * For each string there is one strings entry (ie. there are str_count
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/
H A Dfunctionfs.h75 __le32 str_count; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/
H A Dfunctionfs.h86 __le32 str_count; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/
H A Dfunctionfs.h86 __le32 str_count; member
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c132 .str_count = htole32(1),
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c130 .str_count = htole32(1),
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c132 .str_count = htole32(1),
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c148 .str_count = cpu_to_le32(1),
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_fs.c2613 u32 str_count, needed_count, lang_count; in __ffs_data_got_strings() local
2624 str_count = get_unaligned_le32(data + 8); in __ffs_data_got_strings()
2628 if (unlikely(!str_count != !lang_count)) in __ffs_data_got_strings()
2633 if (unlikely(str_count < needed_count)) in __ffs_data_got_strings()
2683 u32 str_per_lang = str_count; in __ffs_data_got_strings()
2695 do { /* str_count > 0 so we can use do-while */ in __ffs_data_got_strings()
H A Df_generic.c2452 u32 str_count, needed_count, lang_count; in __ffs_data_got_strings() local
2463 str_count = get_unaligned_le32(data + 8); in __ffs_data_got_strings()
2467 if (unlikely(!str_count != !lang_count)) in __ffs_data_got_strings()
2472 if (unlikely(str_count < needed_count)) in __ffs_data_got_strings()
2533 do { /* str_count > 0 so we can use do-while */ in __ffs_data_got_strings()
2557 } while (--str_count); in __ffs_data_got_strings()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_fs.c2545 u32 str_count, needed_count, lang_count; in __ffs_data_got_strings() local
2554 str_count = get_unaligned_le32(data + 8); in __ffs_data_got_strings()
2558 if (!str_count != !lang_count) in __ffs_data_got_strings()
2563 if (str_count < needed_count) in __ffs_data_got_strings()
2613 u32 str_per_lang = str_count; in __ffs_data_got_strings()
2625 do { /* str_count > 0 so we can use do-while */ in __ffs_data_got_strings()
H A Df_generic.c2454 u32 str_count, needed_count, lang_count; in __ffs_data_got_strings() local
2465 str_count = get_unaligned_le32(data + 8); in __ffs_data_got_strings()
2469 if (unlikely(!str_count != !lang_count)) in __ffs_data_got_strings()
2474 if (unlikely(str_count < needed_count)) in __ffs_data_got_strings()
2535 do { /* str_count > 0 so we can use do-while */ in __ffs_data_got_strings()
2559 } while (--str_count); in __ffs_data_got_strings()
/kernel/linux/linux-5.10/tools/usb/
H A Dffs-test.c320 .str_count = cpu_to_le32(1),
/kernel/linux/linux-6.6/tools/usb/
H A Dffs-test.c320 .str_count = cpu_to_le32(1),

Completed in 27 milliseconds