Searched refs:lang_count (Results 1 – 5 of 5) sorted by relevance
/linux/include/uapi/linux/usb/ |
H A D | functionfs.h | 283 __le32 lang_count; member
|
/linux/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 149 .lang_count = cpu_to_le32(1),
|
/linux/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 133 .lang_count = htole32(1),
|
/linux/drivers/usb/gadget/function/ |
H A D | f_fs.c | 3035 u32 str_count, needed_count, lang_count; in __ffs_data_got_strings() local 3045 lang_count = get_unaligned_le32(data + 12); in __ffs_data_got_strings() 3048 if (!str_count != !lang_count) in __ffs_data_got_strings() 3070 size_add(lang_count, 1)); in __ffs_data_got_strings() 3071 vla_item(d, struct usb_gadget_strings, stringtab, lang_count); in __ffs_data_got_strings() 3073 size_mul(lang_count, (needed_count + 1))); in __ffs_data_got_strings() 3085 i = lang_count; in __ffs_data_got_strings() 3145 } while (--lang_count); in __ffs_data_got_strings()
|
/linux/tools/usb/ |
H A D | ffs-test.c | 321 .lang_count = cpu_to_le32(1),
|