Home
last modified time | relevance | path

Searched +full:aac +full:- +full:timing (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/
Ddongwoon,dw9768.yaml1 # 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 …]
/kernel/linux/linux-5.10/drivers/media/i2c/
Ddw9768.c1 // SPDX-License-Identifier: GPL-2.0
9 #include <media/v4l2-async.h>
10 #include <media/v4l2-ctrls.h>
11 #include <media/v4l2-device.h>
12 #include <media/v4l2-fwnode.h>
13 #include <media/v4l2-subdev.h>
16 #define DW9768_MAX_FOCUS_POS (1024 - 1)
27 * 1: AAC mode (ringing control mode)
50 * AAC mode control & prescale register
78 * DW9768 requires waiting time (delay time) of t_OPR after power-up,
[all …]
/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_eld.c1 // SPDX-License-Identifier: GPL-2.0-or-later
36 "2-reserved",
37 "3-reserved"
74 /* 2 */ "AC-3",
78 /* 6 */ "AAC-LC",
82 /* 10 */ "E-AC-3/DD+ (Dolby Digital Plus)",
83 /* 11 */ "DTS-HD",
87 /* 15 */ "HE-AAC",
88 /* 16 */ "HE-AACv2",
94 * - HDMI audio InfoFrame (source to sink)
[all …]
/kernel/linux/linux-4.19/sound/pci/hda/
Dhda_eld.c22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
49 "2-reserved",
50 "3-reserved"
87 /* 2 */ "AC-3",
91 /* 6 */ "AAC-LC",
95 /* 10 */ "E-AC-3/DD+ (Dolby Digital Plus)",
96 /* 11 */ "DTS-HD",
100 /* 15 */ "HE-AAC",
101 /* 16 */ "HE-AACv2",
107 * - HDMI audio InfoFrame (source to sink)
[all …]
/kernel/linux/linux-4.19/Documentation/media/uapi/v4l/
Dextended-controls.rst1 .. -*- coding: utf-8; mode: rst -*-
3 .. _extended-controls:
71 it also allows for 64-bit values and pointers to be passed.
75 such as N-dimensional arrays and/or structures. You need to specify the
84 particular, this ioctl gives the dimensions of the N-dimensional array
113 .. code-block:: c
134 .. code-block:: c
144 The 32-bit ``qctrl.id`` value is subdivided into three bit ranges: the
150 non-zero for controls. The range of 0x1000 and up are reserved for
151 driver-specific controls. The macro ``V4L2_CTRL_ID2CLASS(id)`` returns
[all …]
/kernel/linux/linux-4.19/drivers/scsi/aic7xxx/
Daic7xxx_pci.c6 * 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
306 /* Ignore all SISL (AAC on MB) based controllers. */
353 "Adaptec AAA-131 Ultra2 RAID adapter",
701 if (entry->full_id == (full_id & entry->id_mask)) { in ahc_find_pci_device()
703 if (entry->name == NULL) in ahc_find_pci_device()
724 error = entry->setup(ahc); in ahc_pci_config()
727 ahc->chip |= AHC_PCI; in ahc_pci_config()
728 ahc->description = entry->name; in ahc_pci_config()
[all …]
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
Daic7xxx_pci.c6 * 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 …]