Home
last modified time | relevance | path

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

/openbmc/linux/drivers/sbus/char/
H A Ddisplay7seg.c56 bool flipped; member
92 if (p->flipped) in d7s_release()
204 p->flipped = of_property_read_bool(opts, "d7s-flipped?"); in d7s_probe()
206 if (p->flipped) in d7s_probe()
239 if (p->flipped) in d7s_remove()
/openbmc/linux/drivers/phy/
H 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()
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H 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 …]
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/
H A Dweston.ini56 #transform=flipped
61 #transform=flipped-90
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/
H A DKconfig38 sense are flipped, and it has a different revision of the AS3722
/openbmc/linux/drivers/tty/
H 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()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H 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
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-surface_aggregator-tabletsw46 - "slate": The screen covers the keyboard or has been flipped
H A Dsysfs-class-mtd64 0x0800: MTD_BIT_WRITEABLE - single bits can be flipped
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H 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()
/openbmc/linux/drivers/mtd/nand/onenand/
H A DKconfig18 flipped accidentally due to device wear or something else.
/openbmc/linux/Documentation/devicetree/bindings/iio/
H 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
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dpci-iommu.txt123 * but the high bits of the bus number are flipped.
/openbmc/linux/Documentation/input/devices/
H A Drotary-encoder.rst68 should have happened, unless it flipped back on half the way. The
/openbmc/linux/drivers/input/touchscreen/
H 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()
/openbmc/linux/drivers/mtd/devices/
H A DKconfig70 flipped accidentally due to device wear or something else.
/openbmc/linux/Documentation/staging/
H A Dstatic-keys.rst87 straight-line code path. When the branch is 'flipped', we will patch the
/openbmc/linux/Documentation/admin-guide/media/
H A Dvivid.rst739 the image is flipped horizontally and the
745 the image is flipped vertically and the
/openbmc/linux/crypto/
H A DKconfig747 ciphertext produces a flipped bit in the plaintext at the same
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch19621 { AV_PIX_FMT_RGB565LE,MKTAG( 3 , 0 , 0 , 0 ) }, /* flipped RGB565LE */