Home
last modified time | relevance | path

Searched refs:dwLength (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dfunctionfs.h61 __le32 dwLength; member
/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.h61 __le32 dwLength; member
/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.h61 __le32 dwLength; member
/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.patch264 + .dwLength = cpu_to_le32(sizeof(os_desc_header) + sizeof(os_desc_compat)),
273 + .dwLength = cpu_to_le32(sizeof(os_desc_header) + sizeof(struct usb_ext_prop_values)),
/OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c170 .dwLength = htole32(sizeof(descriptors.os_header) +
/OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c168 .dwLength = htole32(sizeof(descriptors.os_header) +
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_fs.c2369 if (le32_to_cpu(desc->dwLength) > len) in ffs_do_os_descs()