| /linux/drivers/sbus/char/ | 
| H A D | display7seg.c | 38  * 	1) Device ALWAYS reverts to OBP-specified FLIPPED mode56 	bool		flipped;  member
 83 	/* Reset flipped state to OBP default only if  in d7s_release()
 92 		if (p->flipped)  in d7s_release()
 198 	/* OBP option "d7s-flipped?" is honored as default for the  in d7s_probe()
 204 	    p->flipped = of_property_read_bool(opts, "d7s-flipped?");  in d7s_probe()
 206 	if (p->flipped)  in d7s_probe()
 215 	       (regs & D7S_FLIP) ? " (FLIPPED)" : "",  in d7s_probe()
 237 	/* Honor OBP d7s-flipped? unless operating in solaris-compat mode */  in d7s_remove()
 239 		if (p->flipped)  in d7s_remove()
 
 | 
| /linux/tools/testing/selftests/powerpc/tm/ | 
| H A D | tm-trap.c | 5  * Check if thread endianness is flipped inadvertently to BE on trap27  * endianness "flipped back" to the native endianness (BE).
 77 			 * event that endianness is flipped by the bug, so just  in trap_signal_handler()
 80 			 * flipped or not.  in trap_signal_handler()
 87 			 * endianness was still LE (not flipped inadvertently)  in trap_signal_handler()
 96 			 * advertently flipped, instruction (1) is tread as a  in trap_signal_handler()
 102 			 * flipped or not after the return from the second trap  in trap_signal_handler()
 103 			 * event. If endianness is flipped, the bug is present.  in trap_signal_handler()
 119 				 * Thread endianness is BE, so it flipped  in trap_signal_handler()
 160 			 * flipped back to BE on return from the second trap  in trap_signal_handler()
 [all …]
 
 | 
| /linux/drivers/net/wireless/broadcom/b43legacy/ | 
| H A D | radio.c | 37  * Example:  1101 is flipped 101141 	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()
 [all …]
 
 | 
| /linux/drivers/usb/typec/mux/ | 
| H A D | ptn36502.c | 101 		 * Flipped Orientation (CC2)  in ptn36502_set()136 		 * Flipped Orientation (CC2)  in ptn36502_set()
 158 		 * Flipped Orientation (CC2)  in ptn36502_set()
 
 | 
| H A D | nb7vpq904m.c | 136 		 * Flipped Orientation (CC2)  in nb7vpq904m_set()187 		 * Flipped Orientation (CC2)  in nb7vpq904m_set()
 226 		 * Flipped Orientation (CC2)  in nb7vpq904m_set()
 
 | 
| /linux/drivers/gpu/drm/amd/include/ivsrcid/dcn/ | 
| H A D | irqsrcs_dcn_1_0.h | 1108 … is generated when flip request is accepted by flip logic and surface is flipped from old surface …1109 … is generated when flip request is accepted by flip logic and surface is flipped from old surface …
 1110 … is generated when flip request is accepted by flip logic and surface is flipped from old surface …
 1111 … is generated when flip request is accepted by flip logic and surface is flipped from old surface …
 1112 … is generated when flip request is accepted by flip logic and surface is flipped from old surface …
 1113 … is generated when flip request is accepted by flip logic and surface is flipped from old surface …
 1114 … is generated when flip request is accepted by flip logic and surface is flipped from old surface …
 1115 … is generated when flip request is accepted by flip logic and surface is flipped from old surface …
 
 | 
| /linux/drivers/net/ethernet/google/gve/ | 
| H A D | gve_desc_dqo.h | 157 	/* Flipped by HW to notify the descriptor is populated. */218 	/* Flipped by HW to notify the descriptor is populated. */
 
 | 
| /linux/Documentation/userspace-api/media/v4l/ | 
| H A D | vidioc-enuminput.rst | 149 	flipped horizontally and does not correct this before passing the154 	flipped vertically and does not correct this before passing the
 
 | 
| /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/net/rxrpc/ | 
| H A D | input.c | 877 	unsigned long old_reported = 0, flipped, new_acks = 0;  in rxrpc_input_soft_ack_tq()  local892 	/* See how many previously logged ACKs/NAKs have flipped. */  in rxrpc_input_soft_ack_tq()
 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/hid/ | 
| H A D | hid-uclogic-params.h | 102 	 * and the Y tilt direction is flipped.158 	 * I.e. one, if the reports should be flipped without offset.
 
 | 
| /linux/Documentation/ABI/testing/ | 
| H A D | sysfs-bus-surface_aggregator-tabletsw | 46 		- "slate": The screen covers the keyboard or has been flipped
 | 
| /linux/drivers/mtd/nand/onenand/ | 
| H A D | Kconfig | 18 	  flipped accidentally due to device wear or something else.
 | 
| /linux/arch/sparc/include/uapi/asm/ | 
| H A D | display7seg.h | 25  * FLIP		- Toggle inverted mode 	(0=normal 1=flipped)
 | 
| /linux/drivers/iio/gyro/ | 
| H A D | mpu3050.h | 44  * @orientation: mounting matrix, flipped axis etc
 | 
| /linux/include/scsi/ | 
| H A D | libiscsi_tcp.h | 51 	/* copied and flipped values */
 | 
| /linux/arch/mips/include/asm/sn/ | 
| H A D | addrs.h | 116  *	CPU_UALIAS -- 128kb in size, the bottom part of UALIAS is flipped131  * The bottom of ualias space is flipped depending on whether you're
 
 | 
| /linux/Documentation/input/devices/ | 
| H A D | rotary-encoder.rst | 68 	should have happened, unless it flipped back on half the way. The
 | 
| /linux/arch/mips/loongson64/ | 
| H A D | cpucfg-emul.c | 41 	/* See if UCAC bit can be flipped on. This should be safe. */  in cpu_has_uca()
 | 
| /linux/drivers/net/wireless/broadcom/b43/ | 
| H A D | phy_g.c | 830 	u16 tmp, flipped;  in b43_radio_interference_mitigation_enable()  local844 		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/admin-guide/media/ | 
| H A D | vivid.rst | 653 image. These combine with the 'Sensor Flipped Horizontally/Vertically' Vivid746 - Sensor Flipped Horizontally:
 748 	the image is flipped horizontally and the
 752 - Sensor Flipped Vertically:
 754 	the image is flipped vertically and the
 
 | 
| /linux/drivers/tty/ | 
| H A D | mips_ejtag_fdc.c | 561 	unsigned int stat, channel, data, cfg, i, flipped;  in mips_ejtag_fdc_handle()  local581 		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/drivers/net/can/spi/mcp251xfd/ | 
| H A D | mcp251xfd-regmap.c | 344 		 * If the highest bit in the lowest byte is flipped  in mcp251xfd_regmap_crc_read()361 				 * flipped data is OK.  in mcp251xfd_regmap_crc_read()
 
 | 
| /linux/include/linux/phy/ | 
| H A D | phy-mipi-dphy.h | 174 	 * flipped differential state after last payload data bit of a
 | 
| /linux/drivers/mtd/devices/ | 
| H A D | Kconfig | 70 	  flipped accidentally due to device wear or something else.
 |