Searched +full:dsd +full:- +full:path (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | asahi-kasei,ak4458.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/sound/asahi-kasei,ak4458.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Shengjiu Wang <shengjiu.wang@nxp.com> 15 - asahi-kasei,ak4458 16 - asahi-kasei,ak4497 21 avdd-supply: 24 dvdd-supply: 27 reset-gpios: [all …]
|
H A D | ak4458.txt | 7 - compatible : "asahi-kasei,ak4458" or "asahi-kasei,ak4497" 8 - reg : The I2C address of the device for I2C 11 - reset-gpios: A GPIO specifier for the power down & reset pin 12 - mute-gpios: A GPIO specifier for the soft mute pin 13 - AVDD-supply: Analog power supply 14 - DVDD-supply: Digital power supply 15 - dsd-path: Select DSD input pins for ak4497 23 compatible = "asahi-kasei,ak4458"; 25 reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW> 26 mute-gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>
|
/freebsd/sys/dev/acpica/ |
H A D | acpi.c | 1 /*- 264 acpi_ca_version, 0, "Version of Intel ACPI-CA"); 369 * Pre-allocate space for RSDT/XSDT and DSDT tables and allow resizing in acpi_Startup() 382 /* If the user manually set the disabled hint to 0, force-enable ACPI. */ in acpi_Startup() 429 if (rsdp->Revision > 1 && rsdp->XsdtPhysicalAddress != 0) in acpi_identify() 430 paddr = (ACPI_PHYSICAL_ADDRESS)rsdp->XsdtPhysicalAddress; in acpi_identify() 432 paddr = (ACPI_PHYSICAL_ADDRESS)rsdp->RsdtPhysicalAddress; in acpi_identify() 438 sbuf_bcat(&sb, rsdt->OemId, ACPI_OEM_ID_SIZE); in acpi_identify() 441 sbuf_bcat(&sb, rsdt->OemTableId, ACPI_OEM_TABLE_ID_SIZE); in acpi_identify() 479 sc->acpi_dev = dev; in acpi_attach() [all …]
|
H A D | acpivar.h | 1 /*- 78 struct apm_clone_data *acpi_clone; /* Pseudo-dev for devd(8). */ 94 ACPI_BUFFER dsd; /* Device Specific Data */ member 153 * Each ACPI device can have its own driver-specific mutex for protecting 160 * ACPI-CA handles its own locking and should not be called with locks held. 162 * The most complicated path is: 163 * GPE -> EC runs _Qxx -> _Qxx reads EC space -> GPE 180 * ACPI CA does not define layers for non-ACPI CA drivers. 205 * See the Intel document titled "Intel Processor Vendor-Specific ACPI", 206 * number 302223-007. [all …]
|
/freebsd/sys/fs/p9fs/ |
H A D | p9_client.c | 1 /*- 72 return (clnt->proto_version == p9_proto_2000L); in p9_is_proto_dotl() 79 return (clnt->proto_version == p9_proto_2000u); in p9_is_proto_dotu() 92 error = vfs_getopt(mp->mnt_optnew, "trans", (void **)&trans, &len); in p9_parse_opts() 97 clnt->proto_version = p9_proto_2000L; in p9_parse_opts() 98 clnt->msize = 8192; in p9_parse_opts() 101 clnt->ops = p9_get_trans_by_name(trans); in p9_parse_opts() 113 fc->capacity = alloc_msize; in p9_buffer_alloc() 114 fc->offset = 0; in p9_buffer_alloc() 115 fc->size = 0; in p9_buffer_alloc() [all …]
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2008-2012 Alexander Motin <mav@FreeBSD.org> 50 #define hdaa_lock(devinfo) snd_mtxlock((devinfo)->lock) 51 #define hdaa_unlock(devinfo) snd_mtxunlock((devinfo)->lock) 52 #define hdaa_lockassert(devinfo) snd_mtxassert((devinfo)->lock) 82 static const char *HDA_DEVS[16] = {"Line-out", "Speaker", "Headphones", "CD", 83 "SPDIF-out", "Digital-out", "Modem-line", "Modem-handset", "Line-in", 84 "AUX", "Mic", "Telephony", "SPDIF-in", "Digital-in", "Res.E", "Other"}; 90 "DIN", "XLR", "RJ-11", "Combo", "0xc", "0xd", "0xe", "Other" }; [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 2 %%% BibTeX-file{ 23 %%% (incompletely) 1970 -- 1979. 50 %%% covering 1958--1996 became too large (about 65 %%% Algorithms 1--492. For Algorithms 493--686, 72 %%% cross-referenced in both directions, so 75 %%% Corrigenda. Cross-referenced entries are 77 %%% that each is completely self-contained. 83 %%% ftp://netlib.bell-labs.com/netlib/toms. 88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1. 90 %%% The initial draft of entries for 1981 -- [all …]
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 7 # bug-ncurses@gnu.org 19 # under the ncurses MIT-style license. That was the effect of the agreement 33 # some portions of the data are derivative work under a compatible MIT-style 36 #------------------------------------------------------------------------------ 37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying 38 # https://invisible-island.net/personal/copyrights.html#removing_notes 39 #------------------------------------------------------------------------------ 48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu 54 # This file describes the capabilities of various character-cell terminals, 55 # as needed by software such as screen-oriented editors. [all …]
|