/kernel/linux/linux-5.10/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:
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mips/lantiq/ |
D | fpi-bus.txt | 13 - lantiq,offset-endianness : Offset of the endianness configuration 24 lantiq,offset-endianness = <0x4c>;
|
/kernel/linux/linux-5.10/drivers/input/joystick/ |
D | adc-joystick.c | 34 enum iio_endian endianness; in adc_joystick_handle() local 43 endianness = joy->chans[i].channel->scan_type.endianness; in adc_joystick_handle() 58 if (endianness == IIO_BE) in adc_joystick_handle() 60 else if (endianness == IIO_LE) in adc_joystick_handle()
|
/kernel/linux/linux-5.10/drivers/iio/pressure/ |
D | st_pressure_core.c | 139 .endianness = IIO_LE, 153 .endianness = IIO_LE, 173 .endianness = IIO_LE, 187 .endianness = IIO_LE, 205 .endianness = IIO_LE, 220 .endianness = IIO_LE,
|
/kernel/linux/linux-5.10/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.
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
D | i2c-xiic.c | 75 enum xiic_endian endianness; member 186 if (i2c->endianness == LITTLE) in xiic_setreg8() 196 if (i2c->endianness == LITTLE) in xiic_getreg8() 205 if (i2c->endianness == LITTLE) in xiic_setreg16() 213 if (i2c->endianness == LITTLE) in xiic_setreg32() 223 if (i2c->endianness == LITTLE) in xiic_getreg32() 833 i2c->endianness = LITTLE; in xiic_i2c_probe() 838 i2c->endianness = BIG; in xiic_i2c_probe()
|
/kernel/linux/linux-5.10/drivers/iio/temperature/ |
D | maxim_thermocouple.c | 53 .endianness = IIO_BE, 72 .endianness = IIO_BE, 88 .endianness = IIO_BE,
|
/kernel/linux/linux-5.10/drivers/iio/chemical/ |
D | atlas-sensor.c | 125 .endianness = IIO_BE, 152 .endianness = IIO_BE, \ 167 .endianness = IIO_BE, 194 .endianness = IIO_BE, 211 .endianness = IIO_BE, 235 .endianness = IIO_BE,
|
D | atlas-ezo-sensor.c | 56 .endianness = IIO_CPU, \ 78 .endianness = IIO_CPU,
|
D | vz89x.c | 95 .endianness = IIO_LE, 125 .endianness = IIO_BE, 247 switch (chan->scan_type.endianness) { in vz89x_get_resistance_reading()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
D | setup.c | 47 char *endianness = NULL; variable 201 endianness = "MSB"; in setup_cpuinfo() 203 endianness = "LSB"; in setup_cpuinfo()
|
/kernel/linux/linux-5.10/drivers/iio/imu/ |
D | adis16400.c | 696 .endianness = IIO_BE, \ 722 .endianness = IIO_BE, \ 742 .endianness = IIO_BE, \ 761 .endianness = IIO_BE, \ 787 .endianness = IIO_BE, \ 806 .endianness = IIO_BE, \ 824 .endianness = IIO_BE, \ 876 .endianness = IIO_BE,
|
/kernel/linux/linux-5.10/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 | ak4554.c | 69 .endianness = 1,
|
/kernel/linux/linux-5.10/include/linux/iio/imu/ |
D | adis.h | 449 .endianness = IIO_BE, \ 473 .endianness = IIO_BE, \ 491 .endianness = IIO_BE, \
|
/kernel/linux/linux-5.10/drivers/iio/humidity/ |
D | am2315.c | 58 .endianness = IIO_CPU, 70 .endianness = IIO_CPU,
|
/kernel/linux/linux-5.10/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
|