| /Linux-v6.1/sound/aoa/fabrics/ |
| D | layout.c | 47 int connected; member 120 .connected = CC_SPEAKERS | CC_HEADPHONE | CC_LINEOUT, 124 .connected = CC_DIGITALOUT, 128 .connected = CC_LINEIN, 137 .connected = CC_SPEAKERS | CC_LINEOUT | 142 .connected = CC_DIGITALOUT, 148 .connected = CC_LINEIN, 152 .connected = CC_MICROPHONE, 161 .connected = CC_SPEAKERS | CC_LINEOUT | CC_HEADPHONE, 165 .connected = CC_DIGITALOUT, [all …]
|
| /Linux-v6.1/sound/virtio/ |
| 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-v6.1/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() 167 ret = ta->phy.set_vbus(&ta->phy, connected); in tca_work()
|
| /Linux-v6.1/fs/overlayfs/ |
| D | export.c | 365 static struct dentry *ovl_lookup_real_one(struct dentry *connected, in ovl_lookup_real_one() argument 369 struct inode *dir = d_inode(connected); in ovl_lookup_real_one() 384 if (ovl_dentry_real_at(connected, layer->idx) != parent) in ovl_lookup_real_one() 399 this = lookup_one_len(name.name.name, connected, name.name.len); in ovl_lookup_real_one() 421 real, layer->idx, connected, err); in ovl_lookup_real_one() 555 struct dentry *connected; in ovl_lookup_real() local 558 connected = ovl_lookup_real_ancestor(sb, real, layer); in ovl_lookup_real() 559 if (IS_ERR(connected)) in ovl_lookup_real() 560 return connected; in ovl_lookup_real() 565 struct dentry *real_connected = ovl_dentry_real_at(connected, in ovl_lookup_real() [all …]
|
| /Linux-v6.1/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-v6.1/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.
|
| 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
|
| /Linux-v6.1/drivers/auxdisplay/ |
| D | Kconfig | 74 hex "Parallel port where the LCD is connected" 78 The address of the parallel port where the LCD is connected. 211 Say Y here if you have an HD44780 or KS-0074 LCD connected to your 225 This is the index of the parallel port the panel is connected to. One 227 and LCD are connected to two separate ports, you have to start two 258 This enables and configures a keypad connected to the parallel port. 275 This enables and configures an LCD connected to the parallel port. 371 int "Parallel port pin number & polarity connected to the LCD E signal (-17...17) " 376 signal has been connected. It can be : 378 0 : no connection (eg: connected to ground) [all …]
|
| /Linux-v6.1/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-v6.1/security/apparmor/ |
| D | path.c | 93 int connected = 1; in d_namespace_path() local 127 connected = 0; in d_namespace_path() 139 connected = 0; in d_namespace_path() 147 connected = 0; in d_namespace_path() 151 if (!connected) in d_namespace_path()
|
| /Linux-v6.1/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-v6.1/sound/firewire/ |
| D | cmp.c | 143 c->connected = false; in cmp_connection_init() 182 WARN_ON(c->connected); in cmp_connection_destroy() 309 if (WARN_ON(c->connected)) { in cmp_connection_establish() 328 c->connected = true; in cmp_connection_establish() 352 if (!c->connected) { in cmp_connection_update() 376 c->connected = false; in cmp_connection_update() 402 if (!c->connected) { in cmp_connection_break() 411 c->connected = false; in cmp_connection_break()
|
| /Linux-v6.1/Documentation/devicetree/bindings/sound/ |
| D | maxim,max9759.txt | 6 - shutdown-gpios : the gpio connected to the shutdown pin 7 - mute-gpios : the gpio connected to the mute pin 8 - gain-gpios : the 2 gpios connected to the g1 and g2 pins
|
| D | everest,es7241.txt | 10 - reset-gpios: gpio connected to the reset pin 11 - m0-gpios : gpio connected to the m0 pin 12 - m1-gpios : gpio connected to the m1 pin
|
| /Linux-v6.1/drivers/net/dsa/b53/ |
| D | Kconfig | 14 tristate "B53 SPI connected switch driver" 20 tristate "B53 MDIO connected switch driver" 26 tristate "B53 MMAP connected switch driver" 34 tristate "B53 SRAB connected switch driver"
|
| /Linux-v6.1/Documentation/devicetree/bindings/net/wireless/ |
| 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-v6.1/drivers/hid/ |
| D | hid-steam.c | 121 bool connected; member 577 bool connected; in steam_work_connect_cb() local 581 connected = steam->connected; in steam_work_connect_cb() 584 if (connected) { in steam_work_connect_cb() 650 bool connected; in steam_client_ll_close() local 653 connected = steam->connected; in steam_client_ll_close() 658 if (connected) in steam_client_ll_close() 662 if (connected) in steam_client_ll_close() 784 steam->connected = false; in steam_probe() 788 steam->connected = true; in steam_probe() [all …]
|
| /Linux-v6.1/drivers/siox/ |
| 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-v6.1/Documentation/devicetree/bindings/hwmon/ |
| 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-v6.1/arch/arm/boot/dts/ |
| D | imx6q-kontron-samx6i.dtsi | 28 /* SPI4_IMX_CS2# - connected to internal flash */ 30 /* SPI4_IMX_CS0# - connected to SMARC SPI0_CS0# */ 32 /* SPI4_CS3# - connected to SMARC SPI0_CS1# */
|
| /Linux-v6.1/Documentation/devicetree/bindings/input/touchscreen/ |
| D | zforce_ts.txt | 6 - interrupts: interrupt to which the chip is connected 7 - reset-gpios: reset gpio the chip is connected to 12 - irq-gpios : interrupt gpio the chip is connected to
|
| /Linux-v6.1/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-v6.1/drivers/platform/surface/ |
| 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-v6.1/drivers/scsi/ |
| D | NCR5380.c | 409 hostdata->connected = NULL; in NCR5380_init() 618 !hostdata->connected && in maybe_release_dma_irq() 702 while (!hostdata->connected && !hostdata->selecting) { in NCR5380_main() 731 if (hostdata->connected && !hostdata->dma_len) { in NCR5380_main() 736 if (!hostdata->connected) { in NCR5380_main() 757 struct NCR5380_cmd *ncmd = NCR5380_to_ncmd(hostdata->connected); in NCR5380_dma_complete() 779 if (sun3scsi_dma_finish(hostdata->connected->sc_data_direction)) { in NCR5380_dma_complete() 890 if (hostdata->connected) { in NCR5380_intr() 905 if (!hostdata->connected) { in NCR5380_intr() 909 if (!hostdata->connected) in NCR5380_intr() [all …]
|
| /Linux-v6.1/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 …]
|