| /linux/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | brcm,iproc-touchscreen.txt | 59 - touchscreen-inverted-x: X axis is inverted (boolean) 60 - touchscreen-inverted-y: Y axis is inverted (boolean) 85 touchscreen-inverted-x; 86 touchscreen-inverted-y;
|
| /linux/arch/riscv/boot/dts/starfive/ |
| H A D | jh7110-pine64-star64.dts | 83 motorcomm,tx-clk-10-inverted; 84 motorcomm,tx-clk-100-inverted; 85 motorcomm,tx-clk-1000-inverted; 94 motorcomm,tx-clk-10-inverted; 95 motorcomm,tx-clk-100-inverted;
|
| H A D | jh7110-starfive-visionfive-2-v1.3b.dts | 29 motorcomm,tx-clk-100-inverted; 30 motorcomm,tx-clk-1000-inverted; 39 motorcomm,tx-clk-100-inverted;
|
| H A D | jh7110-milkv-mars.dts | 65 motorcomm,tx-clk-10-inverted; 66 motorcomm,tx-clk-100-inverted; 67 motorcomm,tx-clk-1000-inverted;
|
| H A D | jh7110-orangepi-rv.dts | 69 motorcomm,tx-clk-10-inverted; 70 motorcomm,tx-clk-100-inverted; 71 motorcomm,tx-clk-1000-inverted;
|
| H A D | jh7110-milkv-marscm.dtsi | 84 motorcomm,tx-clk-10-inverted; 85 motorcomm,tx-clk-100-inverted; 86 motorcomm,tx-clk-1000-inverted;
|
| H A D | jh7110-starfive-visionfive-2-lite.dtsi | 69 motorcomm,tx-clk-100-inverted; 70 motorcomm,tx-clk-1000-inverted;
|
| /linux/Documentation/userspace-api/media/rc/ |
| H A D | rc-protos.rst | 55 - 6 (inverted) 78 where there the second stop bit is the 6th command bit, but inverted. 80 schemes. This bit is stored in bit 6 of the scancode, inverted. This is 182 The jvc protocol is much like nec, without the inverted values. It is 283 second time it is inverted. This is done for verification. 298 nec-32 does not send an inverted address or an inverted command; the 302 inverted value of the first, and also the last 8 bits must not be the 303 inverted value of the third 8 bit value. 334 their inverted versions, but these are not present in the scancodes. 399 (40ms) space between the normal and inverted values, and some IR receivers
|
| /linux/arch/x86/math-emu/ |
| H A D | poly_atan.c | 55 u_char transformed, inverted, sign1, sign2; in poly_atan() local 82 inverted = 1; in poly_atan() 87 inverted = 0; in poly_atan() 182 if (inverted) { in poly_atan()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-parport.c | 36 u8 inverted; member 198 if ((op->inverted && !state) || (!op->inverted && state)) in line_set() 209 return ((op->inverted && (oldval & op->val) != op->val) in line_get() 210 || (!op->inverted && (oldval & op->val) == op->val)); in line_get()
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6dl-b155v2.dts | 28 touchscreen-inverted-x; 29 touchscreen-inverted-y;
|
| /linux/drivers/input/joystick/ |
| H A D | adc-joystick.c | 18 bool inverted; member 47 if (joy->axes[i].inverted) in adc_joystick_poll() 97 if (joy->axes[i].inverted) in adc_joystick_handle() 179 axes[i].inverted = true; in adc_joystick_set_axes()
|
| /linux/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-a64-oceanic-5205-5inmfd.dts | 49 touchscreen-inverted-x; 50 touchscreen-inverted-y;
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mq-zii-ultra-rmb3.dts | 127 touchscreen-inverted-x; 136 touchscreen-inverted-x; 149 touchscreen-inverted-x;
|
| /linux/arch/riscv/boot/dts/sophgo/ |
| H A D | sg2044-sophgo-srd3-10.dts | 35 wp-inverted; 108 wp-inverted;
|
| /linux/drivers/thermal/ |
| H A D | armada_thermal.c | 89 bool inverted; member 387 if (priv->data->inverted) in armada_read_sensor() 457 if (data->inverted) in armada_mc_to_reg_temp() 610 .inverted = true, 627 .inverted = true, 651 .inverted = true, 675 .inverted = true,
|
| /linux/arch/sh/drivers/ |
| H A D | heartbeat.c | 33 unsigned bit, unsigned int inverted) in heartbeat_toggle_bit() argument 38 if (inverted) in heartbeat_toggle_bit()
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm9hmidc.dtsi | 39 touchscreen-inverted-x; 40 touchscreen-inverted-y;
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | px30-ringneck-haikou-lvds-9904379.dtso | 79 touchscreen-inverted-x; 80 touchscreen-inverted-y;
|
| /linux/arch/arm/mach-omap2/ |
| H A D | omap-wakeupgen.c | 162 bool inverted = false; in wakeupgen_irq_set_type() local 168 inverted = true; in wakeupgen_irq_set_type() 173 inverted = true; in wakeupgen_irq_set_type() 179 if (inverted && d->hwirq != SYS_NIRQ1_EXT_SYS_IRQ_1 && in wakeupgen_irq_set_type()
|
| /linux/drivers/pwm/ |
| H A D | pwm-meson.c | 103 bool inverted; member 256 if (channel->inverted) in meson_pwm_enable() 282 if (channel->inverted) in meson_pwm_disable() 298 channel->inverted = (state->polarity == PWM_POLARITY_INVERSED); in meson_pwm_apply() 301 if (channel->inverted && !meson->data->has_polarity) { in meson_pwm_apply()
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | omap3-beagle-xm-ab.dts | 9 /* HS USB Port 2 Power enable was inverted with the xM C */
|
| H A D | am572x-idk-touchscreen.dtso | 24 /* GPIO line is inverted before going to touch panel */
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | eiger.dts | 326 has-inverted-stacr-oc; 356 has-inverted-stacr-oc; 386 has-inverted-stacr-oc; 416 has-inverted-stacr-oc;
|
| /linux/Documentation/core-api/ |
| H A D | librs.rst | 60 The expanded data can be inverted on the fly by providing a non-zero 62 e.g. for FLASH ECC, where the all 0xFF is inverted to an all 0x00. The 63 Reed-Solomon code for all 0x00 is all 0x00. The code is inverted before
|