Home
last modified time | relevance | path

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

12345678910>>...51

/openbmc/linux/sound/aoa/fabrics/
H A Dlayout.c47 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 …]
/openbmc/linux/sound/virtio/
H 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()
/openbmc/linux/drivers/phy/
H 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()
/openbmc/linux/fs/overlayfs/
H A Dexport.c384 static struct dentry *ovl_lookup_real_one(struct dentry *connected, in ovl_lookup_real_one() argument
388 struct inode *dir = d_inode(connected); in ovl_lookup_real_one()
403 if (ovl_dentry_real_at(connected, layer->idx) != parent) in ovl_lookup_real_one()
418 this = lookup_one_len(name.name.name, connected, name.name.len); in ovl_lookup_real_one()
440 real, layer->idx, connected, err); in ovl_lookup_real_one()
574 struct dentry *connected; in ovl_lookup_real() local
577 connected = ovl_lookup_real_ancestor(sb, real, layer); in ovl_lookup_real()
578 if (IS_ERR(connected)) in ovl_lookup_real()
579 return connected; in ovl_lookup_real()
584 struct dentry *real_connected = ovl_dentry_real_at(connected, in ovl_lookup_real()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/bus/
H 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
/openbmc/linux/drivers/auxdisplay/
H A DKconfig74 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 …]
/openbmc/linux/Documentation/ABI/testing/
H 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.
H 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
H A Dsysfs-devices-mapping41 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
/openbmc/qemu/chardev/
H A Dchar-pty.c43 int connected; member
52 static void pty_chr_state(Chardev *chr, int connected);
69 if (!s->connected) { in pty_chr_timer()
114 if (s->connected) { in char_pty_chr_write()
137 if (!s->connected) { in pty_chr_add_watch()
178 static void pty_chr_state(Chardev *chr, int connected) in pty_chr_state() argument
182 if (!connected) { in pty_chr_state()
184 s->connected = 0; in pty_chr_state()
191 if (!s->connected) { in pty_chr_state()
192 s->connected = 1; in pty_chr_state()
/openbmc/linux/security/apparmor/
H 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()
/openbmc/linux/Documentation/devicetree/bindings/rtc/
H 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
/openbmc/linux/sound/firewire/
H 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()
/openbmc/linux/Documentation/admin-guide/perf/
H A Dnvidia-pmu.rst52 The NVLink-C2C0 PMU monitors incoming traffic from a GPU/CPU connected with
56 * 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::
92 The NVLink-C2C1 PMU monitors incoming traffic from a GPU connected with
103 * Count event id 0x0 from the GPU connected with socket 0::
107 * Count event id 0x0 from the GPU connected with socket 1::
[all …]
/openbmc/linux/drivers/siox/
H A Dsiox-core.c201 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 …]
/openbmc/linux/Documentation/devicetree/bindings/net/wireless/
H 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
/openbmc/linux/drivers/scsi/
H A DNCR5380.c409 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 …]
/openbmc/linux/drivers/net/dsa/b53/
H 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"
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H 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
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dzforce_ts.txt6 - 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
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dsamsung-keypad.txt22 - 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.
/openbmc/qemu/hw/scsi/
H A Dvhost-user-scsi.c77 if (!s->connected) { in vhost_user_scsi_set_status()
112 if (!s->connected) { in vhost_user_scsi_handle_output()
150 if (s->connected) { in vhost_user_scsi_connect()
166 s->connected = true; in vhost_user_scsi_connect()
185 if (!s->connected) { in vhost_user_scsi_disconnect()
188 s->connected = false; in vhost_user_scsi_disconnect()
236 s->connected = false; in vhost_user_scsi_realize_connect()
248 assert(s->connected); in vhost_user_scsi_realize_connect()
/openbmc/linux/drivers/platform/surface/
H A Dsurface_aggregator_hub.c127 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()
/openbmc/linux/drivers/input/mouse/
H A DKconfig24 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 …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Deverest,es7241.txt10 - 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

12345678910>>...51