Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/usb/
Dfunctionfs.h20 FUNCTIONFS_HAS_FS_DESC = 1, enumerator
/linux-6.12.1/tools/usb/
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()
/linux-6.12.1/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c84 .flags = cpu_to_le32(FUNCTIONFS_HAS_FS_DESC |
/linux-6.12.1/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c68 .flags = htole32(FUNCTIONFS_HAS_FS_DESC |
/linux-6.12.1/drivers/usb/gadget/function/
Df_fs.c2915 flags = FUNCTIONFS_HAS_FS_DESC | FUNCTIONFS_HAS_HS_DESC; in __ffs_data_got_descs()
2922 if (flags & ~(FUNCTIONFS_HAS_FS_DESC | in __ffs_data_got_descs()