Searched refs:str_count (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/usb/ |
H A D | functionfs.h | 183 __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 D | functionfs.h | 183 __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 D | functionfs.h | 75 __le32 str_count; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/ |
H A D | functionfs.h | 86 __le32 str_count; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/ |
H A D | functionfs.h | 86 __le32 str_count; member
|
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 132 .str_count = htole32(1),
|
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 130 .str_count = htole32(1),
|
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 132 .str_count = htole32(1),
|
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 148 .str_count = cpu_to_le32(1),
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_fs.c | 2613 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 D | f_generic.c | 2452 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 D | f_fs.c | 2545 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 D | f_generic.c | 2454 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 D | ffs-test.c | 320 .str_count = cpu_to_le32(1),
|
/kernel/linux/linux-6.6/tools/usb/ |
H A D | ffs-test.c | 320 .str_count = cpu_to_le32(1),
|
Completed in 27 milliseconds