/linux/tools/lib/traceevent/Documentation/ |
A 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
|
A 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/Documentation/devicetree/bindings/mips/lantiq/ |
A D | fpi-bus.txt | 13 - lantiq,offset-endianness : Offset of the endianness configuration 24 lantiq,offset-endianness = <0x4c>;
|
/linux/drivers/input/joystick/ |
A 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()
|
/linux/drivers/iio/pressure/ |
A D | st_pressure_core.c | 133 .endianness = IIO_LE, 147 .endianness = IIO_LE, 167 .endianness = IIO_LE, 181 .endianness = IIO_LE, 199 .endianness = IIO_LE, 214 .endianness = IIO_LE,
|
A D | dlhl60d.c | 227 .endianness = IIO_BE, 242 .endianness = IIO_BE,
|
/linux/Documentation/devicetree/bindings/ |
A 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/Documentation/devicetree/bindings/pwm/ |
A 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/drivers/i2c/busses/ |
A D | i2c-xiic.c | 75 enum xiic_endian endianness; member 189 if (i2c->endianness == LITTLE) in xiic_setreg8() 199 if (i2c->endianness == LITTLE) in xiic_getreg8() 208 if (i2c->endianness == LITTLE) in xiic_setreg16() 216 if (i2c->endianness == LITTLE) in xiic_setreg32() 226 if (i2c->endianness == LITTLE) in xiic_getreg32() 809 i2c->endianness = LITTLE; in xiic_i2c_probe() 814 i2c->endianness = BIG; in xiic_i2c_probe()
|
/linux/drivers/iio/chemical/ |
A 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,
|
A D | vz89x.c | 95 .endianness = IIO_LE, 125 .endianness = IIO_BE, 247 switch (chan->scan_type.endianness) { in vz89x_get_resistance_reading()
|
A D | atlas-ezo-sensor.c | 56 .endianness = IIO_CPU, \ 78 .endianness = IIO_CPU,
|
/linux/drivers/iio/temperature/ |
A D | maxim_thermocouple.c | 53 .endianness = IIO_BE, 72 .endianness = IIO_BE, 88 .endianness = IIO_BE,
|
/linux/arch/nds32/kernel/ |
A D | setup.c | 47 char *endianness = NULL; variable 201 endianness = "MSB"; in setup_cpuinfo() 203 endianness = "LSB"; in setup_cpuinfo()
|
/linux/drivers/iio/imu/ |
A D | adis16400.c | 685 .endianness = IIO_BE, \ 711 .endianness = IIO_BE, \ 731 .endianness = IIO_BE, \ 750 .endianness = IIO_BE, \ 776 .endianness = IIO_BE, \ 795 .endianness = IIO_BE, \ 813 .endianness = IIO_BE, \ 865 .endianness = IIO_BE,
|
/linux/include/linux/iio/imu/ |
A D | adis.h | 463 .endianness = IIO_BE, \ 487 .endianness = IIO_BE, \ 505 .endianness = IIO_BE, \
|
/linux/drivers/iio/humidity/ |
A D | am2315.c | 57 .endianness = IIO_CPU, 69 .endianness = IIO_CPU,
|
/linux/Documentation/core-api/ |
A 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
|
/linux/sound/soc/codecs/ |
A D | pcm5102a.c | 30 .endianness = 1,
|
A D | ics43432.c | 43 .endianness = 1,
|
A D | wm8727.c | 57 .endianness = 1,
|
A D | ad73311.c | 60 .endianness = 1,
|
A D | spdif_receiver.c | 45 .endianness = 1,
|
A D | ak4554.c | 69 .endianness = 1,
|
A D | spdif_transmitter.c | 45 .endianness = 1,
|