Home
last modified time | relevance | path

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

12345678910>>...17

/kernel/linux/linux-5.10/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:
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mips/lantiq/
Dfpi-bus.txt13 - lantiq,offset-endianness : Offset of the endianness configuration
24 lantiq,offset-endianness = <0x4c>;
/kernel/linux/linux-5.10/drivers/input/joystick/
Dadc-joystick.c34 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/
Dst_pressure_core.c139 .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/
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.
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/i2c/busses/
Di2c-xiic.c75 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/
Dmaxim_thermocouple.c53 .endianness = IIO_BE,
72 .endianness = IIO_BE,
88 .endianness = IIO_BE,
/kernel/linux/linux-5.10/drivers/iio/chemical/
Datlas-sensor.c125 .endianness = IIO_BE,
152 .endianness = IIO_BE, \
167 .endianness = IIO_BE,
194 .endianness = IIO_BE,
211 .endianness = IIO_BE,
235 .endianness = IIO_BE,
Datlas-ezo-sensor.c56 .endianness = IIO_CPU, \
78 .endianness = IIO_CPU,
Dvz89x.c95 .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/
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
/kernel/linux/linux-5.10/arch/nds32/kernel/
Dsetup.c47 char *endianness = NULL; variable
201 endianness = "MSB"; in setup_cpuinfo()
203 endianness = "LSB"; in setup_cpuinfo()
/kernel/linux/linux-5.10/drivers/iio/imu/
Dadis16400.c696 .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/
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,
Dak4554.c69 .endianness = 1,
/kernel/linux/linux-5.10/include/linux/iio/imu/
Dadis.h449 .endianness = IIO_BE, \
473 .endianness = IIO_BE, \
491 .endianness = IIO_BE, \
/kernel/linux/linux-5.10/drivers/iio/humidity/
Dam2315.c58 .endianness = IIO_CPU,
70 .endianness = IIO_CPU,
/kernel/linux/linux-5.10/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>>...17