/Linux-v6.6/drivers/leds/trigger/ |
D | ledtrig-gpio.c | 21 unsigned inverted; /* true when gpio is inverted */ member 32 if (gpio_data->inverted) in gpio_trig_irq() 81 return sprintf(buf, "%u\n", gpio_data->inverted); in gpio_trig_inverted_show() 89 unsigned long inverted; in gpio_trig_inverted_store() local 92 ret = kstrtoul(buf, 10, &inverted); in gpio_trig_inverted_store() 96 if (inverted > 1) in gpio_trig_inverted_store() 99 gpio_data->inverted = inverted; in gpio_trig_inverted_store() 107 static DEVICE_ATTR(inverted, 0644, gpio_trig_inverted_show,
|
/Linux-v6.6/Documentation/devicetree/bindings/input/touchscreen/ |
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;
|
D | bu21013.txt | 15 - touchscreen-inverted-x : General touchscreen binding, see [1]. 16 - touchscreen-inverted-y : General touchscreen binding, see [1]. 41 touchscreen-inverted-y;
|
D | raspberrypi,firmware-ts.txt | 11 - touchscreen-inverted-x: See touchscreen.txt 12 - touchscreen-inverted-y: See touchscreen.txt
|
D | zet6223.txt | 15 - touchscreen-inverted-x : See touchscreen.txt 16 - touchscreen-inverted-y : See touchscreen.txt
|
D | eeti.txt | 16 - touchscreen-inverted-x 17 - touchscreen-inverted-y
|
/Linux-v6.6/lib/ |
D | glob.c | 71 bool match = false, inverted = (*pat == '!'); in glob_match() local 72 char const *class = pat + inverted; in glob_match() 98 if (match == inverted) in glob_match()
|
/Linux-v6.6/Documentation/devicetree/bindings/mmc/ |
D | vt8500-sdmmc.txt | 11 - sdon-inverted: SD_ON bit is inverted on the controller 21 sdon-inverted;
|
D | atmel-hsmci.txt | 44 - cd-inverted: invert the value of external card detect gpio line 53 cd-inverted; 67 cd-inverted;
|
D | fsl-esdhc.txt | 28 - sdhci,wp-inverted : specifies that eSDHC controller reports 29 inverted write-protect state; New devices should use the generic 30 "wp-inverted" property.
|
D | sdhci-atmel.txt | 20 - microchip,sdcal-inverted: when present, polarity on the SDCAL SoC pin is 21 inverted. The default polarity for this signal is described in the datasheet.
|
/Linux-v6.6/arch/riscv/boot/dts/starfive/ |
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;
|
/Linux-v6.6/arch/x86/math-emu/ |
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-v6.6/Documentation/devicetree/bindings/sound/ |
D | rt5651.txt | 25 - realtek,jack-detect-not-inverted 26 bool. Normal jack-detect switches give an inverted (active-low) signal, 28 inverted.
|
D | rt5640.txt | 48 - realtek,jack-detect-not-inverted 49 bool. Normal jack-detect switches give an inverted signal, set this bool 50 in the rare case you've a jack-detect switch which is not inverted.
|
/Linux-v6.6/Documentation/userspace-api/media/rc/ |
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-v6.6/drivers/i2c/busses/ |
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-v6.6/arch/arm/boot/dts/nxp/imx/ |
D | imx6dl-b155v2.dts | 28 touchscreen-inverted-x; 29 touchscreen-inverted-y;
|
/Linux-v6.6/arch/arm/boot/dts/ti/omap/ |
D | omap5-sbc-t54.dts | 35 cd-inverted; 36 wp-inverted;
|
/Linux-v6.6/arch/arm64/boot/dts/allwinner/ |
D | sun50i-a64-oceanic-5205-5inmfd.dts | 49 touchscreen-inverted-x; 50 touchscreen-inverted-y;
|
/Linux-v6.6/arch/arm64/boot/dts/freescale/ |
D | imx8mq-zii-ultra-rmb3.dts | 127 touchscreen-inverted-x; 136 touchscreen-inverted-x; 149 touchscreen-inverted-x;
|
/Linux-v6.6/arch/sh/drivers/ |
D | heartbeat.c | 33 unsigned bit, unsigned int inverted) in heartbeat_toggle_bit() argument 38 if (inverted) in heartbeat_toggle_bit()
|
/Linux-v6.6/drivers/thermal/ |
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-v6.6/arch/arm64/boot/dts/apple/ |
D | t600x-j314-j316.dtsi | 114 cd-inverted; 115 wp-inverted;
|
D | t600x-j375.dtsi | 99 cd-inverted; 100 wp-inverted;
|