| /linux/sound/virtio/ |
| H A D | virtio_jack.c | 38 bool connected; member 163 vjack->connected = info[i].connected; in virtsnd_jack_parse_cfg() 198 vjack->connected ? vjack->type : 0); in virtsnd_jack_build_devs() 223 vjack->connected = true; in virtsnd_jack_event() 226 vjack->connected = false; in virtsnd_jack_event() 232 snd_jack_report(vjack->jack, vjack->connected ? vjack->type : 0); in virtsnd_jack_event()
|
| /linux/Documentation/devicetree/bindings/bus/ |
| H A 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/Documentation/ABI/testing/ |
| H A 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.
|
| H A D | sysfs-bus-fsi | 6 Initiates a FSI master scan for all connected slave devices 15 link to any connected slaves. A BREAK resets connected 25 connected slave. A terminate resets the slave's state machines 26 that control access to the internally connected engines. In
|
| H A D | sysfs-devices-mapping | 41 value that means UPI link number X on die Y is connected to UPI 59 UPI link 0 on die 0 is connected to UPI link 1 on die 1 60 UPI link 0 on die 1 is connected to UPI link 0 on die 3 61 UPI link 0 on die 2 is connected to UPI link 1 on die 3 62 UPI link 0 on die 3 is connected to UPI link 0 on die 1
|
| H A D | sysfs-bus-pci-drivers-xhci_hcd | 25 initialized, connected, configured and stalled. 36 connected to a USB host. 49 connected to a USB host. 61 connected to a USB host. 74 connected to a USB host.
|
| /linux/drivers/scsi/ |
| H A D | NCR5380.c | 407 hostdata->connected = NULL; in NCR5380_init() 616 !hostdata->connected && in maybe_release_dma_irq() 700 while (!hostdata->connected && !hostdata->selecting) { in NCR5380_main() 729 if (hostdata->connected && !hostdata->dma_len) { in NCR5380_main() 734 if (!hostdata->connected) { in NCR5380_main() 755 struct NCR5380_cmd *ncmd = NCR5380_to_ncmd(hostdata->connected); in NCR5380_dma_complete() 777 if (sun3scsi_dma_finish(hostdata->connected->sc_data_direction)) { in NCR5380_dma_complete() 888 if (hostdata->connected) { in NCR5380_intr() 903 if (!hostdata->connected) { in NCR5380_intr() 907 if (!hostdata->connected) in NCR5380_intr() [all …]
|
| /linux/Documentation/devicetree/bindings/net/wireless/ |
| H A D | ti,wl1251.txt | 3 The wl1251 chip can be connected via SPI or via SDIO. This 4 document describes the binding for the SPI connected chip. 14 - ti,wl1251-has-eeprom : boolean, the wl1251 has an eeprom connected, which 16 - ti,power-gpio : GPIO connected to chip's PMEN pin if operated in
|
| /linux/drivers/net/dsa/b53/ |
| H A D | Kconfig | 16 tristate "B53 SPI connected switch driver" 22 tristate "B53 MDIO connected switch driver" 28 tristate "B53 MMAP connected switch driver" 36 tristate "B53 SRAB connected switch driver"
|
| /linux/drivers/siox/ |
| H A D | siox-core.c | 201 bool connected = true; in siox_poll() local 245 connected = false; in siox_poll() 260 if (connected != sdevice->connected) in siox_poll() 265 sdevice->connected = connected; in siox_poll() 270 if (sdriver && connected) in siox_poll() 363 if (sdevice->connected) in __siox_stop() 365 sdevice->connected = false; in __siox_stop() 435 bool connected; in connected_show() local 439 connected = sdev->connected; in connected_show() 443 return sprintf(buf, "%u\n", connected); in connected_show() [all …]
|
| /linux/Documentation/devicetree/bindings/hwmon/ |
| H A D | nsa320-mcu.txt | 6 - data-gpios : The GPIO pin connected to the data line on the MCU 7 - clk-gpios : The GPIO pin connected to the clock line on the MCU 8 - act-gpios : The GPIO pin connected to the active line on the MCU
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | union_find.rst | 77 int connected; 81 connected = 1; 83 connected = 0;
|
| /linux/drivers/input/mouse/ |
| H A 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/drivers/platform/surface/ |
| H A D | surface_aggregator_hub.c | 127 static void ssam_hub_update(struct ssam_hub *hub, bool connected) in ssam_hub_update() argument 132 if (!connected) { in ssam_hub_update() 141 delay = connected ? hub->connect_delay : 0; in ssam_hub_update() 303 u8 connected; in ssam_kip_hub_query_state() local 305 status = ssam_retry(__ssam_kip_query_state, hub->sdev->ctrl, &connected); in ssam_kip_hub_query_state() 311 *state = connected ? SSAM_HUB_CONNECTED : SSAM_HUB_DISCONNECTED; in ssam_kip_hub_query_state()
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-friendlyelec-cm3588-nas.dts | 414 /* GPIO Connector, connected to 40-pin GPIO header */ 561 /* GPIO Connector, connected to 40-pin GPIO header */ 569 /* GPIO Connector, connected to 40-pin GPIO header */ 583 /* GPIO Connector, connected to 40-pin GPIO header */ 590 /* GPIO Connector, connected to 40-pin GPIO header */ 598 /* GPIO Connector, connected to 40-pin GPIO header */ 606 /* GPIO Connector, connected to 40-pin GPIO header */ 614 /* GPIO Connector, connected to 40-pin GPIO header */ 621 /* GPIO Connector, connected to 40-pin GPIO header */ 634 /* GPIO Connector, connected to 40-pin GPIO header */ [all …]
|
| /linux/drivers/hid/ |
| H A D | hid-corsair-void.c | 154 bool connected; member 181 usb_set_wireless_status(usb_if, drvdata->connected ? in corsair_void_set_wireless_status() 203 drvdata->connected = false; in corsair_void_set_unknown_wireless_data() 320 if (!drvdata->connected) in microphone_up_show() 376 if (!drvdata->connected || drvdata->is_wired) in send_alert_store() 462 if (!drvdata->connected) in set_sidetone_store() 741 bool was_connected = drvdata->connected; in corsair_void_raw_event() 746 drvdata->connected = (data[3] == CORSAIR_VOID_WIRELESS_CONNECTED) || in corsair_void_raw_event() 760 if ((was_connected != drvdata->connected) && !drvdata->is_wired) { in corsair_void_raw_event() 761 if (drvdata->connected) in corsair_void_raw_event()
|
| /linux/Documentation/w1/slaves/ |
| H A D | w1_ds28e17.rst | 23 come and go as the DS28E17 devices come and go. I2C slave devices connected to 25 connected to a "native" I2C bus master. 41 it is connected. The power-on default of the DS28E17 is 400kBaud, but 43 as soon the "w1_ds28e17" driver notices a freshly connected, or 51 This sets up the default stretch value used for freshly connected
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-tyan-s8036.dts | 125 /* BMC "debug" (console) UART; connected to RS-232 connector 219 /* Directly connected to Sideband-Temperature Sensor Interface (APML) */ 224 /* Directly connected to IPMB HDR. */ 236 /* Also connected to: 312 /* Also connected to: 339 /* Not connected */ 380 * - A physical button is connected to id-button which 384 * connected to LEDs. 391 * - In hardware, the -button signals are connected to the -control
|
| H A D | aspeed-bmc-tyan-s7106.dts | 125 /* BMC "debug" (console) UART; connected to RS-232 connector 258 /* Also connected to: 266 /* Directly connected to PCH SMBUS #0 */ 279 /* Also connected to: 315 /* Also connected to: 386 /* Not connected */ 426 * - A physical button is connected to id-button which 430 * connected to LEDs. 437 * - In hardware, the -button signals are connected to the -control
|
| /linux/Documentation/devicetree/bindings/power/reset/ |
| H A D | ltc2952-poweroff.txt | 10 - watchdog-gpios: phandle + gpio-specifier for the GPIO connected to the 12 - kill-gpios: phandle + gpio-specifier for the GPIO connected to the 16 - trigger-gpios: phandle + gpio-specifier for the GPIO connected to the
|
| /linux/Documentation/admin-guide/blockdev/drbd/ |
| H A D | peer-states-8.dot | 6 Unknown -> Primary [ label = "connected" ] 7 Unknown -> Secondary [ label = "connected" ]
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r8a774c0-ek874-idk-2121wr.dts | 4 * connected to an Advantech IDK-2121WR 21.5" LVDS panel 68 * When GP0_17 is low LVDS[01] are connected to the LVDS connector 69 * When GP0_17 is high LVDS[01] are connected to the LT8918L
|
| /linux/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-h6-orangepi-lite2.dts | 42 * This regulator is connected with CLDO3. 52 * This regulator is connected with CLDO2. 58 /* There's the BT part of the AP6255 connected to that UART */
|
| /linux/drivers/hwmon/ |
| H A D | mlxreg-fan.c | 69 bool connected; member 89 bool connected; member 255 if (!(((struct mlxreg_fan *)data)->tacho[channel].connected)) in mlxreg_fan_is_visible() 268 if (!(((struct mlxreg_fan *)data)->pwm[channel].connected)) in mlxreg_fan_is_visible() 490 fan->tacho[tacho_num++].connected = true; in mlxreg_fan_config() 509 fan->pwm[pwm_num].connected = true; in mlxreg_fan_config() 581 if (!pwm->connected) in mlxreg_fan_cooling_config()
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | ssm4567.txt | 7 - reg : the I2C address of the device. This will either be 0x34 (LR_SEL/ADDR connected to AGND), 8 0x35 (LR_SEL/ADDR connected to IOVDD) or 0x36 (LR_SEL/ADDR open).
|