Home
last modified time | relevance | path

Searched refs:FUNCTIONFS_HAS_FS_DESC (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/package/android-tools/
H A D0013-adbd-Support-usb3.0.patch28 + FUNCTIONFS_HAS_FS_DESC = 1,
82 + .flags = cpu_to_le32(FUNCTIONFS_HAS_FS_DESC |
H A D0015-adbd-usb_linux_client-Compat-with-old-kernel.patch75 - .flags = cpu_to_le32(FUNCTIONFS_HAS_FS_DESC |
269 + v2_descriptor.flags = FUNCTIONFS_HAS_FS_DESC | FUNCTIONFS_HAS_HS_DESC |
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dfunctionfs.h19 FUNCTIONFS_HAS_FS_DESC = 1, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/
H A Dfunctionfs.h19 FUNCTIONFS_HAS_FS_DESC = 1, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/
H A Dfunctionfs.h19 FUNCTIONFS_HAS_FS_DESC = 1, enumerator
/OK3568_Linux_fs/kernel/tools/usb/
H A Dffs-test.c129 .flags = cpu_to_le32(FUNCTIONFS_HAS_FS_DESC |
246 if (flags & ~(FUNCTIONFS_HAS_FS_DESC | FUNCTIONFS_HAS_HS_DESC | in descs_to_legacy()
260 GET_NEXT_COUNT_IF_FLAG(fs_count, FUNCTIONFS_HAS_FS_DESC); in descs_to_legacy()
/OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c80 .flags = htole32(FUNCTIONFS_HAS_FS_DESC |
/OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c78 .flags = htole32(FUNCTIONFS_HAS_FS_DESC |
/OK3568_Linux_fs/yocto/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.flags = FUNCTIONFS_HAS_FS_DESC | FUNCTIONFS_HAS_HS_DESC |
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_fs.c2499 flags = FUNCTIONFS_HAS_FS_DESC | FUNCTIONFS_HAS_HS_DESC; in __ffs_data_got_descs()
2506 if (flags & ~(FUNCTIONFS_HAS_FS_DESC | in __ffs_data_got_descs()