Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/sbus/char/
H A Ddisplay7seg.c57 bool flipped; member
93 if (p->flipped) in d7s_release()
206 p->flipped = true; in d7s_probe()
208 if (p->flipped) in d7s_probe()
243 if (p->flipped) in d7s_remove()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0013-linuxfb-Use-triple-buffer-by-default.patch33 - Output() : backFb(0), flipped(false) { }
39 - bool flipped;
56 - output.flipped = false;
67 + // The next buffer would be available after flipped
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c41 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()
997 flipped = 7; in b43legacy_radio_interference_mitigation_enable()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/weston-init/
H A Dweston.ini56 #transform=flipped
61 #transform=flipped-90
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mt_common.c137 bool flipped; in cyttsp5_mt_process_touch() local
153 flipped = true; in cyttsp5_mt_process_touch()
155 flipped = false; in cyttsp5_mt_process_touch()
158 if (flipped) in cyttsp5_mt_process_touch()
167 if (flipped) in cyttsp5_mt_process_touch()
183 __func__, flipped ? "true" : "false", in cyttsp5_mt_process_touch()
/OK3568_Linux_fs/device/rockchip/common/overlays/overlay-yocto/etc/xdg/weston/
H A Dweston.ini10 # The repaint-window is used to calculate repaint delay(ms) after flipped.
/OK3568_Linux_fs/buildroot/board/forlinx/common/base/etc/xdg/weston/
H A Dweston.ini10 # The repaint-window is used to calculate repaint delay(ms) after flipped.
/OK3568_Linux_fs/buildroot/board/rockchip/common/base/etc/xdg/weston/
H A Dweston.ini10 # The repaint-window is used to calculate repaint delay(ms) after flipped.
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra124/
H A DKconfig38 sense are flipped, and it has a different revision of the AS3722
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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
H A Dpixfmt-nv12mt.rst29 flipped Z order.
/OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/
H A DKconfig18 flipped accidentally due to device wear or something else.
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dcyttsp4_core.c795 bool flipped; in cyttsp4_get_touch() local
810 flipped = true; in cyttsp4_get_touch()
812 flipped = false; in cyttsp4_get_touch()
815 if (flipped) in cyttsp4_get_touch()
823 if (flipped) in cyttsp4_get_touch()
832 __func__, flipped ? "true" : "false", in cyttsp4_get_touch()
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Drotary-encoder.rst68 should have happened, unless it flipped back on half the way. The
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/
H A Dpci-iommu.txt123 * but the high bits of the bus number are flipped.
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/
H A D0005-video-flip-Support-rockchip-RGA-2D-accel.patch235 + GST_DEBUG ("flipped with RGA");
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22/
H A D0005-video-flip-Support-rockchip-RGA-2D-accel.patch235 + GST_DEBUG ("flipped with RGA");
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/
H A D0005-video-flip-Support-rockchip-RGA-2D-accel.patch235 + GST_DEBUG ("flipped with RGA");
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A DKconfig70 flipped accidentally due to device wear or something else.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-mtd64 0x0800: MTD_BIT_WRITEABLE - single bits can be flipped
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dstatic-keys.rst87 straight-line code path. When the branch is 'flipped', we will patch the

12