Home
last modified time | relevance | path

Searched +full:aux +full:- +full:output +full:- +full:source (Results 1 – 25 of 162) sorted by relevance

1234567

/freebsd/sys/contrib/device-tree/Bindings/display/msm/
H A Ddp-controller.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/msm/dp-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Kuogee Hsieh <quic_khsieh@quicinc.com>
19 - enum:
20 - qcom,sc7180-dp
21 - qcom,sc7280-dp
22 - qcom,sc7280-edp
23 - qcom,sc8180x-dp
[all …]
/freebsd/crypto/openssl/crypto/asn1/
H A Dbio_ndef.c2 * Copyright 2008-2023 The OpenSSL Project Authors. All Rights Reserved.
6 * in the file LICENSE in the source distribution or at
7 * https://www.openssl.org/source/license.html
23 * need to be all held in memory at once. When the BIO is flushed the output
37 /* Output BIO */
62 const ASN1_AUX *aux = it->funcs; in BIO_new_NDEF() local
66 if (!aux || !aux->asn1_cb) { in BIO_new_NDEF()
75 /* ASN1 bio needs to be next to output BIO */ in BIO_new_NDEF()
99 if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0) { in BIO_new_NDEF()
113 ndef_aux->val = val; in BIO_new_NDEF()
[all …]
H A Dtasn_enc.c2 * Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
6 * in the file LICENSE in the source distribution or at
7 * https://www.openssl.org/source/license.html
50 * points to a buffer to output the data to. The new i2d has one additional
51 * feature. If the output buffer is NULL (i.e. *out == NULL) then a buffer is
62 len = ASN1_item_ex_i2d(&val, NULL, it, -1, flags); in asn1_item_flags_i2d()
67 return -1; in asn1_item_flags_i2d()
70 ASN1_item_ex_i2d(&val, &p, it, -1, flags); in asn1_item_flags_i2d()
75 return ASN1_item_ex_i2d(&val, out, it, -1, flags); in asn1_item_flags_i2d()
89 const ASN1_AUX *aux = it->funcs; in ASN1_item_ex_i2d() local
[all …]
H A Dasn_mime.c2 * Copyright 2008-2023 The OpenSSL Project Authors. All Rights Reserved.
6 * in the file LICENSE in the source distribution or at
7 * https://www.openssl.org/source/license.html
38 char *name; /* Name of line e.g. "content-type" */
66 /* Output an ASN1 structure in BER format streaming if necessary */
87 /* Free up successive BIOs until we hit the old output BIO */ in i2d_ASN1_bio_stream()
132 BIO_printf(out, "-----BEGIN %s-----\n", hdr); in PEM_write_bio_ASN1_stream()
134 BIO_printf(out, "-----END %s-----\n", hdr); in PEM_write_bio_ASN1_stream()
170 md_nid = OBJ_obj2nid(sk_X509_ALGOR_value(mdalgs, i)->algorithm); in asn1_write_micalg()
172 if (md && md->md_ctrl) { in asn1_write_micalg()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dqcom,sc7180-qmp-usb3-dp-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/phy/qcom,sc7180-qmp-usb3-dp-phy.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
15 qcom,sc8280xp-qmp-usb43dp-phy.yaml.
18 - Wesley Cheng <quic_wcheng@quicinc.com>
23 - enum:
24 - qcom,sc7180-qmp-usb3-dp-phy
25 - qcom,sc8180x-qmp-usb3-dp-phy
26 - qcom,sdm845-qmp-usb3-dp-phy
[all …]
H A Dqcom,qmp-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: "http://devicetree.org/schemas/phy/qcom,qmp-phy.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
11 - Vinod Koul <vkoul@kernel.org>
20 - qcom,ipq6018-qmp-pcie-phy
21 - qcom,ipq6018-qmp-usb3-phy
22 - qcom,ipq8074-qmp-gen3-pcie-phy
23 - qcom,ipq8074-qmp-pcie-phy
24 - qcom,ipq8074-qmp-usb3-phy
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dcirrus,cs2000-cp.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/cirrus,cs2000-cp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: CIRRUS LOGIC Fractional-N Clock Synthesizer & Clock Multiplier
10 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
13 The CS2000-CP is an extremely versatile system clocking device that
21 - cirrus,cs2000-cp
28 clock-names:
30 - const: clk_in
[all …]
/freebsd/contrib/flex/src/
H A Dscanopt.c1 /* flex - tool to generate fast lexical analyzers */
10 /* to contract no. DE-AC03-76SF00098 between the United States */
15 /* Redistribution and use in source and binary forms, with or without */
19 /* 1. Redistributions of source code must retain the above copyright */
47 int namelen; /* Length of the actual option word, e.g., "--file[=foo]" is 4 */
48 int printlen; /* Length of entire string, e.g., "--file[=foo]" is 12 */
54 struct _aux *aux; /* Auxiliary data about options. */ member
65 /* Accessor functions. These WOULD be one-liners, but portability calls. */
77 return s->options[i].opt_fmt + in NAME()
78 ((s->aux[i].flags & IS_LONG) ? 2 : 1); in NAME()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Drtc-ds1307.txt4 - compatible: should be one of:
23 - reg: I2C bus address of the device
26 - interrupts: rtc alarm interrupt.
27 - clock-output-names: From common clock binding to override the default output
29 - wakeup-source: Enables wake up of host system on alarm
30 - trickle-resistor-ohms : ds1339, ds1340 and ds 1388 only
34 - aux-voltage-chargeable: ds1339, ds1340, ds1388 and rx8130 only
40 - trickle-diode-disable : ds1339, ds1340 and ds1388 only
43 (superseded by aux-voltage-chargeable)
49 interrupt-parent = <&gpio4>;
[all …]
H A Drtc-ds1307.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/rtc/rtc-ds1307.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Alexandre Belloni <alexandre.belloni@bootlin.com>
15 - enum:
16 - dallas,ds1307
17 - dallas,ds1308
18 - dallas,ds1337
19 - dallas,ds1338
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/tegra/
H A Dnvidia,tegra124-sor.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra124-so
[all...]
H A Dnvidia,tegra20-host1x.txt4 - compatible: "nvidia,tegra<chip>-host1x"
5 - reg: Physical base address and length of the controller's registers.
6 For pre-Tegra186, one entry describing the whole register area.
7 For Tegra186, one entry for each entry in reg-names:
8 "vm" - VM region assigned to Linux
9 "hypervisor" - Hypervisor region (only if Linux acts as hypervisor)
10 - interrupts: The interrupt outputs from the controller.
11 - #address-cells: The number of cells used to represent physical base addresses
13 - #size-cells: The number of cells used to represent the size of an address
15 - ranges: The mapping of the host1x address space to the CPU address space.
[all …]
/freebsd/usr.sbin/bhyve/amd64/
H A Datkbdc.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
98 /* controller output port */
128 uint8_t outport; /* controller output port */
135 struct aux_dev aux; member
145 if ((sc->ram[0] & KBD_ENABLE_KBD_INT) != 0) { in atkbdc_assert_kbd_intr()
146 sc->kbd.irq_active = true; in atkbdc_assert_kbd_intr()
147 vm_isa_pulse_irq(sc->ctx, sc->kbd.irq, sc->kbd.irq); in atkbdc_assert_kbd_intr()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8186-corsola-steelix.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
6 /dts-v1/;
7 #include "mt8186-corsola.dtsi"
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
12 pp1000_edpbrdg: regulator-pp1000-edpbrdg {
13 compatible = "regulator-fixed";
14 regulator-name = "pp1000_edpbrdg";
15 pinctrl-names = "default";
16 pinctrl-0 = <&en_pp1000_edpbrdg>;
[all …]
H A Dmt8183-kukui-jacuzzi.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
6 #include "mt8183-kukui.dtsi"
7 /* Must come after mt8183-kukui.dtsi to modify cros_ec */
8 #include <arm/cros-ec-keyboard.dtsi>
11 pp1200_mipibrdg: pp1200-mipibrdg {
12 compatible = "regulator-fixed";
13 regulator-name = "pp1200_mipibrdg";
14 pinctrl-names = "default";
15 pinctrl-0 = <&pp1200_mipibrdg_en>;
17 enable-active-high;
[all …]
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-sdx55.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
3 * SDX55 SoC device tree source
9 #include <dt-bindings/clock/qcom,gcc-sdx55.h>
10 #include <dt-bindings/clock/qcom,rpmh.h>
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/interconnect/qcom,sdx55.h>
13 #include <dt-bindings/interrupt-controller/arm-gic.h>
14 #include <dt-bindings/power/qcom-rpmpd.h>
15 #include <dt-bindings/soc/qcom,rpmh-rsc.h>
18 #address-cells = <1>;
[all …]
H A Dqcom-sdx65.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
3 * SDX65 SoC device tree source
9 #include <dt-bindings/clock/qcom,gcc-sdx65.h>
10 #include <dt-bindings/clock/qcom,rpmh.h>
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/interrupt-controller/arm-gic.h>
13 #include <dt-bindings/power/qcom-rpmpd.h>
14 #include <dt-bindings/soc/qcom,rpmh-rsc.h>
15 #include <dt-bindings/interconnect/qcom,sdx65.h>
18 #address-cells = <1>;
[all …]
/freebsd/share/man/man4/
H A Dsnd_emu10kx.42 .\" Copyright (c) 2003-2007 Yuriy Tsibizov
5 .\" Redistribution and use in source and binary forms, with or without
8 .\" 1. Redistributions of source code must retain the above copyright
35 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
60 for details), and MPU401-compatible MIDI I/O controller, which is accessible
68 .Bl -bullet -compact
94 .Bl -bullet -compact
96 Creative Sound Blaster Live!\& 24-Bit, identified by
104 .Qq Li "CA0106-DAT Audigy LS" .
[all …]
H A Dsnd_hda.41 .\" Copyright (c) 2006-2008 Joel Dahl <joel@FreeBSD.org>
5 .\" Redistribution and use in source and binary forms, with or without
8 .\" 1. Redistributions of source code must retain the above copyright
35 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
75 For example, one device for main rear 7.1 output and inputs, one device
77 HDMI audio input/output.
90 .Ss Boot-time Configuration
91 The following variables are available at boot-time through the
94 .Bl -tag -width ".Va hint.hdac.%d.config"-offset indent
[all …]
/freebsd/share/mk/
H A Dbsd.info.mk3 # Texinfo is a documentation system that uses a single source
4 # file to produce both on-line information and printed output.
18 # FORMATS Indicates which output formats will be generated
21 # ICOMPRESS_CMD Program to compress info files. Output is to
44 # file in the ${INFODIR}/${INFODIRFILE}. [install-info]
46 # INSTALLINFOFLAGS Options for ${INSTALLINFO} command. [--quiet]
53 # MAKEINFOFLAGS Options for ${MAKEINFO} command. [--no-split]
72 MAKEINFOFLAGS+= --no-split # simplify some things, e.g., compression
75 INSTALLINFO?= install-info
76 INSTALLINFOFLAGS+=--quiet
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-longcheer-l8910.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 /dts-v1/;
5 #include "msm8916-pm8916.dtsi"
6 #include "msm8916-modem-qdsp6.dtsi"
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/leds/common.h>
11 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
16 chassis-type = "handset";
25 stdout-path = "serial0";
[all …]
H A Dsc7180-trogdor-homestar.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Google Homestar board device tree source
8 #include "sc7180-trogdor-rt5682i-sku.dtsi"
9 #include "sc7180-trogdor-detachable.dtsi"
12 /* BOARD-SPECIFIC TOP LEVEL NODES */
14 max98360a_1: amplifier-1 {
16 #sound-dai-cells = <0>;
19 max98360a_2: amplifier-2 {
21 #sound-dai-cells = <0>;
24 max98360a_3: amplifier-3 {
[all …]
H A Dsc8180x-primus.dts1 // SPDX-License-Identifier: BSD-3-Clause
3 * 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 …]
/freebsd/libexec/rtld-elf/
H A Drtld.14 .\" Redistribution and use in source and binary forms, with or without
7 .\" 1. Redistributions of source code must retain the above copyright
33 .Nm ld-elf.so.1 ,
36 .Nd run-time link-editor
40 utility is a self-contained shared object providing run-time
41 support for loading and link-editing shared objects into a process'
55 to be called on a per-object basis, giving a shared object an opportunity
56 to perform any extra set-up before execution of the program proper begins.
68 .Bl -tag -width ".Pa $PLATFORM"
89 utility itself is loaded by the kernel together with any dynamically-linked
[all …]
/freebsd/contrib/ntp/sntp/tests/
H A DMakefile.in4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
19 if test -z '$(MAKELEVEL)'; then \
21 elif test -n '$(MAKE_HOST)'; then \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
30 case $${target_option-} in \
33 "target option '$${target_option-}' specified" >&2; \
56 *=*|--*) continue;; \
57 -*
[all...]

1234567