Home
last modified time | relevance | path

Searched +full:- +full:function (Results 1 – 25 of 1078) sorted by relevance

12345678910>>...44

/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dralink,mt7620-pinctrl.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/ralink,mt7620-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Arınç ÜNAL <arinc.unal@arinc9.com>
11 - Sergio Paracuellos <sergio.paracuellos@gmail.com>
20 const: ralink,mt7620-pinctrl
23 '-pins$':
26 '^(.*-)?pinmux$':
29 $ref: pinmux-node.yaml#
[all …]
H A Dmediatek,mt76x8-pinctrl.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/mediatek,mt76x8-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Arınç ÜNAL <arinc.unal@arinc9.com>
11 - Sergio Paracuellos <sergio.paracuellos@gmail.com>
20 const: ralink,mt76x8-pinctrl
23 '-pins$':
28 '^(.*-)?pinmux$':
31 $ref: pinmux-node.yaml#
[all …]
H A Dbrcm,bcm6368-pinctrl.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/brcm,bcm6368-pinctr
[all...]
H A Dbrcm,bcm6362-pinctrl.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/brcm,bcm6362-pinctr
[all...]
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-g4.dtsi1 // SPDX-License-Identifier: GPL-2.0+
2 #include <dt-bindings/clock/aspeed-clock.h>
7 #address-cells = <1>;
8 #size-cells = <1>;
9 interrupt-parent = <&vic>;
35 #address-cells = <1>;
36 #size-cells = <0>;
39 compatible = "arm,arm926ej-s";
51 compatible = "simple-bus";
52 #address-cells = <1>;
[all …]
H A Daspeed-g5.dtsi1 // SPDX-License-Identifier: GPL-2.0+
2 #include <dt-bindings/clock/aspeed-clock.h>
3 #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>
8 #address-cells = <1>;
9 #size-cells = <1>;
10 interrupt-parent = <&vic>;
36 #address-cells = <1>;
37 #size-cells = <0>;
40 compatible = "arm,arm1176jzf-s";
52 compatible = "simple-bus";
[all …]
/freebsd/sys/contrib/device-tree/src/arm/socionext/
H A Duniphier-pinctrl.dtsi1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
5 // Copyright (C) 2015-2017 Socionext Inc.
11 function = "aout";
16 function = "ain1";
21 function = "ain2";
26 function = "ainiec1";
31 function = "aout1";
36 function = "aout2";
41 function = "aout3";
46 function = "aoutiec1";
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/
H A Dnuvoton-wpcm450.dtsi1 // SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 #include <dt-bindings/interrupt-controller/irq.h>
8 #address-cells = <1>;
9 #size-cell
[all...]
H A Dnuvoton-common-npcm7xx.dtsi1 // SPDX-License-Identifier: GPL-2.0
5 #include <dt-bindings/interrupt-controller/arm-gic.h>
6 #include <dt-bindings/clock/nuvoton,npcm7xx-clock.h>
7 #include <dt-bindings/reset/nuvoton,npcm7xx-reset.h>
10 #address-cells = <1>;
11 #size-cells = <1>;
12 interrupt-parent = <&gic>;
16 compatible = "fixed-clock";
17 #clock-cells = <0>;
18 clock-frequency = <25000000>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm2166x-pinctrl.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
10 bsc1_pins: bsc1-pins {
11 bsc1clk-grp0 {
13 function = "alt1"; /* BSC1CLK */
16 bsc1dat-grp0 {
18 function = "alt1"; /* BSC1DAT */
23 bsc2_pins: bsc2-pins {
24 bsc2clk-grp0 {
26 function = "alt2"; /* BSC2CLK */
29 bsc2dat-grp0 {
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp_lib.F90.var4 !//===----------------------------------------------------------------------===//
8 !// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
10 !//===----------------------------------------------------------------------===//
64 ! Re-export definitions in omp_lib_kinds
135 … integer (kind=omp_control_tool_result_kind), parameter, public :: omp_control_tool_notool = -2
136 … integer (kind=omp_control_tool_result_kind), parameter, public :: omp_control_tool_nocallback = -1
149 integer (kind=omp_alloctrait_val_kind), parameter, public :: omp_atv_default = -1
227 function omp_get_num_threads() bind(c)
230 end function omp_get_num_threads
232 function omp_get_max_threads() bind(c)
[all …]
H A Domp_lib.h.var4 !//===----------------------------------------------------------------------===//
8 !// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
10 !//===----------------------------------------------------------------------===//
130 parameter(omp_control_tool_notool=-2)
132 parameter(omp_control_tool_nocallback=-1)
156 parameter(omp_atv_default=-1)
291 function omp_get_num_threads() bind(c)
294 end function omp_get_num_threads
296 function omp_get_max_threads() bind(c)
299 end function omp_get_max_threads
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h1 //===-- Function.h -------
249 class Function; global() variable
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h1 //===- llvm/Function.h - Class to represent a single function ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file contains the declaration of the Function class, which represents a
10 // single function/procedure in LLVM.
12 // A function basically consists of a list of basic blocks, a list of arguments,
15 //===----------------------------------------------------------------------===//
63 class LLVM_EXTERNAL_VISIBILITY Function : public GlobalObject,
64 public ilist_node<Function> {
76 // Important things that make up a function!
[all …]
/freebsd/contrib/lyaml/build-aux/
H A Dluke2 --[[ minified code follows, see --help text for source location! ]]
3 local require=function(modname)if package.loaded[modname]==nil then
4 if type(package.preload[modname])~="function"then
10 package.preload['luke._base']=function()
11 local _ENV=require'std.normalize'{}local function fatal(...)local msg=(...)if select('#',...)>1 then
14 return{diagnose=function(predicate,...)if not predicate then
18 package.preload['luke.cli']=function()
19 …ze'{'luke._base','luke.lukefile','luke.platforms','std.functional',}local function version()print[[
27 See <https://mit-license.org> for details.
29 local function help()print[[
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra30-beaver.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
5 #include "tegra30-cpu-opp.dtsi"
6 #include "tegra30-cpu-opp-microvolt.dtsi"
19 stdout-pat
[all...]
H A Dtegra124-nyan-blaze.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include "tegra124-nyan.dtsi"
6 #include "tegra124-nyan-blaze-emc.dtsi"
10 compatible = "google,nyan-blaze-rev10", "google,nyan-blaze-rev9",
11 "google,nyan-blaze-rev8", "google,nyan-blaze-rev7",
12 "google,nyan-blaze-rev6", "google,nyan-blaze-rev5",
13 "google,nyan-blaze-rev4", "google,nyan-blaze-rev3",
14 "google,nyan-blaze-rev2", "google,nyan-blaze-rev1",
15 "google,nyan-blaze-rev0", "google,nyan-blaze",
[all …]
H A Dtegra124-nyan-big.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include "tegra124-nyan.dtsi"
6 #include "tegra124-nyan-big-emc.dtsi"
9 model = "Acer Chromebook 13 CB5-311";
10 compatible = "google,nyan-big-rev7", "google,nyan-big-rev6",
11 "google,nyan-big-rev5", "google,nyan-big-rev4",
12 "google,nyan-big-rev3", "google,nyan-big-rev2",
13 "google,nyan-big-rev1", "google,nyan-big-rev0",
14 "google,nyan-big", "google,nyan", "nvidia,tegra124";
[all …]
/freebsd/sys/contrib/device-tree/src/mips/mobileye/
H A Deyeq5-pins.dtsi1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
5 * pin configuration node per function.
9 timer0_pins: timer0-pins {
10 function = "timer0";
13 timer1_pins: timer1-pins {
14 function = "timer1";
17 timer2_pins: timer2-pins {
18 function = "timer2";
21 pps0_pins: pps0-pin {
22 function = "timer2";
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-pins.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
8 blsp1_uart1_default: blsp1-uart1-default-state {
11 function = "blsp_uart1";
13 drive-strength = <16>;
14 bias-disable;
17 blsp1_uart1_sleep: blsp1-uart1-sleep-state {
19 function = "gpio";
21 drive-strength = <2>;
22 bias-pull-down;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h1 //===- FunctionSpecialization.h - Function Specialization -------
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/exynos/
H A Dexynosautov9-pinctrl.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Samsung's ExynosAutov9 SoC pin-mux and pin-config device tree source
7 * Samsung's ExynosAutov9 SoC pin-mux and pin-config options are listed as
11 #include "exynos-pinctrl.h"
14 gpa0: gpa0-gpio-bank {
15 gpio-controller;
16 #gpio-cells = <2>;
17 interrupt-controller;
18 #interrupt-cells = <2>;
19 interrupt-parent = <&gic>;
[all …]
H A Dexynos990-pinctrl.dtsi1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Samsung Exynos 990 pin-mux and pin-config device tree source
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
9 #include "exynos-pinctrl.h"
12 gpa0: gpa0-gpio-bank {
13 gpio-controller;
14 #gpio-cells = <2>;
16 interrupt-controller;
17 #interrupt-cells = <2>;
18 interrupt-parent = <&gic>;
[all …]
/freebsd/share/man/man9/
H A Dtcp_functions.957 Additionally, users can specify a particular stack to use on a per-connection
64 This man page treats "TCP stacks" as synonymous with "function blocks".
67 Therefore, an alternate "function block" defines an alternate "TCP stack".
74 functions request that the system add a specified function block
76 Modules may register the same function block multiple times with different
78 However, names must be globally unique among all registered function blocks.
79 Also, modules may not ever modify the contents of the function block (including
81 de-registers the function block.
85 function requests that the system register the function block with the name
86 defined in the function block's
[all …]
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Ds3c64xx-pinctrl.dtsi1 // SPDX-License-Identifier: GPL-2.0
4 * - pin control-related definitions
8 * Samsung's S3C64xx SoCs pin banks, pin-mux and pin-config options are
12 #include "s3c64xx-pinctrl.h"
19 gpa: gpa-gpio-bank {
20 gpio-controller;
21 #gpio-cells = <2>;
22 interrupt-controller;
23 #interrupt-cells = <2>;
26 gpb: gpb-gpio-bank {
[all …]

12345678910>>...44