Home
last modified time | relevance | path

Searched refs:endianness (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/Linux-v5.4/tools/lib/traceevent/Documentation/
Dlibtraceevent-host_endian.txt7 the endianness of the local machine.
28 The _tep_is_bigendian()_ gets the endianness of the machine, executing
31 The _tep_is_local_bigendian()_ function gets the endianness of the local
34 returns cached endianness of the local machine instead of checking it each time.
36 The _tep_set_local_bigendian()_ function sets the endianness of the local
38 The _endian_ argument is the endianness:
47 The _tep_is_bigendian()_ function returns non zero if the endianness of the
50 The _tep_is_local_bigendian()_ function returns true, if the endianness of the
Dlibtraceevent-file_endian.txt6 tep_is_file_bigendian, tep_set_file_bigendian - Get / set the endianness of the
26 The _tep_is_file_bigendian()_ function gets the endianness of the raw data,
30 The _tep_set_file_bigendian()_ function sets the endianness of raw data being
34 The _endian_ argument is the endianness:
/Linux-v5.4/Documentation/devicetree/bindings/mips/lantiq/
Dfpi-bus.txt13 - lantiq,offset-endianness : Offset of the endianness configuration
24 lantiq,offset-endianness = <0x4c>;
/Linux-v5.4/drivers/iio/pressure/
Dst_pressure_core.c140 .endianness = IIO_LE,
154 .endianness = IIO_LE,
174 .endianness = IIO_LE,
188 .endianness = IIO_LE,
206 .endianness = IIO_LE,
221 .endianness = IIO_LE,
/Linux-v5.4/Documentation/devicetree/bindings/
Dcommon-properties.txt8 byte swapping, but endianness issues show up frequently in porting drivers to
20 endianness of the kernel binary (e.g. LE vmlinux -> readl/writel,
23 register endianness based on the CPU's configured endianness.
/Linux-v5.4/Documentation/devicetree/bindings/pwm/
Dpwm-fsl-ftm.txt3 The same FTM PWM device can have a different endianness on different SoCs. The
6 for the endianness of the FTM PWM block as integrated into the existing SoCs:
8 SoC | FTM-PWM endianness
/Linux-v5.4/drivers/i2c/busses/
Di2c-xiic.c73 enum xiic_endian endianness; member
180 if (i2c->endianness == LITTLE) in xiic_setreg8()
190 if (i2c->endianness == LITTLE) in xiic_getreg8()
199 if (i2c->endianness == LITTLE) in xiic_setreg16()
207 if (i2c->endianness == LITTLE) in xiic_setreg32()
217 if (i2c->endianness == LITTLE) in xiic_getreg32()
788 i2c->endianness = LITTLE; in xiic_i2c_probe()
793 i2c->endianness = BIG; in xiic_i2c_probe()
/Linux-v5.4/drivers/iio/temperature/
Dmaxim_thermocouple.c40 .endianness = IIO_BE,
58 .endianness = IIO_BE,
74 .endianness = IIO_BE,
/Linux-v5.4/include/linux/iio/imu/
Dadis.h178 .endianness = IIO_BE, \
202 .endianness = IIO_BE, \
220 .endianness = IIO_BE, \
/Linux-v5.4/arch/nds32/kernel/
Dsetup.c47 char *endianness = NULL; variable
201 endianness = "MSB"; in setup_cpuinfo()
203 endianness = "LSB"; in setup_cpuinfo()
/Linux-v5.4/Documentation/devicetree/bindings/mtd/
Dmtd-physmap.txt46 The device tree may optionally contain endianness property.
47 little-endian or big-endian : It Represents the endianness that should be used
50 the endianness is chosen by the system
/Linux-v5.4/drivers/iio/chemical/
Dvz89x.c96 .endianness = IIO_LE,
126 .endianness = IIO_BE,
248 switch (chan->scan_type.endianness) { in vz89x_get_resistance_reading()
Datlas-ph-sensor.c101 .endianness = IIO_BE,
128 .endianness = IIO_BE, \
143 .endianness = IIO_BE,
170 .endianness = IIO_BE,
/Linux-v5.4/drivers/iio/imu/
Dadis16400.c704 .endianness = IIO_BE, \
730 .endianness = IIO_BE, \
750 .endianness = IIO_BE, \
769 .endianness = IIO_BE, \
795 .endianness = IIO_BE, \
814 .endianness = IIO_BE, \
832 .endianness = IIO_BE, \
884 .endianness = IIO_BE,
/Linux-v5.4/sound/soc/codecs/
Dpcm5102a.c30 .endianness = 1,
Dics43432.c42 .endianness = 1,
Dwm8727.c57 .endianness = 1,
Dad73311.c60 .endianness = 1,
Dspdif_receiver.c45 .endianness = 1,
Dspdif_transmitter.c45 .endianness = 1,
Dgtm601.c57 .endianness = 1,
Dak4554.c69 .endianness = 1,
Dads117x.c64 .endianness = 1,
/Linux-v5.4/drivers/iio/humidity/
Dam2315.c54 .endianness = IIO_CPU,
66 .endianness = IIO_CPU,
/Linux-v5.4/Documentation/core-api/
Dpacking.rst13 due to potential endianness mismatches between the CPU and the hardware device.
22 still not protect from endianness mismatches, except if all memory accesses
40 over CPU endianness and therefore between possible mismatches between

12345678910>>...15