Home
last modified time | relevance | path

Searched refs:cpu_to_le32 (Results 1 – 3 of 3) sorted by relevance

/tools/usb/
Dffs-test.c42 #define cpu_to_le32(x) (x) macro
45 #define cpu_to_le32(x) \ macro
128 .magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC_V2),
129 .flags = cpu_to_le32(FUNCTIONFS_HAS_FS_DESC |
132 .length = cpu_to_le32(sizeof descriptors),
134 .fs_count = cpu_to_le32(3),
158 .hs_count = cpu_to_le32(3),
183 .ss_count = cpu_to_le32(5),
296 out->header.magic = cpu_to_le32(FUNCTIONFS_DESCRIPTORS_MAGIC); in descs_to_legacy()
297 out->header.length = cpu_to_le32(length); in descs_to_legacy()
[all …]
/tools/include/linux/
Dkernel.h81 #define cpu_to_le32 bswap_32 macro
94 #define cpu_to_le32 macro
/tools/perf/util/
Dintel-pt.c1754 raw.flags = cpu_to_le32(flags); in intel_pt_synth_cbr_sample()
1755 raw.freq = cpu_to_le32(raw.cbr * pt->cbr2khz); in intel_pt_synth_cbr_sample()