| /freebsd/sys/contrib/device-tree/Bindings/sound/ | 
| H A D | fsl,imx-audio-es8328.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/sound/fsl,imx-audio-es8328.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 10   - Shawn Guo <shawnguo@kernel.org>
 11   - Sascha Hauer <s.hauer@pengutronix.de>
 14   - $ref: sound-card-common.yaml#
 18     const: fsl,imx-audio-es8328
 22     description: The user-visible name of this sound complex
 24   ssi-controller:
 [all …]
 
 | 
| H A D | eukrea-tlv320.txt | 5   - compatible		: "eukrea,asoc-tlv320"7   - eukrea,model	: The user-visible name of this sound complex.
 9   - ssi-controller	: The phandle of the SSI controller.
 11   - fsl,mux-int-port	: The internal port of the i.MX audio muxer (AUDMUX).
 13   - fsl,mux-ext-port	: The external port of the i.MX audio muxer.
 15 Note: The AUDMUX port numbering should start at 1, which is consistent with
 21 		compatible = "eukrea,asoc-tlv320";
 22 		eukrea,model = "imx51-eukrea-tlv320aic23";
 23 		ssi-controller = <&ssi2>;
 24 		fsl,mux-int-port = <2>;
 [all …]
 
 | 
| H A D | imx-audio-sgtl5000.txt | 5   - compatible		: "fsl,imx-audio-sgtl5000"7   - model		: The user-visible name of this sound complex
 9   - ssi-controller	: The phandle of the i.MX SSI controller
 11   - audio-codec		: The phandle of the SGTL5000 audio codec
 13   - audio-routing	: A list of the connections between audio components.
 35   - mux-int-port	: The internal port of the i.MX audio muxer (AUDMUX)
 37   - mux-ext-port	: The external port of the i.MX audio muxer
 39 Note: The AUDMUX port numbering should start at 1, which is consistent with
 45 	compatible = "fsl,imx51-babbage-sgtl5000",
 46 		     "fsl,imx-audio-sgtl5000";
 [all …]
 
 | 
| H A D | imx-audio-es8328.txt | 4 - compatible       : "fsl,imx-audio-es8328"5 - model            : The user-visible name of this sound complex
 6 - ssi-controller   : The phandle of the i.MX SSI controller
 7 - jack-gpio        : Optional GPIO for headphone jack
 8 - audio-amp-supply : Power regulator for speaker amps
 9 - audio-codec      : The phandle of the ES8328 audio codec
 10 - audio-routing    : A list of the connections between audio components.
 17 			   * audio-amp
 34 - mux-int-port     : The internal port of the i.MX audio muxer (AUDMUX)
 35 - mux-ext-port     : The external port of the i.MX audio muxer (AUDMIX)
 [all …]
 
 | 
| H A D | fsl-asoc-card.txt | 23  "fsl,imx-audio-ac97"25  "fsl,imx-audio-cs42888"
 27  "fsl,imx-audio-cs427x"
 30  "fsl,imx-audio-wm8962"
 32  "fsl,imx-audio-sgtl5000"
 33  (compatible with Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt)
 35  "fsl,imx-audio-wm8960"
 37  "fsl,imx-audio-mqs"
 39  "fsl,imx-audio-wm8524"
 41  "fsl,imx-audio-tlv320aic32x4"
 [all …]
 
 | 
| /freebsd/crypto/openssh/ | 
| H A D | PROTOCOL.mux | 2 ControlMaster connection-sharing.18 Many multiplexing (mux) client requests yield immediate responses from
 19 the mux process; requesting a forwarding, performing an alive check or
 28 signaled or the mux server closes the session. This mode is so named as
 29 the client waits around while the mux server does all the driving.
 36 this mode, the mux client/server connection socket will stop speaking
 57 The current version of the mux protocol is 4. A client should refuse
 109 non-multiplexed ssh(1) connection. Two additional cases that the
 120 3. Requesting passenger-mode stdio forwarding
 128 	string	connect port
 [all …]
 
 | 
| H A D | channels.h | 43 #define SSH_CHANNEL_PORT_LISTENER	2	/* Listening on a port. */45 #define SSH_CHANNEL_OPEN		4	/* normal open two-way channel */
 50 #define SSH_CHANNEL_RPORT_LISTENER	11	/* Listening to a R-style port  */
 54 #define SSH_CHANNEL_MUX_LISTENER	15	/* Listener for mux conn. */
 55 #define SSH_CHANNEL_MUX_CLIENT		16	/* Conn. to mux client */
 56 #define SSH_CHANNEL_ABANDONED		17	/* Abandoned session, eg mux */
 58 #define SSH_CHANNEL_RUNIX_LISTENER	19	/* Listening to a R-style domain socket. */
 59 #define SSH_CHANNEL_MUX_PROXY		20	/* proxy channel for mux-client */
 64 #define CHANNEL_CANCEL_PORT_STATIC	-1
 67 #define CHANNEL_NONBLOCK_LEAVE	0 /* don't modify non-blocking state */
 [all …]
 
 | 
