/linux/drivers/platform/x86/dell/ |
H A D | dell-pc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 * Copyright (C) 2005-2014 Dell Inc. 23 #include "dell-smbios.h" 42 /* Derived from smbios-thermal-ctl 49 * cbRES1 Standard return codes (0, -1, -2) 50 * cbRES2, byte 0 Bitmap of supported thermal modes. A mode is supported if 56 * cbRES2, byte 1 Bitmap of supported Active Acoustic Controller (AAC) modes. 57 * Each mode corresponds to the supported thermal modes in 58 * byte 0. A mode is supported if its bit is set to 1. 59 * Bit 0 AAC (Balanced) [all …]
|
/linux/drivers/scsi/aacraid/ |
H A D | linit.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Adaptec AAC series RAID controller driver 9 * Copyright (c) 2000-2010 Adaptec, Inc. 10 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 11 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 64 "HP NetRAID-4M, IBM ServeRAID & ICP SCSI driver"); 75 * become important. Check for on-board Raid first, add-in cards second. 93 { 0x9005, 0x0285, 0x9005, 0x0287, 0, 0, 13 }, /* Adaptec 2200S (Vulcan-2m) */ 99 { 0x9005, 0x0285, 0x9005, 0x028a, 0, 0, 18 }, /* ASR-2020ZCR SCSI PCI-X ZCR (Skyhawk) */ 100 { 0x9005, 0x0285, 0x9005, 0x028b, 0, 0, 19 }, /* ASR-2025ZCR SCSI SO-DIMM PCI-X ZCR (Terminator) */ [all …]
|
H A D | sa.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Adaptec AAC series RAID controller driver 9 * Copyright (c) 2000-2010 Adaptec, Inc. 10 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 11 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 53 } else if (intstat & DOORBELL_1) { // dev -> Host Normal Command Ready in aac_sa_intr() 55 aac_command_normal(&dev->queues->queue[HostNormCmdQueue]); in aac_sa_intr() 56 } else if (intstat & DOORBELL_2) { // dev -> Host Normal Response Ready in aac_sa_intr() 58 aac_response_normal(&dev->queues->queue[HostNormRespQueue]); in aac_sa_intr() 59 } else if (intstat & DOORBELL_3) { // dev -> Host Normal Command Not Full in aac_sa_intr() [all …]
|
H A D | comminit.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Adaptec AAC series RAID controller driver 9 * Copyright (c) 2000-2010 Adaptec, Inc. 10 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 11 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 59 const unsigned long fibsize = dev->max_fib_size; in aac_alloc_comm() 66 if ((dev->comm_interface == AAC_COMM_MESSAGE_TYPE1) || in aac_alloc_comm() 67 (dev->comm_interface == AAC_COMM_MESSAGE_TYPE2) || in aac_alloc_comm() 68 (dev->comm_interface == AAC_COMM_MESSAGE_TYPE3 && in aac_alloc_comm() 69 !dev->sa_firmware)) { in aac_alloc_comm() [all …]
|
H A D | rx.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Adaptec AAC series RAID controller driver 9 * Copyright (c) 2000-2010 Adaptec, Inc. 10 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 11 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 46 if (likely(intstat & ~(dev->OIMR))) { in aac_rx_intr_producer() 49 aac_printf(dev, readl (&dev->IndexRegs->Mailbox[5])); in aac_rx_intr_producer() 55 aac_command_normal(&dev->queues->queue[HostNormCmdQueue]); in aac_rx_intr_producer() 59 aac_response_normal(&dev->queues->queue[HostNormRespQueue]); in aac_rx_intr_producer() 113 * aac_rx_disable_interrupt - Disable interrupts [all …]
|
H A D | aachba.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Adaptec AAC series RAID controller driver 9 * Copyright (c) 2000-2010 Adaptec, Inc. 10 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 11 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 40 #define INQD_PDT_DA 0x00 /* Direct-access (DISK) device */ 143 /*------------------------------------------------------------------------------ 145 *----------------------------------------------------------------------------*/ 150 u8 inqd_ver; /* ISO version | ECMA version | ANSI-approved version */ 152 u8 inqd_len; /* Additional length (n-4) */ [all …]
|
H A D | src.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Adaptec AAC series RAID controller driver 9 * Copyright (c) 2000-2010 Adaptec, Inc. 10 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 11 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 42 int isFastResponse, mode; in aac_src_intr_message() local 46 dev = ctx->dev; in aac_src_intr_message() 47 vector_no = ctx->vector_no; in aac_src_intr_message() 49 if (dev->msi_enabled) { in aac_src_intr_message() 50 mode = AAC_INT_MODE_MSI; in aac_src_intr_message() [all …]
|
/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | dongwoon,dw9768.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Dongchun Zhu <dongchun.zhu@mediatek.com> 13 description: |- 14 The Dongwoon DW9768 is a single 10-bit digital-to-analog (DAC) converter 16 a linear mode driver. The DAC is controlled via a 2-wire (I2C-compatible) 18 integrates Advanced Actuator Control (AAC) technology and is intended for 24 - dongwoon,dw9768 # for DW9768 VCM 25 - giantec,gt9769 # for GT9769 VCM [all …]
|
/linux/include/uapi/sound/ |
H A D | compress_params.h | 1 /* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) AND MIT) */ 3 * compress_params.h - codec types and parameters for compressed data 7 * Authors: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> 16 * Copyright (c) 2007-2010 The Khronos Group Inc. 88 /* AAC modes are required for encoders and decoders */ 100 /* AAC formats are required for encoders and decoders */ 165 /* IEC61937 with S/PDIF preambles+CUVP bits in 32-bit containers */ 170 * will only happen on the DSP side with mode 0. The PCM mode should 214 __u32 super_block_align; /* WMA Type-specific data */ 219 * struct snd_enc_vorbis - Vorbis encoder parameters [all …]
|
/linux/sound/soc/intel/catpt/ |
H A D | messages.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 124 CATPT_CHANNEL_CONFIG_3_POINT_0 = 3, /* L, C & R; MP3 & AAC only */ 127 CATPT_CHANNEL_CONFIG_4_POINT_0 = 6, /* L, C, R & Cs; MP3 & AAC only */ 241 u32 mode; member 328 /* STREAM messages - STAGE subtype */
|
/linux/drivers/video/ |
H A D | hdmi.c | 17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 44 return 256 - csum; in hdmi_infoframe_checksum() 55 * hdmi_avi_infoframe_init() - initialize an HDMI AVI infoframe 62 frame->type = HDMI_INFOFRAME_TYPE_AVI; in hdmi_avi_infoframe_init() 63 frame->version = 2; in hdmi_avi_infoframe_init() 64 frame->length = HDMI_AVI_INFOFRAME_SIZE; in hdmi_avi_infoframe_init() 70 if (frame->type != HDMI_INFOFRAME_TYPE_AVI || in hdmi_avi_infoframe_check_only() 71 frame->version != 2 || in hdmi_avi_infoframe_check_only() 72 frame->length != HDMI_AVI_INFOFRAME_SIZE) in hdmi_avi_infoframe_check_only() 73 return -EINVAL; in hdmi_avi_infoframe_check_only() [all …]
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-defs.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (C) 2010-2021 Hans Verkuil <hverkuil-cisco@xs4all.nl> 9 #include <media/v4l2-ctrls.h> 26 "MPEG-1/2 Layer I", in v4l2_ctrl_get_menu() 27 "MPEG-1/2 Layer II", in v4l2_ctrl_get_menu() 28 "MPEG-1/2 Layer III", in v4l2_ctrl_get_menu() 29 "MPEG-2/4 AAC", in v4l2_ctrl_get_menu() 30 "AC-3", in v4l2_ctrl_get_menu() 128 "16-bit CRC", in v4l2_ctrl_get_menu() 141 "MPEG-1", in v4l2_ctrl_get_menu() [all …]
|
/linux/include/sound/ |
H A D | asoundef.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 6 * Advanced Linux Sound Architecture - ALSA - Driver 7 * Copyright (c) 1994-2000 by Jaroslav Kysela <perex@perex.cz> 18 #define IEC958_AES0_NONAUDIO (1<<1) /* 0 = audio, 1 = non-audio */ 19 #define IEC958_AES0_PRO_EMPHASIS (7<<2) /* mask - emphasis */ 25 #define IEC958_AES0_PRO_FS (3<<6) /* mask - sample frequency */ 31 #define IEC958_AES0_CON_EMPHASIS (7<<3) /* mask - emphasis */ 34 #define IEC958_AES0_CON_MODE (3<<6) /* mask - mode */ 35 #define IEC958_AES1_PRO_MODE (15<<0) /* mask - channel mode */ 37 #define IEC958_AES1_PRO_MODE_STEREOPHONIC (2<<0) /* stereophonic - ch A is left */ [all …]
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-codec.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _codec-controls: 24 .. _mpeg-control-id: 27 ----------------- 35 .. _v4l2-mpeg-stream-type: 40 enum v4l2_mpeg_stream_type - 41 The MPEG-1, -2 or -4 output stream type. One cannot assume anything 48 .. flat-table:: 49 :header-rows: 0 50 :stub-columns: 0 [all …]
|
/linux/Documentation/userspace-api/media/dvb/ |
H A D | legacy_dvb_audio.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later OR GPL-2.0 35 ----- 39 --------------------- 46 .. code-block:: c 56 .. flat-table:: 57 :header-rows: 0 58 :stub-columns: 0 60 - .. 62 - ``AUDIO_SOURCE_DEMUX`` 64 - :cspan:`1` Selects the demultiplexer (fed either by the frontend [all …]
|
/linux/include/linux/ |
H A D | hyperv.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 27 #include <asm/hyperv-tlfs.h> 48 * gva: |-- 64k --|-- 64k --| ... | 59 * gva: |-- 64k --|-- 64k --| ... |-- 64k --|-- 64k --| ... | 69 * index: 0 1 2 ... 16 ... n-15 n-14 n-13 ... 2n-30 76 /* Single-page buffer */ 83 /* Multiple-page buffer */ 92 * Multiple-page buffer array; the pfn array is variable size: 123 * WS2012/Win8 and later versions of Hyper-V implement interrupt 125 * is set by the host on the host->guest ring buffer, and by the [all …]
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_pci.c | 6 * Copyright (c) 1994-2001 Justin T. Gibbs. 7 * Copyright (c) 2000-2001 Adaptec Inc. 21 * 3. Neither the names of the above-listed copyright holders nor the names 299 /* Ignore all SISL (AAC on MB) based controllers. */ 346 "Adaptec AAA-131 Ultra2 RAID adapter", 694 if (entry->full_id == (full_id & entry->id_mask)) { in ahc_find_pci_device() 696 if (entry->name == NULL) in ahc_find_pci_device() 717 error = entry->setup(ahc); in ahc_pci_config() 720 ahc->chip |= AHC_PCI; in ahc_pci_config() 721 ahc->description = entry->name; in ahc_pci_config() [all …]
|
/linux/sound/pci/hda/ |
H A D | patch_realtek.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 38 /* extra amp-initialization sequence types */ 147 struct alc_spec *spec = codec->spec; in coef_mutex_lock() 150 mutex_lock(&spec->coef_mutex); in coef_mutex_lock() 155 struct alc_spec *spec = codec->spec; in coef_mutex_unlock() 157 mutex_unlock(&spec->coef_mute in coef_mutex_unlock() [all...] |