Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/usb/
H A Dfunctionfs.h15 FUNCTIONFS_DESCRIPTORS_MAGIC_V2 = 3, enumerator
/openbmc/linux/tools/usb/
H A Dffs-test.c128 .magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC_V2),
239 FUNCTIONFS_DESCRIPTORS_MAGIC_V2) in descs_to_legacy()
/openbmc/linux/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c83 .magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC_V2),
/openbmc/linux/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c67 .magic = htole32(FUNCTIONFS_DESCRIPTORS_MAGIC_V2),
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0014-add-u3-ss-descriptor-support-for-adb.patch300 + v2_descriptor.header.magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC_V2);
/openbmc/linux/drivers/usb/gadget/function/
H A Df_fs.c2434 case FUNCTIONFS_DESCRIPTORS_MAGIC_V2: in __ffs_data_got_descs()