| H A D | mux.c | 1 /* $OpenBSD: mux.c,v 1.103 2024/10/12 10:50:37 jsg Exp $ */3  * Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
 53 #include "openbsd-compat/sys-queue.h"
 73 extern int tty_flag;
 101 	int fid;	/* forward id */
 105 int muxserver_sock = -1;
 122 	int hello_rcvd;
 125 /* mux protocol messages */
 150 static void mux_session_confirm(struct ssh *, int, int, void *);
 151 static void mux_stdio_confirm(struct ssh *, int, int, void *);
 [all …]
 
 | 
| H A D | channels.c | 73 #include "openbsd-compat/sys-queue.h"93 /* -- agent forwarding */
 96 /* -- X11 forwarding */
 97 /* X11 port for display :0 */
 102 /* Per-channel callback for pre/post IO actions */
 111 /* XXX: streamlocal wants a path instead of host:port */
 113 /*	XXX - can we use listen_host instead of listen_path? */
 116 	int port_to_connect;		/* Connect to 'port'. */
 119 	int listen_port;		/* Remote side should listen port. */
 120 	Channel *downstream;		/* Downstream mux*/
 [all …]
 
 | 
| /freebsd/sys/dev/usb/net/ | 
| H A D | uhso.c | 1 /*-2  * SPDX-License-Identifier: BSD-2-Clause
 74 	int		ht_muxport; /* Mux. port no */
 75 	int		ht_open;
 84 	int			sc_radio;
 104 	int			sc_ttys;
 107 	int			sc_msr;
 108 	int			sc_lsr;
 109 	int			sc_line;
 116  * The first one has 2,3 or 4 interfaces with a multiplexed serial port
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/src/arm/nxp/vf/ | 
| H A D | vf610-zii-dev-rev-c.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)6 /dts-v1/;
 7 #include "vf610-zii-dev.dtsi"
 11 	compatible = "zii,vf610dev-c", "zii,vf610dev", "fsl,vf610";
 13 	mdio-mux {
 14 		compatible = "mdio-mux-gpio";
 15 		pinctrl-0 = <&pinctrl_mdio_mux>;
 16 		pinctrl-names = "default";
 20 		mdio-parent-bus = <&mdio1>;
 21 		#address-cells = <1>;
 [all …]
 
 | 
| /freebsd/sys/arm/nvidia/tegra124/ | 
| H A D | tegra124_xusbpadctl.c | 1 /*-49 #include <dt-bindings/pinctrl/pinctrl-tegra-xusb.h>
 170 #define	WR4(_sc, _r, _v)	bus_write_4((_sc)->mem_res, (_r), (_v))
 171 #define	RD4(_sc, _r)		bus_read_4((_sc)->mem_res, (_r))
 177 	int		phy_ena_cnt;
 190 	{"nvidia,tegra124-xusb-padctl",	1},
 207 	int			idx;
 208 	int			(*init)(struct padctl_softc *sc,
 209 				    struct padctl_port *port);
 219 static int usb3_port_init(struct padctl_softc *sc, struct padctl_port *port);
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ | 
| H A D | imx35-eukrea-mbimxsd35-baseboard.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later6 /dts-v1/;
 8 #include <dt-bindings/gpio/gpio.h>
 9 #include <dt-bindings/input/input.h>
 10 #include "imx35-eukrea-cpuimx35.dtsi"
 14 	compatible = "eukrea,mbimxsd35-baseboard", "eukrea,cpuimx35", "fsl,imx35";
 16 	gpio-keys {
 17 		compatible = "gpio-keys";
 18 		pinctrl-names = "default";
 19 		pinctrl-0 = <&pinctrl_bp1>;
 [all …]
 
 | 
| H A D | imx6qdl-nitrogen6_max.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 OR X115 #include <dt-bindings/gpio/gpio.h>
 6 #include <dt-bindings/input/input.h>
 10 		stdout-path = &uart2;
 18 	reg_1p8v: regulator-1p8v {
 19 		compatible = "regulator-fixed";
 20 		regulator-name = "1P8V";
 21 		regulator-min-microvolt = <1800000>;
 22 		regulator-max-microvolt = <1800000>;
 23 		regulator-always-on;
 [all …]
 
 | 
| H A D | imx6q-dms-ba16.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 /dts-v1/;
 5 #include <dt-bindings/gpio/gpio.h>
 6 #include "imx6q-ba16.dtsi"
 9 	model = "Advantech DMS-BA16";
 10 	compatible = "advantech,imx6q-dms-ba16", "advantech,imx6q-ba1
 [all...]
 | 
| H A D | imx53-voipac-bsb.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later6 /dts-v1/;
 7 #include "imx53-voipac-dmm-668.dtsi"
 11 		compatible = "fsl,imx53-voipac-sgtl5000",
 12 			     "fsl,imx-audio-sgtl5000";
 13 		model = "imx53-voipac-sgtl5000";
 14 		ssi-controller = <&ssi2>;
 15 		audio-codec = <&sgtl5000>;
 16 		audio-routing =
 18 		mux-int-port = <2>;
 [all …]
 
 | 
| H A D | imx25-eukrea-mbimxsd25-baseboard.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later6 /dts-v1/;
 8 #include <dt-bindings/gpio/gpio.h>
 9 #include <dt-bindings/input/input.h>
 10 #include "imx25-eukrea-cpuimx25.dtsi"
 14 	compatible = "eukrea,mbimxsd25-baseboard", "eukrea,cpuimx25", "fsl,imx25";
 16 	gpio-keys {
 17 		compatible = "gpio-keys";
 18 		pinctrl-names = "default";
 19 		pinctrl-0 = <&pinctrl_gpiokeys>;
 [all …]
 
 | 
| H A D | imx6qdl-udoo.dtsi | 1 // SPDX-License-Identifier: GPL-2.08 #include <dt-bindings/gpio/gpio.h>
 19 		stdout-path = &uart2;
 23 		compatible = "gpio-backlight";
 25 		default-on;
 29 	gpio-poweroff {
 30 		compatible = "gpio-poweroff";
 32 		pinctrl-0 = <&pinctrl_power_off>;
 33 		pinctrl-names = "default";
 43 		 * in reality it is a -20t (parallel) model,
 [all …]
 
 | 
| H A D | imx53-mba53.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later7 /dts-v1/;
 8 #include "imx53-tqma53.dtsi"
 15 		stdout-path = &uart2;
 19 		compatible = "pwm-backlight";
 21 		brightness-levels = <0 24 28 32 36 40 44 48 52 56 60 64 68 72 76 80 84 88 92 96 100>;
 22 		default-brightness-level = <10>;
 23 		enable-gpios = <&gpio7 7 0>;
 24 		power-supply = <®_backlight>;
 28 		compatible = "fsl,imx-parallel-display";
 [all …]
 
 | 
| H A D | imx6qdl-mba6.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only5  * Copyright 2013-2021 TQ-Systems GmbH
 6  * Author: Markus Niebel <Markus.Niebel@tq-group.com>
 9 #include <dt-bindings/clock/imx6qdl-clock.h>
 10 #include <dt-bindings/gpio/gpio.h>
 11 #include <dt-bindings/input/input.h>
 12 #include <dt-bindings/sound/fsl-imx-audmux.h>
 18 		/delete-property/ mmc2;
 19 		/delete-property/ mmc3;
 24 		stdout-path = &uart2;
 [all …]
 
 | 
| H A D | imx6qdl-emcon-avari.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)15 	reg_wall_5p0: reg-wall5p0 {
 16 		compatible = "regulator-fixed";
 17 		regulator-name = "Main-Supply";
 18 		regulator-min-microvolt = <5000000>;
 19 		regulator-ma
 [all...]
 | 
| H A D | imx6qdl-dhcom-pdk2.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+3  * Copyright (C) 2015-2021 DH electronics GmbH
 7 #include <dt-bindings/gpio/gpio.h>
 8 #include <dt-bindings/input/input.h>
 9 #include <dt-bindings/leds/common.h>
 10 #include <dt-bindings/pwm/pwm.h>
 14 		stdout-path = "serial0:115200n8";
 17 	clk_ext_audio_codec: clock-codec {
 18 		#clock-cells = <0>;
 19 		clock-frequency = <24000000>;
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ | 
| H A D | sc8180x-primus.dts | 1 // SPDX-License-Identifier: BSD-3-Clause3  * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 4  * Copyright (c) 2020-2023, Linaro Limited
 7 /dts-v1/;
 9 #include <dt-bindings/firmware/qcom,scm.h>
 10 #include <dt-bindings/gpio/gpio.h>
 11 #include <dt-bindings/input/gpio-keys.h>
 12 #include <dt-bindings/input/input.h>
 13 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
 15 #include "sc8180x-pmics.dtsi"
 [all …]
 
 | 
| H A D | sc8180x-lenovo-flex-5g.dts | 1 // SPDX-License-Identifier: BSD-3-Clause3  * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 4  * Copyright (c) 2020-2023, Linaro Limited
 7 /dts-v1/;
 9 #include <dt-bindings/firmware/qcom,scm.h>
 10 #include <dt-bindings/gpio/gpio.h>
 11 #include <dt-bindings/input/gpio-keys.h>
 12 #include <dt-bindings/input/input.h>
 13 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
 15 #include "sc8180x-pmics.dtsi"
 [all …]
 
 | 
| H A D | sc8280xp-crd.dts | 1 // SPDX-License-Identifier: BSD-3-Clause7 /dts-v1/;
 9 #include <dt-bindings/gpio/gpio.h>
 10 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
 13 #include "sc8280xp-pmics.dtsi"
 17 	compatible = "qcom,sc8280xp-crd", "qcom,sc8280xp";
 26 		compatible = "pwm-backlight";
 28 		enable-gpios = <&pmc8280_1_gpios 8 GPIO_ACTIVE_HIGH>;
 29 		power-supply = <&vreg_edp_bl>;
 31 		pinctrl-names = "default";
 [all …]
 
 |