/linux/drivers/sbus/char/ |
H A D | display7seg.c | 56 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()
|
/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | radio.c | 41 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 …]
|
/linux/net/rxrpc/ |
H A D | input.c | 877 unsigned long old_reported = 0, flipped, new_acks = 0; in rxrpc_input_soft_ack_tq() local 893 flipped = (tq->segment_acked ^ extracted_acks) & old_reported; in rxrpc_input_soft_ack_tq() 894 if (flipped) { in rxrpc_input_soft_ack_tq() 895 n_to_a = ~tq->segment_acked & flipped; /* Old NAK -> ACK */ in rxrpc_input_soft_ack_tq() 896 a_to_n = tq->segment_acked & flipped; /* Old ACK -> NAK */ in rxrpc_input_soft_ack_tq() 899 _debug("flip %16lx", flipped); in rxrpc_input_soft_ack_tq()
|
/linux/drivers/tty/ |
H A D | mips_ejtag_fdc.c | 561 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/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-enuminput.rst | 149 flipped horizontally and does not correct this before passing the 154 flipped vertically and does not correct this before passing the
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.c | 830 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/Documentation/ABI/testing/ |
H A D | sysfs-bus-surface_aggregator-tabletsw | 46 - "slate": The screen covers the keyboard or has been flipped
|
H A D | sysfs-class-mtd | 64 0x0800: MTD_BIT_WRITEABLE - single bits can be flipped
|
/linux/drivers/mtd/nand/onenand/ |
H A D | Kconfig | 18 flipped accidentally due to device wear or something else.
|
/linux/Documentation/devicetree/bindings/iio/ |
H A D | mount-matrix.txt | 37 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/Documentation/devicetree/bindings/pci/ |
H A D | pci-iommu.txt | 123 * but the high bits of the bus number are flipped.
|
/linux/Documentation/input/devices/ |
H A D | rotary-encoder.rst | 68 should have happened, unless it flipped back on half the way. The
|
/linux/drivers/mtd/devices/ |
H A D | Kconfig | 70 flipped accidentally due to device wear or something else.
|
/linux/Documentation/staging/ |
H A D | static-keys.rst | 87 straight-line code path. When the branch is 'flipped', we will patch the
|
/linux/Documentation/admin-guide/media/ |
H A D | vivid.rst | 748 the image is flipped horizontally and the 754 the image is flipped vertically and the
|