Searched refs:flipped (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/sbus/char/ |
D | display7seg.c | 56 bool flipped; member 92 if (p->flipped) in d7s_release() 205 p->flipped = true; in d7s_probe() 207 if (p->flipped) in d7s_probe() 241 if (p->flipped) in d7s_remove()
|
/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/ |
D | radio.c | 54 u16 flipped = 0x0000; in flip_4bit() local 58 flipped |= (value & 0x0001) << 3; in flip_4bit() 59 flipped |= (value & 0x0002) << 1; in flip_4bit() 60 flipped |= (value & 0x0004) >> 1; in flip_4bit() 61 flipped |= (value & 0x0008) >> 3; in flip_4bit() 63 return flipped; in flip_4bit() 994 u16 flipped; in b43legacy_radio_interference_mitigation_enable() local 1012 flipped = flip_4bit(tmp); in b43legacy_radio_interference_mitigation_enable() 1013 if (flipped < 10 && flipped >= 8) in b43legacy_radio_interference_mitigation_enable() 1014 flipped = 7; in b43legacy_radio_interference_mitigation_enable() [all …]
|
/Linux-v4.19/drivers/tty/ |
D | mips_ejtag_fdc.c | 560 unsigned int stat, channel, data, cfg, i, flipped; in mips_ejtag_fdc_handle() local 580 flipped = 0; in mips_ejtag_fdc_handle() 611 flipped += tty_insert_flip_char(&dport->port, buf[i], in mips_ejtag_fdc_handle() 614 if (flipped) in mips_ejtag_fdc_handle()
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | pixfmt-nv12mt.rst | 29 flipped Z order.
|
D | vidioc-enuminput.rst | 153 flipped horizontally and does not correct this before passing the 158 flipped vertically and does not correct this before passing the
|
/Linux-v4.19/drivers/net/wireless/broadcom/b43/ |
D | phy_g.c | 843 u16 tmp, flipped; in b43_radio_interference_mitigation_enable() local 857 flipped = bitrev4(tmp); in b43_radio_interference_mitigation_enable() 858 if (flipped < 10 && flipped >= 8) in b43_radio_interference_mitigation_enable() 859 flipped = 7; in b43_radio_interference_mitigation_enable() 860 else if (flipped >= 10) in b43_radio_interference_mitigation_enable() 861 flipped -= 3; in b43_radio_interference_mitigation_enable() 862 flipped = (bitrev4(flipped) << 1) | 0x0020; in b43_radio_interference_mitigation_enable() 863 b43_radio_write16(dev, 0x0078, flipped); in b43_radio_interference_mitigation_enable()
|
/Linux-v4.19/drivers/mtd/nand/onenand/ |
D | Kconfig | 18 flipped accidentally due to device wear or something else.
|
/Linux-v4.19/Documentation/input/devices/ |
D | rotary-encoder.rst | 68 should have happened, unless it flipped back on half the way. The
|
/Linux-v4.19/Documentation/devicetree/bindings/pci/ |
D | pci-iommu.txt | 123 * but the high bits of the bus number are flipped.
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | cyttsp4_core.c | 806 bool flipped; in cyttsp4_get_touch() local 821 flipped = true; in cyttsp4_get_touch() 823 flipped = false; in cyttsp4_get_touch() 826 if (flipped) in cyttsp4_get_touch() 834 if (flipped) in cyttsp4_get_touch() 843 __func__, flipped ? "true" : "false", in cyttsp4_get_touch()
|
/Linux-v4.19/drivers/mtd/devices/ |
D | Kconfig | 69 flipped accidentally due to device wear or something else.
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-mtd | 64 0x0800: MTD_BIT_WRITEABLE - single bits can be flipped
|
/Linux-v4.19/Documentation/ |
D | static-keys.txt | 87 straight-line code path. When the branch is 'flipped', we will patch the
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | vivid.rst | 667 the image is flipped horizontally and the 673 the image is flipped vertically and the
|