Searched +full:dsd +full:- +full:path (Results 1 – 11 of 11) sorted by relevance
/linux/Documentation/devicetree/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 …]
|
/linux/sound/soc/codecs/ |
H A D | cs43130.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 82 #define CS43130_DSD_VOL_B 0x070000 /* DSD Volume B */ 83 #define CS43130_DSD_VOL_A 0x070001 /* DSD Volume A */ 84 #define CS43130_DSD_PATH_CTL_1 0x070002 /* DSD Proc Path Sig Ctl 1 */ 85 #define CS43130_DSD_INT_CFG 0x070003 /* DSD Interface Config */ 86 #define CS43130_DSD_PATH_CTL_2 0x070004 /* DSD Proc Path Sig Ctl 2 */ 87 #define CS43130_DSD_PCM_MIX_CTL 0x070005 /* DSD and PCM Mixing Ctl */ 88 #define CS43130_DSD_PATH_CTL_3 0x070006 /* DSD Proc Path Sig Ctl 3 */ 95 #define CS43130_PCM_PATH_CTL_1 0x090003 /* PCM Path Signal Ctl 1 */ 96 #define CS43130_PCM_PATH_CTL_2 0x090004 /* PCM Path Signal Ctl 2 */ [all …]
|
/linux/sound/usb/ |
H A D | card.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 16 unsigned int fmt_type; /* USB audio format type (1-3) */ 18 unsigned int frame_size; /* samples per frame for non-audio */ 40 bool dsd_dop; /* add DOP headers in case of DSD samples */ 41 bool dsd_bitrev; /* reverse the bits of each DSD sample */ 42 bool dsd_raw; /* altsetting is raw DSD */ 68 int opened; /* open refcount; protect with chip->mutex */ 131 bool lowlatency_playback; /* low-latency playback mode */ 132 bool need_setup; /* (re-)need for hw_params? */ 133 bool need_prepare; /* (re-)need for prepare? */ [all …]
|
/linux/Documentation/firmware-guide/acpi/ |
H A D | enumeration.rst | 1 .. SPDX-License-Identifier: GPL-2.0 13 that are accessed through memory-mapped registers. 15 In order to support this and re-use the existing drivers as much as 18 - Devices that have no bus connector resource are represented as 21 - Devices behind real busses where there is a connector resource 34 This means that when ACPI_HANDLE(dev) returns non-NULL the device was 36 device-specific configuration. There is an example of this below. 43 for the device and add supported ACPI IDs. If this same IP-block is used on 44 some other non-ACPI platform, the driver might work out of the box or needs 194 The interrupt name can be listed in _DSD as 'interrupt-names'. The names [all …]
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_mr.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright (c) 2003-2014 QLogic Corporation 52 struct qla_hw_data *ha = vha->hw; in qlafx00_mailbox_command() 53 scsi_qla_host_t *base_vha = pci_get_drvdata(ha->pdev); in qlafx00_mailbox_command() 55 if (ha->pdev->error_state == pci_channel_io_perm_failure) { in qlafx00_mailbox_command() 61 if (vha->device_flags & DFLG_DEV_FAILED) { in qlafx00_mailbox_command() 67 reg = ha->iobase; in qlafx00_mailbox_command() 68 io_lock_on = base_vha->flags.init_done; in qlafx00_mailbox_command() 71 abort_active = test_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags); in qlafx00_mailbox_command() 73 if (ha->flags.pci_channel_io_perm_failure) { in qlafx00_mailbox_command() [all …]
|
H A D | qla_edif.c | 1 // SPDX-License-Identifier: GPL-2.0-only 49 if (cmd == e->cmd) in sc_to_str() 50 return e->str; in sc_to_str() 60 spin_lock_irqsave(&vha->e_dbell.db_lock, flags); in qla_edb_getnext() 62 /* db nodes are fifo - no qualifications done */ in qla_edb_getnext() 63 if (!list_empty(&vha->e_dbell.head)) { in qla_edb_getnext() 64 edbnode = list_first_entry(&vha->e_dbell.head, in qla_edb_getnext() 66 list_del_init(&edbnode->list); in qla_edb_getnext() 69 spin_unlock_irqrestore(&vha->e_dbell.db_lock, flags); in qla_edb_getnext() 76 list_del_init(&node->list); in qla_edb_node_free() [all …]
|
H A D | qla_target.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 * Copyright (C) 2004 - 2010 Vladislav Bolkhovitin <vst@vlnb.net> 8 * Copyright (C) 2004 - 2005 Leonid Stoljar 10 * Copyright (C) 2006 - 2010 ID7 Ltd. 14 * Copyright (C) 2010-2013 Nicholas A. Bellinger <nab@kernel.org> 37 "Enables Sequence level error recovery (aka FC Tape). Default is 0 - no SLER. 1 - Enable SLER."); 43 "\"exclusive\" - initiator mode will be enabled on load, " 46 "\"disabled\" - initiator mode will never be enabled; " 47 "\"dual\" - Initiator Modes will be enabled. Target Mode can be activated " 49 "\"enabled\" (default) - initiator mode will always stay enabled."); [all …]
|
/linux/Documentation/scsi/ |
H A D | ChangeLog.megaraid | 1 Release Date : Thu Nov 16 15:32:35 EST 2006 - 9 and re-initialize its internal RAID structure. 14 2. Authors email-id domain name changed from lsil.com to lsi.com. 17 Release Date : Fri May 19 09:31:45 EST 2006 - Seokmann Ju <sju@lsil.com> 23 Root Cause: the driver registered controllers as 64-bit DMA capable 26 identifying 64-bit DMA capable controllers. 28 > -----Original Message----- 31 > To: linux-scsi@vger.kernel.org; Kolli, Neela; Mukker, Atul; 86 issue on 64-bit platform. 93 > -----Original Message----- [all …]
|
/linux/net/9p/ |
H A D | client.c | 1 // SPDX-License-Identifier: GPL-2.0-only 39 * - a little lazy - parse all client options 60 return clnt->proto_version == p9_proto_2000L; in p9_is_proto_dotl() 66 return clnt->proto_version == p9_proto_2000u; in p9_is_proto_dotu() 72 if (clnt->msize != DEFAULT_MSIZE) in p9_show_client_options() 73 seq_printf(m, ",msize=%u", clnt->msize); in p9_show_client_options() 74 seq_printf(m, ",trans=%s", clnt->trans_mod->name); in p9_show_client_options() 76 switch (clnt->proto_version) { in p9_show_client_options() 88 if (clnt->trans_mod->show_options) in p9_show_client_options() 89 return clnt->trans_mod->show_options(m, clnt); in p9_show_client_options() [all …]
|
/linux/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_mac.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* ZD1211 USB-WLAN driver for Linux 4 * Copyright (C) 2005-2007 Ulrich Kunitz <kune@deine-taler.de> 5 * Copyright (C) 2006-2007 Daniel Drake <dsd@gentoo.org> 6 * Copyright (C) 2006-2007 Michael Wu <flamingice@sourmilk.net> 7 * Copyright (C) 2007-2008 Luis R. Rodriguez <mcgrof@winlab.rutgers.edu> 86 * - packet is sent using 4 different rates 87 * - 1st rate is index 3 (ie 11 Mbits) 88 * - 2nd rate is index 2 (ie 5.5 Mbits) 89 * - 3rd rate is index 1 (ie 2 Mbits) [all …]
|
/linux/ |
H A D | CREDITS | 1 This is at least a partial credits-file of people that have 4 scripts. The fields are: name (N), email (E), web-address 6 snail-mail address (S). 10 ---------- 51 D: in-kernel DRM Maintainer 76 E: tim_alpaerts@toyota-motor-europe.com 80 S: B-2610 Wilrijk-Antwerpen 85 W: http://www-stu.christs.cam.ac.uk/~aia21/ 106 D: Maintainer of ide-cd and Uniform CD-ROM driver, 107 D: ATAPI CD-Changer support, Major 2.1.x CD-ROM update. [all …]
|