hs_count           55 include/uapi/linux/usb/functionfs.h 	__le32 hs_count;
hs_count           59 tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c 	__le32 hs_count;
hs_count           94 tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c 	.hs_count = htole32(3),
hs_count           57 tools/usb/ffs-aio-example/simple/device_app/aio_simple.c 	__le32 hs_count;
hs_count           92 tools/usb/ffs-aio-example/simple/device_app/aio_simple.c 	.hs_count = htole32(3),
hs_count          112 tools/usb/ffs-test.c 	__le32 hs_count;
hs_count          158 tools/usb/ffs-test.c 	.hs_count = cpu_to_le32(3),
hs_count          227 tools/usb/ffs-test.c 	__u32 length, fs_count = 0, hs_count = 0, count;
hs_count          261 tools/usb/ffs-test.c 		GET_NEXT_COUNT_IF_FLAG(hs_count, FUNCTIONFS_HAS_HS_DESC);
hs_count          264 tools/usb/ffs-test.c 		count = fs_count + hs_count;
hs_count          299 tools/usb/ffs-test.c 		out->header.hs_count = cpu_to_le32(hs_count);