Home
last modified time | relevance | path

Searched full:flipped (Results 1 – 25 of 103) sorted by relevance

12345

/linux-6.8/drivers/sbus/char/
Ddisplay7seg.c38 * 1) Device ALWAYS reverts to OBP-specified FLIPPED mode
56 bool flipped; member
83 /* Reset flipped state to OBP default only if in d7s_release()
92 if (p->flipped) in d7s_release()
198 /* OBP option "d7s-flipped?" is honored as default for the in d7s_probe()
204 p->flipped = of_property_read_bool(opts, "d7s-flipped?"); in d7s_probe()
206 if (p->flipped) in d7s_probe()
215 (regs & D7S_FLIP) ? " (FLIPPED)" : "", in d7s_probe()
237 /* Honor OBP d7s-flipped? unless operating in solaris-compat mode */ in d7s_remove()
239 if (p->flipped) in d7s_remove()
/linux-6.8/tools/testing/selftests/powerpc/tm/
Dtm-trap.c5 * Check if thread endianness is flipped inadvertently to BE on trap
27 * endianness "flipped back" to the native endianness (BE).
77 * event that endianness is flipped by the bug, so just in trap_signal_handler()
80 * flipped or not. in trap_signal_handler()
87 * endianness was still LE (not flipped inadvertently) in trap_signal_handler()
96 * advertently flipped, instruction (1) is tread as a in trap_signal_handler()
102 * flipped or not after the return from the second trap in trap_signal_handler()
103 * event. If endianness is flipped, the bug is present. in trap_signal_handler()
119 * Thread endianness is BE, so it flipped in trap_signal_handler()
160 * flipped back to BE on return from the second trap in trap_signal_handler()
[all …]
/linux-6.8/drivers/phy/
Dphy-lgm-usb.c51 static int get_flipped(struct tca_apb *ta, bool *flipped) in get_flipped() argument
63 *flipped = property.intval; in get_flipped()
142 bool flipped = false; in tca_work() local
146 ret = get_flipped(ta, &flipped); in tca_work()
157 if (flipped) in tca_work()
159 dev_dbg(ta->phy.dev, "connected%s\n", flipped ? " flipped" : ""); in tca_work()
/linux-6.8/drivers/net/wireless/broadcom/b43legacy/
Dradio.c37 * Example: 1101 is flipped 1011
41 u16 flipped = 0x0000; in flip_4bit() local
45 flipped |= (value & 0x0001) << 3; in flip_4bit()
46 flipped |= (value & 0x0002) << 1; in flip_4bit()
47 flipped |= (value & 0x0004) >> 1; in flip_4bit()
48 flipped |= (value & 0x0008) >> 3; in flip_4bit()
50 return flipped; in flip_4bit()
977 u16 flipped; in b43legacy_radio_interference_mitigation_enable() local
995 flipped = flip_4bit(tmp); in b43legacy_radio_interference_mitigation_enable()
996 if (flipped < 10 && flipped >= 8) in b43legacy_radio_interference_mitigation_enable()
[all …]
/linux-6.8/drivers/usb/typec/mux/
Dptn36502.c102 * Flipped Orientation (CC2) in ptn36502_set()
137 * Flipped Orientation (CC2) in ptn36502_set()
159 * Flipped Orientation (CC2) in ptn36502_set()
Dnb7vpq904m.c135 * Flipped Orientation (CC2) in nb7vpq904m_set()
186 * Flipped Orientation (CC2) in nb7vpq904m_set()
225 * Flipped Orientation (CC2) in nb7vpq904m_set()
/linux-6.8/drivers/net/ethernet/google/gve/
Dgve_desc_dqo.h157 /* Flipped by HW to notify the descriptor is populated. */
218 /* Flipped by HW to notify the descriptor is populated. */
/linux-6.8/drivers/gpu/drm/amd/include/ivsrcid/dcn/
Dirqsrcs_dcn_1_0.h1108 … is generated when flip request is accepted by flip logic and surface is flipped from old surface …
1109 … is generated when flip request is accepted by flip logic and surface is flipped from old surface …
1110 … is generated when flip request is accepted by flip logic and surface is flipped from old surface …
1111 … is generated when flip request is accepted by flip logic and surface is flipped from old surface …
1112 … is generated when flip request is accepted by flip logic and surface is flipped from old surface …
1113 … is generated when flip request is accepted by flip logic and surface is flipped from old surface …
1114 … is generated when flip request is accepted by flip logic and surface is flipped from old surface …
1115 … is generated when flip request is accepted by flip logic and surface is flipped from old surface …
/linux-6.8/Documentation/userspace-api/media/v4l/
Dvidioc-enuminput.rst149 flipped horizontally and does not correct this before passing the
154 flipped vertically and does not correct this before passing the
/linux-6.8/Documentation/devicetree/bindings/iio/
Dmount-matrix.txt37 reference. This means that the sensor may be flipped upside-down, left-right,
196 The sensor is flipped 180 degrees (Pi radians) around the Z axis, i.e. mounted
/linux-6.8/drivers/mtd/nand/spi/
Dgigadevice.c108 /* 1-7 bits are flipped. return the maximum. */ in gd5fxgq4xa_ecc_get_status()
206 * 4 ... 7 bits are flipped (1..4 can't be detected, so in gd5fxgq4uexxg_ecc_get_status()
249 * 1 ... 4 bits are flipped (and corrected) in gd5fxgq5xexxg_ecc_get_status()
/linux-6.8/drivers/hid/
Dhid-uclogic-params.h102 * and the Y tilt direction is flipped.
158 * I.e. one, if the reports should be flipped without offset.
/linux-6.8/drivers/mtd/nand/onenand/
DKconfig18 flipped accidentally due to device wear or something else.
/linux-6.8/Documentation/ABI/testing/
Dsysfs-bus-surface_aggregator-tabletsw46 - "slate": The screen covers the keyboard or has been flipped
/linux-6.8/arch/sparc/include/uapi/asm/
Ddisplay7seg.h25 * FLIP - Toggle inverted mode (0=normal 1=flipped)
/linux-6.8/drivers/iio/gyro/
Dmpu3050.h44 * @orientation: mounting matrix, flipped axis etc
/linux-6.8/Documentation/devicetree/bindings/soc/qcom/
Dqcom,pmic-glink.yaml48 It is defined that GPIO active level means "CC2" or Reversed/Flipped orientation.
/linux-6.8/include/scsi/
Dlibiscsi_tcp.h52 /* copied and flipped values */
/linux-6.8/arch/mips/include/asm/sn/
Daddrs.h116 * CPU_UALIAS -- 128kb in size, the bottom part of UALIAS is flipped
131 * The bottom of ualias space is flipped depending on whether you're
/linux-6.8/Documentation/input/devices/
Drotary-encoder.rst68 should have happened, unless it flipped back on half the way. The
/linux-6.8/Documentation/devicetree/bindings/pci/
Dpci-iommu.txt123 * but the high bits of the bus number are flipped.
/linux-6.8/arch/mips/loongson64/
Dcpucfg-emul.c41 /* See if UCAC bit can be flipped on. This should be safe. */ in cpu_has_uca()
/linux-6.8/drivers/net/wireless/broadcom/b43/
Dphy_g.c830 u16 tmp, flipped; in b43_radio_interference_mitigation_enable() local
844 flipped = bitrev4(tmp); in b43_radio_interference_mitigation_enable()
845 if (flipped < 10 && flipped >= 8) in b43_radio_interference_mitigation_enable()
846 flipped = 7; in b43_radio_interference_mitigation_enable()
847 else if (flipped >= 10) in b43_radio_interference_mitigation_enable()
848 flipped -= 3; in b43_radio_interference_mitigation_enable()
849 flipped = (bitrev4(flipped) << 1) | 0x0020; in b43_radio_interference_mitigation_enable()
850 b43_radio_write16(dev, 0x0078, flipped); in b43_radio_interference_mitigation_enable()
/linux-6.8/Documentation/admin-guide/media/
Dvivid.rst644 image. These combine with the 'Sensor Flipped Horizontally/Vertically' Vivid
737 - Sensor Flipped Horizontally:
739 the image is flipped horizontally and the
743 - Sensor Flipped Vertically:
745 the image is flipped vertically and the
/linux-6.8/drivers/mtd/devices/
DKconfig70 flipped accidentally due to device wear or something else.

12345