Searched refs:flipped (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/sbus/char/ |
D | display7seg.c | 57 bool flipped; member 93 if (p->flipped) in d7s_release() 206 p->flipped = true; in d7s_probe() 208 if (p->flipped) in d7s_probe() 242 if (p->flipped) in d7s_remove()
|
/linux-4.4.14/drivers/net/wireless/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-4.4.14/drivers/tty/ |
D | mips_ejtag_fdc.c | 563 unsigned int stat, channel, data, cfg, i, flipped; in mips_ejtag_fdc_handle() local 583 flipped = 0; in mips_ejtag_fdc_handle() 614 flipped += tty_insert_flip_char(&dport->port, buf[i], in mips_ejtag_fdc_handle() 617 if (flipped) in mips_ejtag_fdc_handle()
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | phy_g.c | 842 u16 tmp, flipped; in b43_radio_interference_mitigation_enable() local 856 flipped = bitrev4(tmp); in b43_radio_interference_mitigation_enable() 857 if (flipped < 10 && flipped >= 8) in b43_radio_interference_mitigation_enable() 858 flipped = 7; in b43_radio_interference_mitigation_enable() 859 else if (flipped >= 10) in b43_radio_interference_mitigation_enable() 860 flipped -= 3; in b43_radio_interference_mitigation_enable() 861 flipped = (bitrev4(flipped) << 1) | 0x0020; in b43_radio_interference_mitigation_enable() 862 b43_radio_write16(dev, 0x0078, flipped); in b43_radio_interference_mitigation_enable()
|
/linux-4.4.14/drivers/mtd/onenand/ |
D | Kconfig | 19 flipped accidentally due to device wear or something else.
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | cyttsp4_core.c | 778 bool flipped; in cyttsp4_get_touch() local 793 flipped = true; in cyttsp4_get_touch() 795 flipped = false; in cyttsp4_get_touch() 798 if (flipped) in cyttsp4_get_touch() 806 if (flipped) in cyttsp4_get_touch() 815 __func__, flipped ? "true" : "false", in cyttsp4_get_touch()
|
/linux-4.4.14/Documentation/input/ |
D | rotary-encoder.txt | 65 should have happened, unless it flipped back on half the way. The
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-mtd | 64 0x0800: MTD_BIT_WRITEABLE - single bits can be flipped
|
/linux-4.4.14/drivers/mtd/devices/ |
D | Kconfig | 69 flipped accidentally due to device wear or something else.
|
/linux-4.4.14/Documentation/ |
D | static-keys.txt | 79 straight-line code path. When the branch is 'flipped', we will patch the
|
/linux-4.4.14/Documentation/video4linux/ |
D | vivid.txt | 614 Sensor Flipped Horizontally: the image is flipped horizontally and the 618 Sensor Flipped Vertically: the image is flipped vertically and the
|