Searched refs:endianness (Results 1 – 25 of 371) sorted by relevance
12345678910>>...15
/Linux-v5.4/tools/lib/traceevent/Documentation/ |
D | libtraceevent-host_endian.txt | 7 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
|
D | libtraceevent-file_endian.txt | 6 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/ |
D | fpi-bus.txt | 13 - lantiq,offset-endianness : Offset of the endianness configuration 24 lantiq,offset-endianness = <0x4c>;
|
/Linux-v5.4/drivers/iio/pressure/ |
D | st_pressure_core.c | 140 .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/ |
D | common-properties.txt | 8 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/ |
D | pwm-fsl-ftm.txt | 3 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/ |
D | i2c-xiic.c | 73 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/ |
D | maxim_thermocouple.c | 40 .endianness = IIO_BE, 58 .endianness = IIO_BE, 74 .endianness = IIO_BE,
|
/Linux-v5.4/include/linux/iio/imu/ |
D | adis.h | 178 .endianness = IIO_BE, \ 202 .endianness = IIO_BE, \ 220 .endianness = IIO_BE, \
|
/Linux-v5.4/arch/nds32/kernel/ |
D | setup.c | 47 char *endianness = NULL; variable 201 endianness = "MSB"; in setup_cpuinfo() 203 endianness = "LSB"; in setup_cpuinfo()
|
/Linux-v5.4/Documentation/devicetree/bindings/mtd/ |
D | mtd-physmap.txt | 46 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/ |
D | vz89x.c | 96 .endianness = IIO_LE, 126 .endianness = IIO_BE, 248 switch (chan->scan_type.endianness) { in vz89x_get_resistance_reading()
|
D | atlas-ph-sensor.c | 101 .endianness = IIO_BE, 128 .endianness = IIO_BE, \ 143 .endianness = IIO_BE, 170 .endianness = IIO_BE,
|
/Linux-v5.4/drivers/iio/imu/ |
D | adis16400.c | 704 .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/ |
D | pcm5102a.c | 30 .endianness = 1,
|
D | ics43432.c | 42 .endianness = 1,
|
D | wm8727.c | 57 .endianness = 1,
|
D | ad73311.c | 60 .endianness = 1,
|
D | spdif_receiver.c | 45 .endianness = 1,
|
D | spdif_transmitter.c | 45 .endianness = 1,
|
D | gtm601.c | 57 .endianness = 1,
|
D | ak4554.c | 69 .endianness = 1,
|
D | ads117x.c | 64 .endianness = 1,
|
/Linux-v5.4/drivers/iio/humidity/ |
D | am2315.c | 54 .endianness = IIO_CPU, 66 .endianness = IIO_CPU,
|
/Linux-v5.4/Documentation/core-api/ |
D | packing.rst | 13 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