/freebsd/sys/contrib/device-tree/Bindings/iio/gyroscope/ |
H A D | invensense,mpu3050.txt | 1 Invensense MPU-3050 Gyroscope device tree bindings 4 - compatible : should be "invensense,mpu3050" 5 - reg : the I2C address of the sensor 8 - interrupts : interrupt mapping for the trigger interrupt from the 13 - vdd-supply : supply regulator for the main power voltage. 14 - vlogic-supply : supply regulator for the signal voltage. 15 - mount-matrix : see iio/mount-matrix.txt 18 - The MPU-3050 will pass through and forward the I2C signals from the 21 i2c gate node. For details see: i2c/i2c-gate.txt 28 interrupt-parent = <&foo>; [all …]
|
H A D | invensense,mpu3050.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Invensense MPU-3050 Gyroscope 10 - Linus Walleij <linus.walleij@linaro.org> 19 vdd-supply: true 21 vlogic-supply: true 28 mount-matrix: true 30 i2c-gate: 31 $ref: /schemas/i2c/i2c-controller.yaml [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | maxim,max9485.txt | 5 - MAX9485_MCLKOUT: A gated, buffered output of the input clock of 27 MHz 6 - MAX9485_CLKOUT: A PLL that can be configured to 16 different discrete 8 - MAX9485_CLKOUT[1,2]: Two gated outputs for MAX9485_CLKOUT 14 - compatible: "maxim,max9485" 15 - clocks: Input clock, must provide 27.000 MHz 16 - clock-names: Must be set to "xclk" 17 - #clock-cells: From common clock binding; shall be set to 1 20 - rese [all...] |
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | example-schema.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 # All the top-level keys are standard json-schema keywords except for 10 $id: http://devicetree.org/schemas/example-schema.yaml# 11 # $schema is the meta-schema this schema should be validated with. 12 $schema: http://devicetree.org/meta-schemas/core.yaml# 17 - Rob Herring <robh@kernel.org> 20 A more detailed multi-line description of the binding. 44 - items: 51 - enum: [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/accel/ |
H A D | kionix,kxsd9.txt | 4 - compatible: should be set to "kionix,kxsd9" 5 - reg: i2c slave address 8 - vdd-supply: The input supply for VDD 9 - iovdd-supply: The input supply for IOVDD 10 - interrupts: The movement detection interrupt 11 - mount-matrix: See mount-matrix.txt 18 interrupt-parent = <&foo>; 20 iovdd-supply = <&bar>; 21 vdd-supply = <&baz>;
|
/freebsd/contrib/lib9p/ |
H A D | rfuncs.c | 50 * a temporary buffer since basename("foo/bar") is "bar", 51 * but basename("foo/bar/") is still "bar" -- no trailing 58 * As a special but useful case, if you supply NULL for the <buf> 84 endp = path + strlen(path) - 1; in r_basename() 86 endp--; in r_basename() 96 * we have a non-empty basename, ending in r_basename() 103 * either comp==path, or comp[-1] is '/'. in r_basename() 112 * comp==path, or comp[-1] is '/'. in r_basename() 118 while (comp > path && comp[-1] != '/') in r_basename() 119 comp--; in r_basename() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | samsung,s6d16d0.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 13 - $ref: panel-common.yaml# 23 reset-gpios: true 25 vdd1-supply: 26 description: I/O voltage supply 29 - compatible 30 - reg [all …]
|
H A D | sony,acx424akp.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 15 - Linus Walleij <linus.walleij@linaro.org> 18 - $ref: panel-common.yaml# 23 - sony,acx424akp 24 - sony,acx424akm 29 reset-gpios: true 30 vddi-supply: 32 enforce-video-mode: true [all …]
|
/freebsd/contrib/lyaml/ |
H A D | README.md | 4 Copyright (C) 2013-2022 Gary V. Vaughan 6 [](https://mit-license.org) 7 …thub.com/gvvaughan/lyaml/actions/workflows/spec.yml/badge.svg?branch=release-v6.2.8)](https://gith… 8 …gvvaughan/lyaml/coverage.svg?branch=release-v6.2.8)](https://codecov.io/github/gvvaughan/lyaml?bra… 12 and a low-level [YAML] event parser for implementing more 16 ----- 25 local t = lyaml.load (YAML-STRING, [OPTS-TABLE]) 26 local yamlstr = lyaml.dump (LUA-TABLE, [OPTS-TABLE]) 35 argument OPTS-TABLE. 38 lyaml.load("foo: bar") [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/pressure/ |
H A D | bmp085.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Andreas Klinger <ak@it-klinger.de> 16 https://www.bosch-sensortec.com/bst/products/all_products/bmp180 17 https://www.bosch-sensortec.com/bst/products/all_products/bmp280 18 https://www.bosch-sensortec.com/bst/products/all_products/bme280 19 https://www.bosch-sensortec.com/bst/products/all_products/bmp380 20 https://www.bosch-sensortec.com/bst/products/all_products/bmp580 25 - bosch,bmp085 [all …]
|
H A D | sensirion,sdp500.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Petar Stoykov <petar.stoykov@prodrive-technologies.com> 19 - items: 20 - const: sensirion,sdp510 21 - const: sensirion,sdp500 22 - const: sensirion,sdp500 27 vdd-supply: true 30 - compatible [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm2711-rpi-4-b.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include "bcm2711-rpi.dtsi" 5 #include "bcm283x-rpi-led-deprecated.dtsi" 6 #include "bcm283x-rpi-usb-peripheral.dtsi" 7 #include "bcm283x-rpi-wifi-bt.dtsi" 8 #include <dt-bindings/leds/common.h> 11 compatible = "raspberrypi,4-model-b", "brcm,bcm2711"; 16 stdout-path = "serial1:115200n8"; 19 cam1_reg: regulator-cam1 { [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/amplifiers/ |
H A D | adi,hmc425a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <michael.hennerich@analog.com> 15 ADRF5750 2 dB LSB, 4-Bit, Silicon Digital Attenuator, 10 MHz to 60 GHz 16 https://www.analog.com/media/en/technical-documentation/data-sheets/adrf5740.pdf 18 HMC425A 0.5 dB LSB GaAs MMIC 6-BIT DIGITAL POSITIVE CONTROL ATTENUATOR, 2.2 - 8.0 GHz 19 https://www.analog.com/media/en/technical-documentation/data-sheets/hmc425A.pdf 21 HMC540S 1 dB LSB Silicon MMIC 4-Bit Digital Positive Control Attenuator, 0.1 - 8 GHz 22 https://www.analog.com/media/en/technical-documentation/data-sheets/hmc540s.pdf [all …]
|
/freebsd/usr.sbin/crunch/crunchide/ |
H A D | crunchide.c | 29 * crunchide.c - tiptoes through a symbol table, hiding all defined 30 * global symbols. Allows the user to supply a "keep list" of symbols 34 * together without getting multiple-defined errors. 36 * For example, consider a program "foo.c". It can be linked with a 40 * cc -c foo.c foostub.c 41 * ld -r foo.o foostub.o -o foo.combined.o 42 * crunchide -k _foo_main foo.combined.o 43 * at this point, foo.combined.o can be linked with another program 44 * and invoked with "foo_main(argc, argv)". foo's main() and any 48 * - resolve the theoretical hanging reloc problem (see check_reloc() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | simple-framebuffer.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/display/simple-framebuffer.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Hans de Goede <hdegoede@redhat.com> 13 A simple frame-buffer describes a frame-buffer setup by firmware or 19 sub-nodes of the chosen node (*). Simplefb nodes must be named 41 interaction, then the chosen node stdout-path property should point 46 It is advised that devicetree files contain pre-filled, disabled 52 If pre-filled framebuffer nodes are used, the firmware may need [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb251xb.txt | 1 Microchip USB 2.0 Hi-Speed Hub Controller 4 Hi-Speed Controller. 7 - compatible : Should be "microchip,usb251xb" or one of the specific types: 11 - reg : I2C address on the selected bus (default is <0x2C>) 14 - reset-gpios : Should specify the gpio for hub reset 15 - vdd-supply : Should specify the phandle to the regulator supplying vdd 16 - skip-config : Skip Hub configuration, but only send the USB-Attach command 17 - vendor-id : Set USB Vendor ID of the hub (16 bit, default is 0x0424) 18 - product-id : Set USB Product ID of the hub (16 bit, default depends on type) 19 - device-id : Set USB Device ID of the hub (16 bit, default is 0x0bb3) [all …]
|
H A D | usb251xb.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Microchip USB 2.0 Hi-Speed Hub Controller 10 - Richard Leitner <richard.leitner@skidata.com> 15 - microchip,usb2422 16 - microchip,usb2512b 17 - microchip,usb2512bi 18 - microchip,usb2513b 19 - microchip,usb2513bi [all …]
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | kstat.h | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 63 #define KSTAT_STRLEN 255 /* 254 chars + NULL; must be 16 * n - 1 */ 83 void *ks_data; /* kstat type-specific data */ 84 uint_t ks_ndata; /* # of type-specific data records */ 91 void *ks_private; /* arbitrary provider-private data */ 103 * *optionally* protected by the per-kstat ks_lock. If ks_lock is non-NULL, 111 * NOTE: variable-size kstats MUST employ kstat data locking, to prevent 112 * data-size races with kstat clients. 116 * kernel's lock-related data structures. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/opp/ |
H A D | opp-v2.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/opp/opp-v2.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Viresh Kumar <viresh.kumar@linaro.org> 13 - $ref: opp-v2-base.yaml# 17 const: operating-points-v2 22 - | 24 * Example 1: Single cluster Dual-core ARM cortex A9, switch DVFS states 28 #address-cells = <1>; [all …]
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-assertion-result.h | 46 #include "gtest/gtest-message.h" 47 #include "gtest/internal/gtest-port.h" 50 /* class A needs to have dll-interface to be used by clients of class B */) 56 // remembers a non-empty message that describes how it failed. 64 // 2. Defining predicate-format functions to be 93 // about half as often as positive ones in our tests), supply messages for 115 // // Verifies that Foo() returns an even number. 116 // EXPECT_PRED_FORMAT1(IsEven, Foo()); 128 // If Foo() returns 5, you will see the following message: 130 // Expected: Foo() is even [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_PROVIDER.pod | 13 - provider routines 109 See L<OSSL_PROVIDER-default(7)> for more information on this fallback 128 NULL OSSL_ALGORITHM entry. This is considered a low-level function that most 133 low-level function that most applications should not need to call. 141 L<provider-base(7)>. 152 will call the callback I<cb> and supply a set of L<OSSL_PARAM(3)>s describing the 155 L<provider-base(7)/CAPABILTIIES>. 186 This demonstrates how to load the provider module "foo" and ask for 200 if ((prov = OSSL_PROVIDER_load(NULL, "foo")) != NULL 202 printf("Provider 'foo' buildinfo: %s\n", build); [all …]
|
/freebsd/contrib/libxo/doc/ |
H A D | xo.rst | 1 .. index:: --libxo, xo 11 The style of output can be selected using a specific option: "-X" for 12 XML, "-J" for JSON, "-H" for HTML, or "-T" for TEXT, which is the 13 default. The "--style <style>" option can also be used. The standard 14 set of "--libxo" options are available (see :ref:`options`), as well 15 as the :ref:`LIBXO_OPTIONS <libxo-options>` environment variable. 18 a set of zero or more arguments used to supply data for that string:: 36 <div class="data" data-tag="name">fish</div> 38 <div class="data" data-tag="weight">6</div> 42 The `--wrap $path` option can be used to wrap emitted content in a [all …]
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/ |
H A D | Changes | 3 1.56 2019-07-09 4 - Fix typos in Changes 6 1.55 2019-02-25 7 - Improve AppVeyor tests for older Perls (Thanks Roy Ivy) 8 - Check for Test::More 0.94 and skip tests if not installed where 10 - Improve workaround for broken Win32 File::Temp taint failure (Thanks Roy Ivy). 11 - Skip/todo tests which fail under Devel::Cover (Thanks Roy Ivy) 12 - Add checks and skip_all checks for non-core test modules (Thanks Roy Ivy) 14 1.54 2019-01-13 15 - Fix tempfile creation during tests on Win32 [all …]
|
/freebsd/contrib/libucl/ |
H A D | README.md | 9 - [Introduction](#introduction) 10 - [Basic structure](#basic-structure) 11 - [Improvements to the json notation](#improvements-to-the-json-notation) 12 - [General syntax sugar](#general-syntax-sugar) 13 - [Automatic arrays creation](#automatic-arrays-creation) 14 - [Named keys hierarchy](#named-keys-hierarchy) 15 - [Convenient numbers and booleans](#convenient-numbers-and-booleans) 16 - [General improvements](#general-improvements) 17 - [Comments](#comments) 18 - [Macros support](#macros-support) [all …]
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1 # -*- perl -*- 9 # If in doubt, write to mjd-perl-template+@plover.com for a license. 35 for my $kk ($k, "\u$k", "\U$k", "-$k", "-\u$k", "-\U$k") { 93 $self->{SOURCE} = $source; 96 return unless $self->_acquire_data; 107 my $type = $self->{TYPE}; 113 my $data = _load_text($self->{SOURCE}); 120 if ($self->{UNTAINT} && _is_clean($self->{SOURCE})) { 124 if (defined $self->{ENCODING}) { 126 $data = Encode::decode($self->{ENCODING}, $data, &Encode::FB_CROAK); [all …]
|