| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | wm5100-tables.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * wm5100-tables.c -- WM5100 ALSA SoC Audio driver data 5 * Copyright 2011-2 Wolfson Microelectronics plc 815 { 0x0000, 0x0000 }, /* R0 - software reset */ 816 { 0x0001, 0x0000 }, /* R1 - Device Revision */ 817 { 0x0010, 0x0801 }, /* R16 - Ctrl IF 1 */ 818 { 0x0020, 0x0000 }, /* R32 - Tone Generator 1 */ 819 { 0x0030, 0x0000 }, /* R48 - PWM Drive 1 */ 820 { 0x0031, 0x0100 }, /* R49 - PWM Drive 2 */ 821 { 0x0032, 0x0100 }, /* R50 - PWM Drive 3 */ [all …]
|
| H A D | wm8940.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * wm8940.c -- WM8940 ALSA Soc Audio driver 114 { 0xb, 0x00FF }, /* DAC Volume */ 117 { 0xf, 0x00FF }, /* ADC Volume */ 126 { 0x18, 0x0032 }, /* DAC Limit Control 1 */ 127 { 0x19, 0x0000 }, /* DAC Limit Control 2 */ 148 { 0x36, 0x0079 }, /* Speaker Volume */ 153 static const char *wm8940_companding[] = { "Off", "NC", "u-law", "A-law" }; 171 static DECLARE_TLV_DB_SCALE(wm8940_spk_vol_tlv, -5700, 100, 1); 172 static DECLARE_TLV_DB_SCALE(wm8940_att_tlv, -1000, 1000, 0); [all …]
|
| H A D | es8316.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * es8316.c -- es8316 ALSA SoC audio driver 6 * Authors: David Yang <yangxiaohua@everest-semi.com>, 21 #include <sound/soc-dapm.h> 51 static const SNDRV_CTL_TLVD_DECLARE_DB_SCALE(dac_vol_tlv, -9600, 50, 1); 52 static const SNDRV_CTL_TLVD_DECLARE_DB_SCALE(adc_vol_tlv, -9600, 50, 1); 53 static const SNDRV_CTL_TLVD_DECLARE_DB_SCALE(alc_max_gain_tlv, -650, 150, 0); 54 static const SNDRV_CTL_TLVD_DECLARE_DB_SCALE(alc_min_gain_tlv, -1200, 150, 0); 55 static const SNDRV_CTL_TLVD_DECLARE_DB_SCALE(alc_target_tlv, -1650, 150, 0); 57 0, 4, TLV_DB_SCALE_ITEM(-1200, 150, 0), [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | sense_codes.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * http://www.t10.org/lists/asc-num.txt [most recent: 20200817] 9 SENSE_CODE(0x0002, "End-of-partition/medium detected") 11 SENSE_CODE(0x0004, "Beginning-of-partition/medium detected") 12 SENSE_CODE(0x0005, "End-of-data detected") 51 SENSE_CODE(0x0409, "Logical unit not ready, self-test in progress") 87 SENSE_CODE(0x0801, "Logical unit communication time-out") 89 SENSE_CODE(0x0803, "Logical unit communication CRC error (Ultra-DMA/32)") 102 SENSE_CODE(0x0B01, "Warning - specified temperature exceeded") 103 SENSE_CODE(0x0B02, "Warning - enclosure degraded") [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | wlf,arizona.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - patches@opensource.cirrus.com 20 '#sound-dai-cells': 28 signals. Valid values are 0 (Differential), 1 (Single-ended) and 35 $ref: /schemas/types.yaml#/definitions/uint32-array 43 wlf,out-mono: 47 (eg. First entry in the list corresponds to output 1). A non-zero 51 $ref: /schemas/types.yaml#/definitions/uint32-array [all …]
|
| /OK3568_Linux_fs/kernel/sound/pci/emu10k1/ |
| H A D | emumixer.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 * Multichannel PCM support Copyright (c) Lee Revell <rlrevell@joe-job.com> 9 * Copyright (c) by James Courtier-Dutton <James@superbug.co.uk> 13 * -- 16 * -- 30 static const DECLARE_TLV_DB_SCALE(snd_audigy_db_scale2, -10350, 50, 1); /* WM8775 gain scale */ 34 uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958; in snd_emu10k1_spdif_info() 35 uinfo->count = 1; in snd_emu10k1_spdif_info() 43 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in snd_emu10k1_spdif_get() 46 /* Limit: emu->spdif_bits */ in snd_emu10k1_spdif_get() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A D | build.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 37 /* Maximum number of comma-separated items in the 'mtd=' parameter */ 50 * struct mtd_dev_param - MTD device parameter description data structure. 69 /* UBI module parameter to enable fastmap automatically on non-fastmap images */ 74 /* Slab cache for wear-leveling entries */ 90 /* Protects @ubi_devices and @ubi->ref_count */ 145 * ubi_volume_notify - send a volume change notification. 147 * @vol: volume description object of the changed volume 150 * This is a helper function which notifies all subscribers about a volume 151 * change event (creation, removal, re-sizing, re-naming, updating). Returns [all …]
|
| H A D | ubi-media.h | 1 /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 10 * This file defines the layout of UBI headers and all the other UBI on-flash 30 /* Volume identifier header magic number (ASCII "UBI!") */ 34 * Volume type constants used in the volume identifier header. 36 * @UBI_VID_DYNAMIC: dynamic volume 37 * @UBI_VID_STATIC: static volume 45 * Volume flags used in the volume table record. 47 * @UBI_VTBL_AUTORESIZE_FLG: auto-resize this volume 48 * @UBI_VTBL_SKIP_CRC_CHECK_FLG: skip the CRC check done on a static volume at 51 * check. Main use-case for this flag is [all …]
|
| /OK3568_Linux_fs/buildroot/package/pulseaudio/ |
| H A D | daemon.conf | 16 ## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for 17 ## more information. Default values are commented out. Use either ; or # for 22 ; allow-module-loading = yes 23 allow-exit = no 24 ; use-pid-file = yes 25 ; system-instance = no 26 ; local-server-type = user 27 ; enable-shm = yes 28 ; enable-memfd = yes 29 ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB [all …]
|
| /OK3568_Linux_fs/debian/overlay/etc/pulse/ |
| H A D | daemon.conf | 16 ## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for 17 ## more information. Default values are commented out. Use either ; or # for 22 ; allow-module-loading = yes 23 allow-exit = no 24 ; use-pid-file = yes 25 ; system-instance = no 26 ; local-server-type = user 27 ; enable-shm = yes 28 ; enable-memfd = yes 29 ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | mcompand.c | 2 * by Daniel Pouzzner <douzzer@mega.nu> 2002-Oct-8 19 * in-dB1,out-dB1[,in-dB2,out-dB2...] 20 * [ gain [ initial-volume [ delay ] ] ] 25 * The input is divided into bands using 4th order Linkwitz-Riley IIRs. 34 * have different prediction intervals (volume application delays). Note 35 * that the predictive mode of the limiter needs some TLC - in fact, a 36 * rewrite - since what's really useful is to assure that a waveform won't 37 * be clipped, by slewing the volume in advance so that the peak is at 38 * limit (or below, if there's a higher subsequent peak visible in the 59 double *volume; /* Current "volume" of each channel */ member [all …]
|
| /OK3568_Linux_fs/u-boot/include/mtd/ |
| H A D | ubi-user.h | 4 * SPDX-License-Identifier: GPL-2.0+ 20 * &struct ubi_attach_req object - UBI will attach the MTD device specified in 30 * UBI volume creation 37 * UBI volume deletion 40 * To delete a volume, the %UBI_IOCRMVOL ioctl command of the UBI character 41 * device should be used. A pointer to the 32-bit volume ID hast to be passed 44 * UBI volume re-size 47 * To re-size a volume, the %UBI_IOCRSVOL ioctl command of the UBI character 51 * UBI volumes re-name 54 * To re-name several volumes atomically at one go, the %UBI_IOCRNVOL command [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | r8a7745-iwg22d-sodimm.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the iWave-RZG1E SODIMM carrier board 9 * SSI-SGTL5000 13 * amixer set "DVC Out" 100% 18 * amixer set "DVC Out Mute" on 21 * You can use Volume Ramp 23 * amixer set "DVC Out Ramp Up Rate" "0.125 dB/64 steps" 24 * amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps" 25 * amixer set "DVC Out Ramp" on 27 * amixer set "DVC Out" 80% // Volume Down [all …]
|
| H A D | qcom-msm8974-sony-xperia-honami.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 #include "qcom-msm8974.dtsi" 3 #include "qcom-pm8841.dtsi" 4 #include "qcom-pm8941.dtsi" 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/input/input.h> 7 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 11 compatible = "sony,xperia-honami", "qcom,msm8974"; 18 stdout-path = "serial0:115200n8"; 21 gpio-keys { [all …]
|
| H A D | qcom-msm8974-sony-xperia-amami.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 #include "qcom-msm8974.dtsi" 3 #include "qcom-pm8841.dtsi" 4 #include "qcom-pm8941.dtsi" 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/input/input.h> 7 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 11 compatible = "sony,xperia-amami", "qcom,msm8974"; 18 stdout-path = "serial0:115200n8"; 21 gpio-keys { [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/mtd/ |
| H A D | ubi-user.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 33 * &struct ubi_attach_req object - UBI will attach the MTD device specified in 43 * UBI volume creation 50 * UBI volume deletion 53 * To delete a volume, the %UBI_IOCRMVOL ioctl command of the UBI character 54 * device should be used. A pointer to the 32-bit volume ID hast to be passed 57 * UBI volume re-size 60 * To re-size a volume, the %UBI_IOCRSVOL ioctl command of the UBI character 64 * UBI volumes re-name [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/mtd/ |
| H A D | ubi-user.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 33 * &struct ubi_attach_req object - UBI will attach the MTD device specified in 43 * UBI volume creation 50 * UBI volume deletion 53 * To delete a volume, the %UBI_IOCRMVOL ioctl command of the UBI character 54 * device should be used. A pointer to the 32-bit volume ID hast to be passed 57 * UBI volume re-size 60 * To re-size a volume, the %UBI_IOCRSVOL ioctl command of the UBI character 64 * UBI volumes re-name [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/mtd/ |
| H A D | ubi-user.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 33 * &struct ubi_attach_req object - UBI will attach the MTD device specified in 43 * UBI volume creation 50 * UBI volume deletion 53 * To delete a volume, the %UBI_IOCRMVOL ioctl command of the UBI character 54 * device should be used. A pointer to the 32-bit volume ID hast to be passed 57 * UBI volume re-size 60 * To re-size a volume, the %UBI_IOCRSVOL ioctl command of the UBI character 64 * UBI volumes re-name [all …]
|
| /OK3568_Linux_fs/kernel/fs/udf/ |
| H A D | super.c | 5 * Super block routines for the OSTA-UDF(tm) filesystem. 8 * OSTA-UDF(tm) = Optical Storage Technology Association 24 * (C) 1998-2004 Ben Fennema 32 * 10/16/98 attempting some multi-session support 57 #include <linux/crc-itu-t.h> 80 * Maximum number of Terminating Descriptor / Logical Volume Integrity 81 * Descriptor redirections. The chosen numbers are arbitrary - just that we 82 * hopefully don't limit any real use of rewritten inode on write-once media 90 /* These are the "meat" - everything else is stuffing */ 108 if (!UDF_SB(sb)->s_lvid_bh) in udf_sb_lvidiu() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | wm5102-tables.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * wm5102-tables.c -- WM5102 data tables 83 switch (arizona->rev) { in wm5102_patch() 93 return regmap_multi_reg_write_bypassed(arizona->regmap, in wm5102_patch() 244 { 0x00000008, 0x0019 }, /* R8 - Ctrl IF SPI CFG 1 */ 245 { 0x00000009, 0x0001 }, /* R9 - Ctrl IF I2C1 CFG 1 */ 246 { 0x00000020, 0x0000 }, /* R32 - Tone Generator 1 */ 247 { 0x00000021, 0x1000 }, /* R33 - Tone Generator 2 */ 248 { 0x00000022, 0x0000 }, /* R34 - Tone Generator 3 */ 249 { 0x00000023, 0x1000 }, /* R35 - Tone Generator 4 */ [all …]
|
| H A D | wm5110-tables.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * wm5110-tables.c -- WM5110 data tables 262 switch (arizona->rev) { in wm5110_patch() 264 return regmap_register_patch(arizona->regmap, in wm5110_patch() 268 return regmap_register_patch(arizona->regmap, in wm5110_patch() 272 return regmap_register_patch(arizona->regmap, in wm5110_patch() 276 return regmap_register_patch(arizona->regmap, in wm5110_patch() 673 { 0x00000008, 0x0019 }, /* R8 - Ctrl IF SPI CFG 1 */ 674 { 0x00000009, 0x0001 }, /* R9 - Ctrl IF I2C1 CFG 1 */ 675 { 0x0000000A, 0x0001 }, /* R10 - Ctrl IF I2C2 CFG 1 */ [all …]
|
| H A D | wm8997-tables.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * wm8997-tables.c -- WM8997 data tables 30 switch (arizona->rev) { in wm8997_patch() 32 return regmap_register_patch(arizona->regmap, in wm8997_patch() 156 { 0x00000009, 0x0001 }, /* R9 - Ctrl IF I2C1 CFG 1 */ 157 { 0x00000016, 0x0000 }, /* R22 - Write Sequencer Ctrl 0 */ 158 { 0x00000017, 0x0000 }, /* R23 - Write Sequencer Ctrl 1 */ 159 { 0x00000018, 0x0000 }, /* R24 - Write Sequencer Ctrl 2 */ 160 { 0x00000020, 0x0000 }, /* R32 - Tone Generator 1 */ 161 { 0x00000021, 0x1000 }, /* R33 - Tone Generator 2 */ [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | build.c | 5 * SPDX-License-Identifier: GPL-2.0+ 45 /* Maximum number of comma-separated items in the 'mtd=' parameter */ 62 * struct mtd_dev_param - MTD device parameter description data structure. 82 /* UBI module parameter to enable fastmap automatically on non-fastmap images */ 99 /* Slab cache for wear-leveling entries */ 122 /* Protects @ubi_devices and @ubi->ref_count */ 174 * ubi_volume_notify - send a volume change notification. 176 * @vol: volume description object of the changed volume 179 * This is a helper function which notifies all subscribers about a volume 180 * change event (creation, removal, re-sizing, re-naming, updating). Returns [all …]
|
| /OK3568_Linux_fs/external/xserver/man/ |
| H A D | Xserver.man | 3 .\" Copyright 1984 - 1991, 1993, 1994, 1998 The Open Group 19 .\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 31 Xserver \- X Window System display server 63 Many X servers have device-specific command line options. See the manual 65 server-specific manual pages is provided in the SEE ALSO section below. 79 .B \-a \fInumber\fP 83 .B \-ac 84 disables host-based access control mechanisms. Enables access by any host, 89 .B \-audit \fIlevel\fP 98 .B \-auth \fIauthorization-file\fP [all …]
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | rotate.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 28 read_lock(&op->volume->servers_lock); in afs_start_fs_iteration() 29 op->server_list = afs_get_serverlist( in afs_start_fs_iteration() 30 rcu_dereference_protected(op->volume->servers, in afs_start_fs_iteration() 31 lockdep_is_held(&op->volume->servers_lock))); in afs_start_fs_iteration() 32 read_unlock(&op->volume->servers_lock); in afs_start_fs_iteration() 34 op->untried = (1UL << op->server_list->nr_servers) - 1; in afs_start_fs_iteration() 35 op->index = READ_ONCE(op->server_list->preferred); in afs_start_fs_iteration() 37 cb_server = vnode->cb_server; in afs_start_fs_iteration() 40 for (i = 0; i < op->server_list->nr_servers; i++) { in afs_start_fs_iteration() [all …]
|