/linux-5.10/Documentation/devicetree/bindings/power/ |
D | rockchip-io-domain.txt | 57 - vccio6-supply: The supply connected to VCCIO6. 58 - vccio1-supply: The supply connected to VCCIO1. 59 - vccio2-supply: The supply connected to VCCIO2. 60 - vccio3-supply: The supply connected to VCCIO3. 61 - vccio4-supply: The supply connected to VCCIO4. 62 - vccio5-supply: The supply connected to VCCIO5. 63 - vccio-oscgpi-supply: The supply connected to VCCIO_OSCGPI. 66 - pmuio1-supply: The supply connected to PMUIO1. 67 - pmuio2-supply: The supply connected to PMUIO2. 70 - ap0-supply: The supply connected to AP0_VCC. [all …]
|
/linux-5.10/arch/arm/mach-pxa/ |
D | h5000.h | 29 /* 6 not connected */ 30 #define H5000_GPIO_RESET_BUTTON_AGAIN_N (7) /* connected to gpio 1 as well */ 31 /* 8 not connected */ 35 /*(12) not connected */ 39 /*(16) not connected */ 40 /*(17) not connected */ 45 /*(22) is not connected */ 50 /*(27) not connected */ 51 #define H5000_GPIO_I2S_BITCLK (28) /* connected to AC97 codec */ 52 #define H5000_GPIO_I2S_DATAOUT (29) /* connected to AC97 codec */ [all …]
|
/linux-5.10/drivers/auxdisplay/ |
D | Kconfig | 49 hex "Parallel port where the LCD is connected" 53 The address of the parallel port where the LCD is connected. 172 Say Y here if you have an HD44780 or KS-0074 LCD connected to your 186 This is the index of the parallel port the panel is connected to. One 188 and LCD are connected to two separate ports, you have to start two 219 This enables and configures a keypad connected to the parallel port. 236 This enables and configures an LCD connected to the parallel port. 332 int "Parallel port pin number & polarity connected to the LCD E signal (-17...17) " 337 signal has been connected. It can be : 339 0 : no connection (eg: connected to ground) [all …]
|
/linux-5.10/fs/overlayfs/ |
D | export.c | 44 * "layer N connected" ancestor and verifying that all parents along the way are 47 * making that ancestor "layer N connected". For example: 55 * in ovl_lookup_real_ancestor() will not be able to lookup a connected overlay 56 * dentry from the connected lower dentry /a/b/c. 60 * /a/b. After copy up (and index) of /a/b, it will become "layer 2 connected" 63 * a connected overlay dentry will be accomplished. 67 * layer 1. If that improvement is made, then the check for "layer N connected" 98 * @dentry is "connected" if all ancestors up to root or a "connected" ancestor 100 * copy up a "connectable" ancestor to make it "connected". A "connected" dentry 101 * cannot become non "connected", so cache positive result in dentry flags. [all …]
|
/linux-5.10/sound/aoa/fabrics/ |
D | layout.c | 30 * we think is connected. This information is hard- 47 int connected; member 48 /* codec dependent bit to be set in the aoa_codec.connected field. 117 /* onyx with all but microphone connected */ 120 .connected = CC_SPEAKERS | CC_HEADPHONE | CC_LINEOUT, 124 .connected = CC_DIGITALOUT, 128 .connected = CC_LINEIN, 131 {} /* terminate array by .connected == 0 */ 137 .connected = CC_SPEAKERS | CC_LINEOUT | 142 .connected = CC_DIGITALOUT, [all …]
|
/linux-5.10/include/linux/platform_data/ |
D | ad7793.h | 27 * @AD7793_BIAS_VOLTAGE_AIN1: Bias voltage connected to AIN1(-). 28 * @AD7793_BIAS_VOLTAGE_AIN2: Bias voltage connected to AIN2(-). 29 * @AD7793_BIAS_VOLTAGE_AIN3: Bias voltage connected to AIN3(-). 55 * @AD7793_IEXEC1_IOUT1_IEXEC2_IOUT2: Current source IEXC1 connected to pin 56 * IOUT1, current source IEXC2 connected to pin IOUT2. 57 * @AD7793_IEXEC1_IOUT2_IEXEC2_IOUT1: Current source IEXC2 connected to pin 58 * IOUT1, current source IEXC1 connected to pin IOUT2. 59 * @AD7793_IEXEC1_IEXEC2_IOUT1: Both current sources connected to pin IOUT1. 61 * @AD7793_IEXEC1_IEXEC2_IOUT2: Both current sources connected to Pin IOUT2.
|
/linux-5.10/drivers/input/mouse/ |
D | Kconfig | 24 Say Y here if you have a PS/2 mouse connected to your system. This 47 Say Y here if you have an ALPS PS/2 touchpad connected to 57 Say Y here if you have a BYD PS/2 touchpad connected to 67 Say Y here if you have a Logitech PS/2++ mouse connected to 77 Say Y here if you have a Synaptics PS/2 TouchPad connected to 89 Say Y here if you have a Synaptics RMI4 touchpad connected to 99 Say Y here if you have a Cypress PS/2 Trackpad connected to 110 TouchScreen connected to your system. 119 Say Y here if you have an IBM Trackpoint PS/2 mouse connected 128 Say Y here if you have an Elantech PS/2 touchpad connected [all …]
|
/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-c2port | 30 of the connected micro. 37 access to the on-board flash of the connected micro. 45 the on-board flash block size of the connected micro. 52 the on-board flash blocks number of the connected micro. 59 the content of the on-board flash of the connected micro. 66 the "erase" command on the on-board flash of the connected 74 command on the connected micro. 81 of the connected micro.
|
/linux-5.10/include/net/ |
D | llc_c_st.h | 20 #define LLC_CONN_STATE_NORMAL 3 /* connected state */ 21 #define LLC_CONN_STATE_BUSY 4 /* connected state */ 22 #define LLC_CONN_STATE_REJ 5 /* connected state */ 23 #define LLC_CONN_STATE_AWAIT 6 /* connected state */ 24 #define LLC_CONN_STATE_AWAIT_BUSY 7 /* connected state */ 25 #define LLC_CONN_STATE_AWAIT_REJ 8 /* connected state */
|
/linux-5.10/Documentation/infiniband/ |
D | ipoib.rst | 33 Datagram vs Connected modes 37 connected. The mode is set and read through an interface's 45 In connected mode, the IB RC (Reliable Connected) transport is used. 46 Connected mode takes advantage of the connected nature of the IB 52 In connected mode, the interface's UD QP is still used for multicast 53 and communication with peers that don't support connected mode. In 114 IP over InfiniBand: Connected Mode (RFC 4755)
|
/linux-5.10/drivers/input/touchscreen/ |
D | Kconfig | 128 such as AT42QT602240/ATMXT224, connected to your system. 161 Say Y here if you have a bu21013 touchscreen connected to 174 connected to your system. 234 the Cypress TrueTouch(tm) Standard Product family connected 247 Say Y here if the touchscreen is connected via I2C bus. 256 Say Y here if the touchscreen is connected via SPI bus. 277 Say Y here if the touchscreen is connected via I2C bus. 286 Say Y here if the touchscreen is connected via SPI bus. 320 Say Y here if you have a Dynapro serial touchscreen connected to 332 Say Y here if you have a Hampshire serial touchscreen connected to [all …]
|
/linux-5.10/Documentation/devicetree/bindings/media/ |
D | cec-gpio.txt | 13 - cec-gpios: gpio that the CEC line is connected to. The line should be 24 - hpd-gpios: gpio that the HPD line is connected to. 28 - v5-gpios: gpio that the 5V line is connected to. 30 Example for the Raspberry Pi 3 where the CEC line is connected to 32 connected to pin 11 aka BCM17 and the 5V line is connected to pin
|
/linux-5.10/Documentation/devicetree/bindings/bus/ |
D | ts-nbus.txt | 11 - ts,data-gpios : The 8 GPIO pins connected to the data lines on the FPGA 12 - ts,csn-gpios : The GPIO pin connected to the csn line on the FPGA 13 - ts,txrx-gpios : The GPIO pin connected to the txrx line on the FPGA 14 - ts,strobe-gpios : The GPIO pin connected to the stobe line on the FPGA 15 - ts,ale-gpios : The GPIO pin connected to the ale line on the FPGA 16 - ts,rdy-gpios : The GPIO pin connected to the rdy line on the FPGA
|
/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | pixcir_i2c_ts.txt | 6 - interrupts: interrupt to which the chip is connected 7 - attb-gpio: GPIO connected to the ATTB line of the chip 12 - reset-gpios: GPIO connected to the RESET line of the chip 13 - enable-gpios: GPIO connected to the ENABLE line of the chip 14 - wake-gpios: GPIO connected to the WAKE line of the chip
|
/linux-5.10/Documentation/devicetree/bindings/rtc/ |
D | isil,isl12057.txt | 11 (associated with the alarm supported by the driver) is not connected 15 be set when the IRQ#2 pin of the chip is not connected to the SoC but 26 the availability of an IRQ line connected to the SoC. 29 Example isl12057 node without IRQ#2 pin connected (no alarm support): 37 Example isl12057 node with IRQ#2 pin connected to main SoC via MPP6 (note 67 Example isl12057 node without IRQ#2 pin connected to the SoC but to a
|
/linux-5.10/drivers/phy/ |
D | phy-lgm-usb.c | 48 bool connected; member 111 ta->connected = false; in phy_shutdown() 141 bool connected; in tca_work() local 150 connected = extcon_get_state(ta->phy.edev, EXTCON_USB_HOST); in tca_work() 151 if (connected == ta->connected) in tca_work() 154 ta->connected = connected; in tca_work() 155 if (connected) { in tca_work() 159 dev_dbg(ta->phy.dev, "connected%s\n", flipped ? " flipped" : ""); in tca_work() 167 ret = ta->phy.set_vbus(&ta->phy, connected); in tca_work()
|
/linux-5.10/drivers/input/joystick/ |
D | Kconfig | 46 tristate "Simple joystick connected over ADC" 50 Say Y here if you have a simple joystick connected over ADC. 151 Say Y here if you have a Logitech WingMan Warrior joystick connected 162 connected to your computer's serial port. 172 controller connected to your computer's serial port. 182 controller connected to your computer's serial port. For the 192 Say Y here if you have a Gravis Stinger connected to one of your 202 Say Y here if you have a Handykey Twiddler connected to your 227 Commodore, Amstrad CPC joystick connected to your parallel port. 242 Commodore, Amstrad CPC joystick connected to your parallel port. [all …]
|
/linux-5.10/sound/soc/samsung/ |
D | s3c24xx_simtec_hermes.c | 21 /* Headphone connected to HP{L,R}OUT and HP{L,R}COM */ 28 /* ZV connected to Line1 */ 33 /* Line In connected to Line2 */ 38 /* Microphone connected to MIC3R and MIC_BIAS */ 42 /* GSM connected to MONO_LOUT and MIC3L (in) */ 47 /* Speaker is connected to LINEOUT{LN,LP,RN,RP}, however we are
|
/linux-5.10/Documentation/admin-guide/blockdev/drbd/ |
D | conn-states-8.dot | 6 WFReportParams -> Connected [ label = "in receive_param()" ] 11 SyncSource -> Connected 12 SyncTarget -> Connected 17 Connected -> WFConnection [ label = "* on network error" ]
|
D | drbd-connection-state-overview.dot | 29 Connected [ label=Connected,style=filled,fillcolor=green,fontcolor=black ] 66 WFReportParams -> Connected [ label="data identical\lno sync needed",color=green,fontcolor=green ] 76 cluster_resync:any -> Connected [ label="resnyc done",fontcolor=green ] 80 Connected -> CommTrouble
|
/linux-5.10/drivers/net/dsa/b53/ |
D | Kconfig | 13 tristate "B53 SPI connected switch driver" 19 tristate "B53 MDIO connected switch driver" 25 tristate "B53 MMAP connected switch driver" 33 tristate "B53 SRAB connected switch driver"
|
/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | ti,pruss-intc.yaml | 19 remaining 8 (2 through 9) connected to external interrupt controllers 25 (host_intr0 through host_intr7) are connected exclusively to the Arm interrupt 30 through 19) are connected to new sub-modules within the ICSSG instances. 66 connected to Arm interrupt controller, the name should match the 86 output interrupts 2 through 9) that are not connected to the Arm interrupt 91 connected to MPU 93 "host_intr7" interrupts connected to MPU, and other ICSSG
|
/linux-5.10/Documentation/devicetree/bindings/input/ |
D | samsung-keypad.txt | 22 - samsung,keypad-num-rows: Number of row lines connected to the keypad 25 - samsung,keypad-num-columns: Number of column lines connected to the 28 - Keys represented as child nodes: Each key connected to the keypad 31 - keypad,row: the row number to which the key is connected. 32 - keypad,column: the column number to which the key is connected.
|
/linux-5.10/Documentation/devicetree/bindings/iio/accel/ |
D | bma180.txt | 17 - vdd-supply : regulator phandle connected to the VDD pin 18 - vddio-supply : regulator phandle connected to the VDDIO pin 25 connected to the INT1 pin, the second (optional) interrupt 26 listed must be the one connected to the INT2 pin.
|
/linux-5.10/Documentation/devicetree/bindings/net/nfc/ |
D | pn532.txt | 6 where the NFC chip is connected to. 11 Required properties if connected on i2c: 14 - interrupts: GPIO interrupt to which the chip is connected 38 Example (for PN532 connected via uart):
|