Home
last modified time | relevance | path

Searched refs:connected (Results 1 – 25 of 1355) sorted by relevance

12345678910>>...55

/linux/Documentation/devicetree/bindings/power/
A Drockchip-io-domain.yaml97 description: The supply connected to VCCIO1.
99 description: The supply connected to VCCIO2.
101 description: The supply connected to VCCIO3.
103 description: The supply connected to VCCIO4.
105 description: The supply connected to VCCIO5.
107 description: The supply connected to VCCIO6.
121 description: The supply connected to PMUIO1.
123 description: The supply connected to PMUIO2.
147 description: The supply connected to VCCIO0.
161 description: The supply connected to VCCIO1.
[all …]
/linux/drivers/gpu/drm/ci/xfails/
A Dvirtio_gpu-none-fails.txt6 kms_bw@connected-linear-tiling-1-displays-1920x1080p,Fail
7 kms_bw@connected-linear-tiling-1-displays-2160x1440p,Fail
8 kms_bw@connected-linear-tiling-1-displays-2560x1440p,Fail
9 kms_bw@connected-linear-tiling-1-displays-3840x2160p,Fail
10 kms_bw@connected-linear-tiling-10-displays-1920x1080p,Fail
11 kms_bw@connected-linear-tiling-10-displays-2160x1440p,Fail
12 kms_bw@connected-linear-tiling-10-displays-2560x1440p,Fail
13 kms_bw@connected-linear-tiling-10-displays-3840x2160p,Fail
14 kms_bw@connected-linear-tiling-11-displays-1920x1080p,Fail
15 kms_bw@connected-linear-tiling-11-displays-2160x1440p,Fail
[all …]
A Dmediatek-mt8173-fails.txt9 kms_bw@connected-linear-tiling-1-displays-1920x1080p,Fail
10 kms_bw@connected-linear-tiling-1-displays-2160x1440p,Fail
11 kms_bw@connected-linear-tiling-1-displays-2560x1440p,Fail
12 kms_bw@connected-linear-tiling-1-displays-3840x2160p,Fail
13 kms_bw@connected-linear-tiling-2-displays-1920x1080p,Fail
14 kms_bw@connected-linear-tiling-2-displays-2160x1440p,Fail
15 kms_bw@connected-linear-tiling-2-displays-2560x1440p,Fail
16 kms_bw@connected-linear-tiling-2-displays-3840x2160p,Fail
/linux/sound/aoa/fabrics/
A Dlayout.c48 int connected; member
129 .connected = CC_LINEIN,
149 .connected = CC_LINEIN,
170 .connected = CC_LINEIN,
183 .connected = CC_LINEIN,
213 .connected = CC_LINEIN,
226 .connected = CC_LINEIN,
246 .connected = CC_DIGITALIN,
808 codec->connected = 0; in check_codec()
811 while (cc->connected) { in check_codec()
[all …]
/linux/Documentation/devicetree/bindings/usb/
A Dfcs,fsa4480.yaml49 Specifies how the AUX+/- lines are connected to SBU1/2.
56 - AUX+ connected to SBU2
57 - AUX- connected to SBU1
59 - AUX+ connected to SBU1
60 - AUX- connected to SBU2
66 - AUX+ connected to SBU1
67 - AUX- connected to SBU2
69 - AUX+ connected to SBU2
70 - AUX- connected to SBU1
/linux/Documentation/devicetree/bindings/hwmon/
A Dntc-thermistor.yaml19 When used in practice, a thermistor is often connected between ground, a
34 / | | "connected ground"
41 | | (pdo) | "connected positive"
48 called "connected ground" and "connected positive" and shall be understood as
51 If the pull-up resistance is 0 one end of the thermistor is connected to the
56 connected to ground and we get the thermistor under the pull-up resistor
60 the figure illustrates where the voltage will be measured for the "connected
61 ground" and "connected positive" cases.
109 connected-positive:
111 description: Indicates how the thermistor is connected in series with
[all …]
A Dnsa320-mcu.txt6 - 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/sound/virtio/
A Dvirtio_jack.c38 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/drivers/phy/
A Dphy-lgm-usb.c48 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/Documentation/devicetree/bindings/media/
A Drenesas,isp.yaml47 Input port node, multiple endpoints describing the connected R-Car
53 Single endpoint describing the R-Car VIN connected to output port 0.
58 Single endpoint describing the R-Car VIN connected to output port 1.
63 Single endpoint describing the R-Car VIN connected to output port 2.
68 Single endpoint describing the R-Car VIN connected to output port 3.
73 Single endpoint describing the R-Car VIN connected to output port 4.
78 Single endpoint describing the R-Car VIN connected to output port 5.
83 Single endpoint describing the R-Car VIN connected to output port 6.
88 Single endpoint describing the R-Car VIN connected to output port 7.
/linux/fs/overlayfs/
A Dexport.c357 struct inode *dir = d_inode(connected); in ovl_lookup_real_one()
409 real, layer->idx, connected, err); in ovl_lookup_real_one()
543 struct dentry *connected; in ovl_lookup_real() local
547 if (IS_ERR(connected)) in ovl_lookup_real()
548 return connected; in ovl_lookup_real()
576 dput(connected); in ovl_lookup_real()
577 connected = dget(sb->s_root); in ovl_lookup_real()
617 dput(connected); in ovl_lookup_real()
618 connected = this; in ovl_lookup_real()
629 return connected; in ovl_lookup_real()
[all …]
/linux/Documentation/devicetree/bindings/bus/
A Dts-nbus.txt11 - 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/drivers/auxdisplay/
A DKconfig232 signal has been connected. It can be :
234 0 : no connection (eg: connected to ground)
247 signal has been connected. It can be :
249 0 : no connection (eg: connected to ground)
262 signal has been connected. It can be :
264 0 : no connection (eg: connected to ground)
277 LCD 'SCL' signal has been connected. It can be :
292 LCD 'SDA' signal has been connected. It can be :
307 has been connected. It can be :
389 hex "Parallel port where the LCD is connected"
[all …]
/linux/Documentation/ABI/testing/
A Dsysfs-c2port30 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.
A Dsysfs-bus-fsi6 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/security/apparmor/
A Dpath.c93 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/Documentation/devicetree/bindings/rtc/
A Disil,isl12057.txt11 (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/sound/firewire/
A Dcmp.c143 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/Documentation/admin-guide/perf/
A Dnvidia-pmu.rst56 * NVIDIA Grace Hopper Superchip: Hopper GPU is connected with Grace SoC.
60 * NVIDIA Grace CPU Superchip: two Grace CPU SoCs are connected.
73 * Count event id 0x0 from the GPU/CPU connected with socket 0::
77 * Count event id 0x0 from the GPU/CPU connected with socket 1::
81 * Count event id 0x0 from the GPU/CPU connected with socket 2::
85 * Count event id 0x0 from the GPU/CPU connected with socket 3::
103 * Count event id 0x0 from the GPU connected with socket 0::
107 * Count event id 0x0 from the GPU connected with socket 1::
111 * Count event id 0x0 from the GPU connected with socket 2::
115 * Count event id 0x0 from the GPU connected with socket 3::
[all …]
/linux/drivers/scsi/
A DNCR5380.c407 hostdata->connected = NULL; in NCR5380_init()
616 !hostdata->connected && in maybe_release_dma_irq()
734 if (!hostdata->connected) { in NCR5380_main()
888 if (hostdata->connected) { in NCR5380_intr()
903 if (!hostdata->connected) { in NCR5380_intr()
907 if (!hostdata->connected) in NCR5380_intr()
1211 hostdata->connected = cmd; in NCR5380_select()
2174 hostdata->connected = tmp; in NCR5380_reselect()
2289 hostdata->connected = NULL; in NCR5380_abort()
2361 if (hostdata->connected) { in bus_reset_cleanup()
[all …]
/linux/Documentation/devicetree/bindings/gpio/
A Dgpio-consumer-common.yaml23 GPIO connected to the enable control pin.
27 GPIO (or GPIOs for power sequence) connected to the device reset pin
33 GPIO connected to the power down pin (hardware power down or power cut,
44 GPIO connected to the pin waking up the device from suspend or other
/linux/Documentation/devicetree/bindings/net/wireless/
A Dti,wl1251.txt3 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/Documentation/devicetree/bindings/leds/
A Dmaxim,max77693.yaml17 control a separate LED or they can be connected together to double the
18 maximum current for a single connected LED. One LED is represented by one
75 Valid values for a LED connected to one FLED output:
77 Valid values for a LED connected to both FLED outputs:
82 Valid values for a single LED connected to one FLED output
85 Valid values for a single LED connected to both FLED outputs:
/linux/Documentation/devicetree/bindings/iio/amplifiers/
A Dadi,hmc425a.yaml40 connected to the control pins.
41 ADRF5740 - 4 GPIO connected to D2-D5
42 HMC540S - 4 GPIO connected to V1-V4
43 HMC425A - 6 GPIO connected to V1-V6
44 LTC6373 - 3 GPIO connected to A0-A2
/linux/drivers/net/dsa/b53/
A DKconfig15 tristate "B53 SPI connected switch driver"
21 tristate "B53 MDIO connected switch driver"
27 tristate "B53 MMAP connected switch driver"
35 tristate "B53 SRAB connected switch driver"

Completed in 41 milliseconds

12345678910>>...55