| /freebsd-src/share/man/man4/ |
| H A D | snd_emu10kx.4 | 2 .\" Copyright (c) 2003-2007 Yuriy Tsibizov 35 .Bd -ragged -offset indent 43 .Bd -literal -offset indent 51 to attach to Creative sound cards based on the EMU10K1, CA0100, CA0101, CA0102 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" . 106 All other Creative sound cards with -DAT chipsets. [all …]
|
| H A D | pcm.4 | 2 .\" Copyright (c) 2009-2011 Joel Dahl <joel@FreeBSD.org> 39 .Bd -ragged -offset indent 60 driver are: multichannel audio, per-application 74 .Bl -bullet -compact 118 .Xr snd_uaudio 4 (auto-loaded on device plug) 145 .Bl -tag -width ".Va snd_driver_load" -offset indent 177 re-routing of channels. 198 Commonly used for ear-candy or frequency compensation due to the vast 232 .Bl -tag -width indent 255 .Bl -tag -width indent [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/remoteproc/ |
| H A D | ti,keystone-rproc.txt | 1 TI Keystone DSP devices 4 The TI Keystone 2 family of SoCs usually have one or more (upto 8) TI DSP Core 5 sub-systems that are used to offload some of the processor-intensive tasks or 8 These processor sub-systems usually contain additional sub-modules like L1 10 a dedicated local power/sleep controller etc. The DSP processor core in 13 DSP Device Node: 15 Each DSP Core sub-system is represented as a single DT node, and should also 22 -------------------- 25 - compatible: Should be one of the following, 26 "ti,k2hk-dsp" for DSPs on Keystone 2 66AK2H/K SoCs [all …]
|
| /freebsd-src/contrib/file/magic/Magdir/ |
| H A D | sharc | 2 #---------- [all...] |
| /freebsd-src/sys/contrib/device-tree/Bindings/powerpc/nintendo/ |
| H A D | gamecube.txt | 7 This node represents the multi-function "Flipper" chip, which packages 12 - compatible : Should be "nintendo,flipper" 21 - compatible : should be "nintendo,flipper-vi" 22 - reg : should contain the VI registers location and length 23 - interrupts : should contain the VI interrupt 32 - compatible : should be "nintendo,flipper-pi" 33 - reg : should contain the PI registers location and length 43 - compatible : should be "nintendo,flipper-pic" 45 1.c) The Digital Signal Processor (DSP) node 52 - compatible : should be "nintendo,flipper-dsp" [all …]
|
| /freebsd-src/sys/ddb/ |
| H A D | db_script.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 29 /*- 36 * automatically at kdb_enter(), if defined, based on how the debugger is 44 * - Allow scripts to be defined using tunables so that they can be defined 45 * before boot and be present in single-user mode without boot scripts 47 * - Memory allocation is not possible from within DDB, so we use a set of 51 * flexibility and avoiding hard-defined buffer limits. 52 * - When scripts run automatically on entrance to DDB, placing "continue" at 84 * Global list of scripts -- defined scripts have non-empty name fields. [all …]
|
| /freebsd-src/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | dra74x.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com/ 5 * Based on "omap4.dtsi" 16 compatible = "arm,cortex-a15"; 18 operating-points-v2 = <&cpu0_opp_table>; 21 clock-names = "cpu"; 23 clock-latency = <300000>; /* From omap-cpufreq driver */ 26 #cooling-cells = <2>; /* min followed by max */ 28 vbb-supply = <&abb_mpu>; 40 compatible = "arm,cortex-a15-pmu"; [all …]
|
| H A D | omap5.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 5 * Based on "omap4.dtsi" 8 #include <dt-bindings/bus/ti-sysc.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-binding 256 dsp: dsp { global() label [all...] |
| /freebsd-src/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_decl.c | 45 if (ddp->dd_kind == CTF_K_UNKNOWN) in dt_decl_check() 48 if (ddp->dd_name != NULL && strcmp(ddp->dd_name, "char") == 0 && in dt_decl_check() 49 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG))) { in dt_decl_check() 54 if (ddp->dd_name != NULL && strcmp(ddp->dd_name, "void") == 0 && in dt_decl_check() 55 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG | in dt_decl_check() 61 if (ddp->dd_kind != CTF_K_INTEGER && in dt_decl_check() 62 (ddp->dd_attr & (DT_DA_SIGNED | DT_DA_UNSIGNED))) { in dt_decl_check() 67 if (ddp->dd_kind != CTF_K_INTEGER && ddp->dd_kind != CTF_K_FLOAT && in dt_decl_check() 68 (ddp->dd_attr & (DT_DA_LONG | DT_DA_LONGLONG))) { in dt_decl_check() 71 "floating-point type\n"); in dt_decl_check() [all …]
|
| H A D | dt_parser.c | 44 * during the parsing phase are performed by dt_node_free(), which frees node- 61 * in the case of a comma-separated list of probe descriptions). As such, the 82 * - associative arrays that do not yet have a value type defined 83 * - translated data (i.e. the result of the xlate operator) 84 * - aggregations 123 char yyintprefix; /* int token macro prefix (+/-) */ 135 case DT_TOK_SUB_EQ: return ("-="); in opstr() 161 case DT_TOK_SUB: return ("-"); in opstr() 170 case DT_TOK_SUBSUB: return ("--"); in opstr() 1416 dt_scope_t *dsp = &yypcb->pcb_dstack; dt_node_decl() local 2232 dt_scope_t *dsp = &yypcb->pcb_dstack; dt_node_inline() local [all...] |
| /freebsd-src/lib/libnetgraph/ |
| H A D | netgraph.3 | 1 .\" Copyright (c) 1996-1999 Whistle Communications, Inc. 19 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. 60 .Fn NgMkSockNode "const char *name" "int *csp" "int *dsp" 97 These functions facilitate user-mode program participation in the kernel 99 graph-based networking system, by utilizing the netgraph 112 .No non- Ns Dv NULL , 117 .Fa dsp 122 .Fa dsp 158 The unique, non-negative token value chosen for use in the message 205 .No non- Ns Dv NULL , [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | thermal.txt | 15 - thermal sensors: devices which may be used to take temperature 17 - cooling devices: devices which may be used to dissipate heat. 18 - trip points: describe key temperatures at which cooling is recommended. The 19 set of points should be chosen based on hardware limits. 20 - cooling maps: used to describe links between trip points and cooling devices; 21 - thermal zones: used to describe thermal data within the hardware; 33 - #thermal-sensor-cells: Used to provide sensor device specific information 62 - #cooling-cells: Used to provide cooling device specific information 78 - temperature: An integer indicating the trip temperature level, 82 - hysteresis: A low hysteresis value on temperature property (above). [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/soc/qcom/ |
| H A D | qcom,apr.txt | 7 - compatible: 10 Definition: must be "qcom,apr-v<VERSION-NUMBER>", example "qcom,apr-v2" 12 - qcom,apr-domain 17 1 - APR simulator 18 2 - PC 19 3 - MODEM 20 4 - ADSP 21 5 - APPS 22 6 - MODEM2 23 7 - APPS2 [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/sound/ |
| H A D | infineon,peb2466.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
| H A D | fsl-sai.txt | 3 The SAI is based on I2S module that used communicating with audio codecs, 6 codec/DSP interfaces. 10 - compatible : Compatible list, contains "fsl,vf610-sai", 11 "fsl,imx6sx-sai", "fsl,imx6ul-sai", 12 "fsl,imx7ulp-sai", "fsl,imx8mq-sai", 13 "fsl,imx8qm-sai", "fsl,imx8mm-sai", 14 "fsl,imx8mn-sai", "fsl,imx8mp-sai", or 15 "fsl,imx8ulp-sai". 17 - reg : Offset and length of the register set for the device. 19 - clocks : Must contain an entry for each entry in clock-names. [all …]
|
| H A D | fsl,sai.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1 //===- llvm/BinaryFormat/ELF.h - ELF constants and structures ---*- C++ -*-===// 5 // SPDX-License-Identifie [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips.td | 1 //===-- Mips.td - Describe the Mips Target Machine ------- [all...] |
| /freebsd-src/sys/contrib/device-tree/Bindings/clock/ |
| H A D | imx8qxp-lpcg.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/imx8qxp-lpcg.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NXP i.MX8QXP LPCG (Low-Power Clock Gating) Clock 10 - Aisheng Dong <aisheng.dong@nxp.com> 13 The Low-Power Clock Gate (LPCG) modules contain a local programming 19 enabled by these control bits, it might still not be running based 24 include/dt-bindings/clock/imx8-lpcg.h 29 - const: fsl,imx8qxp-lpcg [all …]
|
| /freebsd-src/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | rx.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2015-2017 Intel Deutschland GmbH 10 /* API for pre-900 [all...] |
| H A D | stats.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018, 2020 - 2021, 2023 Intel Corporation 4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH 5 * Copyright (C) 2016-2017 Intel Deutschland GmbH 10 #include "mac-cf [all...] |
| /freebsd-src/sys/contrib/openzfs/module/zfs/ |
| H A D | dsl_bookmark.c | 41 dsl_dataset_t **dsp, const void *tag, char **shortnamep) in dsl_bookmark_hold_ds() argument 55 (void) strlcpy(buf, fullname, hashp - fullname + 1); in dsl_bookmark_hold_ds() 56 return (dsl_dataset_hold(dp, buf, tag, dsp)); in dsl_bookmark_hold_ds() 71 objset_t *mos = ds->ds_dir->dd_pool->dp_meta_objset; in dsl_bookmark_lookup_impl() 72 uint64_t bmark_zapobj = ds->ds_bookmarks_obj; in dsl_bookmark_lookup_impl() 79 if (dsl_dataset_phys(ds)->ds_flags & DS_FLAG_CI_DATASET) in dsl_bookmark_lookup_impl() 96 * If later_ds is non-NULL, this will return EXDEV if the specified bookmark 117 if (!dsl_dataset_is_before(later_ds, ds, bmp->zbm_creation_tx in dsl_bookmark_lookup() 348 dsl_dataset_phys_t *dsp = dsl_dataset_phys(snap); dsl_bookmark_set_phys() local [all...] |
| /freebsd-src/sys/contrib/device-tree/Bindings/net/ |
| H A D | keystone-netcp.txt | 6 switch sub-module to send and receive packets. NetCP also includes a packet 13 includes a 3-port Ethernet switch sub-module capable of 10Gb/s and 1Gb/s rates 16 Keystone NetCP driver has a plug-in module architecture where each of the NetCP 17 sub-modules exist as a loadable kernel module which plug in to the netcp core. 18 These sub-modules are represented as "netcp-devices" in the dts bindings. It is 19 mandatory to have the ethernet switch sub-module for the ethernet interface to 20 be operational. Any other sub-module like the PA is optional. 24 ----------------------------- 26 ----------------------------- 28 |-> NetCP Devices -> | [all …]
|
| /freebsd-src/sys/fs/nfs/ |
| H A D | nfs_commonkrpc.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 248 * cred == NULL --> a call to connect to a pNFS DS 249 * nmp == NULL --> indicates an upcall to userland or a NFSv4.0 callback 280 origcred = td->td_ucred; in newnfs_connect() 285 if (nrp->nr_cred != NULL) in newnfs_connect() 286 td->td_ucred = nrp->nr_cred; in newnfs_connect() 288 td->td_ucred = cred; in newnfs_connect() 289 saddr = nrp->nr_nam; in newnfs_connect() 291 if (saddr->sa_family == AF_INET) in newnfs_connect() [all …]
|
| /freebsd-src/sys/fs/nfsclient/ |
| H A D | nfs_clvfsops.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 197 if (nmp->nm_flag & NFSMNT_NFSV4) { in newnfs_iosize() 199 } else if (nmp->nm_flag & NFSMNT_NFSV3) { in newnfs_iosize() 200 if (nmp->nm_sotype == SOCK_DGRAM) in newnfs_iosize() 207 if (nmp->nm_rsize > maxio || nmp->nm_rsiz in newnfs_iosize() 1517 struct nfsclds *dsp, *tdsp; mountnfs() local 1859 struct nfsclds *dsp, *tdsp; nfs_unmount() local [all...] |