| /kernel/linux/linux-4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| D | hw_atl_llh_internal.h | 116 /* inverted bitmask for bitfield dca_en */ 134 /* inverted bitmask for bitfield dca_mode[3:0] */ 154 /* inverted bitmask for bitfield desc{d}_data_size[4:0] */ 173 /* inverted bitmask for bitfield dca{d}_desc_en */ 192 /* inverted bitmask for bitfield desc{d}_en */ 212 /* inverted bitmask for bitfield desc{d}_hdr_size[4:0] */ 232 /* inverted bitmask for bitfield desc{d}_hdr_split */ 251 /* inverted bitmask for bitfield desc{d}_hd[c:0] */ 268 /* inverted bitmask for bitfield desc{d}_len[9:0] */ 287 /* inverted bitmask for bitfield desc{d}_reset */ [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| D | hw_atl_llh_internal.h | 154 /* inverted bitmask for bitfield dca_en */ 172 /* inverted bitmask for bitfield dca_mode[3:0] */ 192 /* inverted bitmask for bitfield desc{d}_data_size[4:0] */ 211 /* inverted bitmask for bitfield dca{d}_desc_en */ 230 /* inverted bitmask for bitfield desc{d}_en */ 250 /* inverted bitmask for bitfield desc{d}_hdr_size[4:0] */ 270 /* inverted bitmask for bitfield desc{d}_hdr_split */ 289 /* inverted bitmask for bitfield desc{d}_hd[c:0] */ 306 /* inverted bitmask for bitfield desc{d}_len[9:0] */ 325 /* inverted bitmask for bitfield desc{d}_reset */ [all …]
|
| /kernel/linux/linux-5.10/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,
|
| /kernel/linux/linux-4.19/drivers/leds/trigger/ |
| D | ledtrig-gpio.c | 24 unsigned inverted; /* true when gpio is inverted */ member 35 if (gpio_data->inverted) in gpio_trig_irq() 84 return sprintf(buf, "%u\n", gpio_data->inverted); in gpio_trig_inverted_show() 92 unsigned long inverted; in gpio_trig_inverted_store() local 95 ret = kstrtoul(buf, 10, &inverted); in gpio_trig_inverted_store() 99 if (inverted > 1) in gpio_trig_inverted_store() 102 gpio_data->inverted = inverted; in gpio_trig_inverted_store() 109 static DEVICE_ATTR(inverted, 0644, gpio_trig_inverted_show,
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/input/touchscreen/ |
| D | touchscreen.txt | 23 - touchscreen-inverted-x : X axis is inverted (boolean) 24 - touchscreen-inverted-y : Y axis is inverted (boolean) 36 - x-invert : deprecated name for touchscreen-inverted-x 37 - y-invert : deprecated name for touchscreen-inverted-y
|
| D | chipone_icn8318.txt | 19 - touchscreen-inverted-x : X axis is inverted (boolean) 20 - touchscreen-inverted-y : Y axis is inverted (boolean) 39 touchscreen-inverted-x;
|
| 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 | goodix.txt | 22 - touchscreen-inverted-x : X axis is inverted (boolean) 23 - touchscreen-inverted-y : Y axis is inverted (boolean)
|
| D | mms114.txt | 16 - touchscreen-inverted-x: See [1] 17 - touchscreen-inverted-y: See [1] 36 touchscreen-inverted-x; 37 touchscreen-inverted-y;
|
| D | exc3000.txt | 11 - touchscreen-inverted-x: See touchscreen.txt 12 - touchscreen-inverted-y: See touchscreen.txt 24 touchscreen-inverted-x;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
| D | chipone_icn8318.txt | 19 - touchscreen-inverted-x : X axis is inverted (boolean) 20 - touchscreen-inverted-y : Y axis is inverted (boolean) 39 touchscreen-inverted-x;
|
| 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 | mms114.txt | 17 - touchscreen-inverted-x: See [1] 18 - touchscreen-inverted-y: See [1] 37 touchscreen-inverted-x; 38 touchscreen-inverted-y;
|
| D | touchscreen.yaml | 58 touchscreen-inverted-x: 59 description: X axis is inverted 62 touchscreen-inverted-y: 63 description: Y axis is inverted
|
| D | eeti,exc3000.yaml | 29 touchscreen-inverted-x: true 30 touchscreen-inverted-y: true 55 touchscreen-inverted-x;
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/mmc/ |
| D | mmc.txt | 20 - cd-inverted: when present, polarity on the CD line is inverted. See the note 24 - wp-inverted: when present, polarity on the WP line is inverted. See the note 71 polarity properties, we have to fix the meaning of the "normal" and "inverted" 73 lines as "active low." Therefore, using the "cd-inverted" property means, that 75 logic applies to the "wp-inverted" property. 79 dedicated pins can be specified, using *-inverted properties. GPIO polarity can 83 GPIO_ACTIVE_LOW flag clear and specifying the respective *-inverted property 149 cd-inverted;
|
| D | vt8500-sdmmc.txt | 11 - sdon-inverted: SD_ON bit is inverted on the controller 21 sdon-inverted;
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| D | hw_atl2_llh_internal.h | 36 /* inverted bitmask for bitfield rpf_new_rpf_en */ 55 /* inverted bitmask for bitfield l2_uc_req_tag0{f}[2:0] */ 73 /* inverted bitmask for bitfield rpf_l2_bc_req_tag */ 109 /* inverted bitmask for bitfield vlan_req_tag0{f}[3:0] */ 144 /* inverted bitmask for bitfield tx_tc_q_rand_map_en */ 162 /* inverted bitmask for bitfield tx_buffer_clk_gate_en */ 197 /* inverted bitmask for bitfield data_tc_arb_mode */ 216 /* inverted bitmask for bitfield data_tc{t}_credit_max[f:0] */ 235 /* inverted bitmask for bitfield data_tc{t}_weight[e:0] */ 289 /* Inverted bitmask for bitfield ahb_mem_addr{f}[31:0] */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/ |
| D | vt8500-sdmmc.txt | 11 - sdon-inverted: SD_ON bit is inverted on the controller 21 sdon-inverted;
|
| D | mmc-controller.yaml | 53 # of the "normal" and "inverted" line levels. We choose to follow 55 # low." Therefore, using the "cd-inverted" property means, that the 57 # inserted. Similar logic applies to the "wp-inverted" property. 62 # using *-inverted properties. GPIO polarity can also be specified 67 # respective *-inverted property property results in a 70 wp-inverted: 73 The Write Protect line polarity is inverted. 75 cd-inverted: 78 The CD line polarity is inverted. 366 cd-inverted;
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | st-pincfg.h | 49 * single-edge data non inverted clock, retime data with clk 54 * single-edge data inverted clock, retime data with clk 63 * CIV0, CIV1 modes with inverted clock 68 * CLK0, CLK1 modes with non-inverted clock
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | st-pincfg.h | 49 * single-edge data non inverted clock, retime data with clk 54 * single-edge data inverted clock, retime data with clk 63 * CIV0, CIV1 modes with inverted clock 68 * CLK0, CLK1 modes with non-inverted clock
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/rc/ |
| D | rc-protos.rst | 55 - 6 (inverted) 78 where there the second stop bit is the 6th commmand 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
|
| /kernel/linux/linux-5.10/drivers/platform/x86/ |
| D | touchscreen_dmi.c | 158 PROPERTY_ENTRY_BOOL("touchscreen-inverted-y"), 232 PROPERTY_ENTRY_BOOL("touchscreen-inverted-y"), 246 PROPERTY_ENTRY_BOOL("touchscreen-inverted-y"), 316 PROPERTY_ENTRY_BOOL("touchscreen-inverted-y"), 340 PROPERTY_ENTRY_BOOL("touchscreen-inverted-x"), 341 PROPERTY_ENTRY_BOOL("touchscreen-inverted-y"), 370 PROPERTY_ENTRY_BOOL("touchscreen-inverted-x"), 371 PROPERTY_ENTRY_BOOL("touchscreen-inverted-y"), 386 PROPERTY_ENTRY_BOOL("touchscreen-inverted-y"), 419 PROPERTY_ENTRY_BOOL("touchscreen-inverted-y"), [all …]
|
| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
| D | cxd2820r.h | 33 * @ts_clk_inv: TS clock inverted. 35 * @spec_inv: Input spectrum inverted. 58 * @ts_clock_inv: TS clock inverted. Default: 0. Values: 0, 1. 77 /* TS clock inverted.
|