Home
last modified time | relevance | path

Searched refs:flipped (Results 1 – 17 of 17) sorted by relevance

/linux-6.3-rc2/drivers/sbus/char/
A Ddisplay7seg.c56 bool flipped; member
92 if (p->flipped) in d7s_release()
205 p->flipped = true; in d7s_probe()
207 if (p->flipped) in d7s_probe()
240 if (p->flipped) in d7s_remove()
/linux-6.3-rc2/drivers/phy/
A 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.3-rc2/drivers/net/wireless/broadcom/b43legacy/
A Dradio.c41 u16 flipped = 0x0000; in flip_4bit() local
45 flipped |= (value & 0x0001) << 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()
997 flipped = 7; in b43legacy_radio_interference_mitigation_enable()
998 else if (flipped >= 10) in b43legacy_radio_interference_mitigation_enable()
999 flipped -= 3; in b43legacy_radio_interference_mitigation_enable()
1000 flipped = flip_4bit(flipped); in b43legacy_radio_interference_mitigation_enable()
[all …]
/linux-6.3-rc2/drivers/tty/
A Dmips_ejtag_fdc.c561 unsigned int stat, channel, data, cfg, i, flipped; in mips_ejtag_fdc_handle() local
581 flipped = 0; in mips_ejtag_fdc_handle()
612 flipped += tty_insert_flip_char(&dport->port, buf[i], in mips_ejtag_fdc_handle()
615 if (flipped) in mips_ejtag_fdc_handle()
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A 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.3-rc2/Documentation/ABI/testing/
A Dsysfs-bus-surface_aggregator-tabletsw46 - "slate": The screen covers the keyboard or has been flipped
A Dsysfs-class-mtd64 0x0800: MTD_BIT_WRITEABLE - single bits can be flipped
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43/
A 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.3-rc2/drivers/mtd/nand/onenand/
A DKconfig18 flipped accidentally due to device wear or something else.
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/
A 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.3-rc2/drivers/input/touchscreen/
A Dcyttsp4_core.c809 bool flipped; in cyttsp4_get_touch() local
824 flipped = true; in cyttsp4_get_touch()
826 flipped = false; in cyttsp4_get_touch()
829 if (flipped) in cyttsp4_get_touch()
837 if (flipped) in cyttsp4_get_touch()
846 __func__, flipped ? "true" : "false", in cyttsp4_get_touch()
/linux-6.3-rc2/Documentation/devicetree/bindings/pci/
A Dpci-iommu.txt123 * but the high bits of the bus number are flipped.
/linux-6.3-rc2/Documentation/input/devices/
A Drotary-encoder.rst68 should have happened, unless it flipped back on half the way. The
/linux-6.3-rc2/drivers/mtd/devices/
A DKconfig70 flipped accidentally due to device wear or something else.
/linux-6.3-rc2/Documentation/staging/
A Dstatic-keys.rst87 straight-line code path. When the branch is 'flipped', we will patch the
/linux-6.3-rc2/Documentation/admin-guide/media/
A Dvivid.rst739 the image is flipped horizontally and the
745 the image is flipped vertically and the
/linux-6.3-rc2/crypto/
A DKconfig739 ciphertext produces a flipped bit in the plaintext at the same

Completed in 44 milliseconds