/openbmc/linux/fs/ntfs3/ |
H A D | super.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * Copyright (C) 2019-2021 Paragon Software GmbH, All rights reserved. 9 * cluster - allocation unit - 512,1K,2K,4K,...,2M 10 * vcn - virtual cluster number - Offset inside the file in clusters. 11 * vbo - virtual byte offset - Offset inside the file in bytes. 12 * lcn - logical cluster number - 0 based cluster in clusters heap. 13 * lbo - logical byte offset - Absolute position inside volume. 14 * run - maps VCN to LCN - Stored in attributes in packed form. 15 * attr - attribute segment - std/name/data etc records inside MFT. 16 * mi - MFT inode - One MFT record(usually 1024 bytes or 4K), consists of attributes. [all …]
|
/openbmc/linux/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 116 { 0xb, 0x00FF }, /* DAC Volume */ 119 { 0xf, 0x00FF }, /* ADC Volume */ 128 { 0x18, 0x0032 }, /* DAC Limit Control 1 */ 129 { 0x19, 0x0000 }, /* DAC Limit Control 2 */ 150 { 0x36, 0x0079 }, /* Speaker Volume */ 155 static const char *wm8940_companding[] = { "Off", "NC", "u-law", "A-law" }; 173 static DECLARE_TLV_DB_SCALE(wm8940_spk_vol_tlv, -5700, 100, 1); 174 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); 57 0, 10, TLV_DB_SCALE_ITEM(-1650, 150, 0), 58 11, 11, TLV_DB_SCALE_ITEM(-150, 0, 0), [all …]
|
H A D | wm2200.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * wm2200.c -- WM2200 ALSA SoC Audio driver 161 { 0x000B, 0x0000 }, /* R11 - Tone Generator 1 */ 162 { 0x0102, 0x0000 }, /* R258 - Clocking 3 */ 163 { 0x0103, 0x0011 }, /* R259 - Clocking 4 */ 164 { 0x0111, 0x0000 }, /* R273 - FLL Control 1 */ 165 { 0x0112, 0x0000 }, /* R274 - FLL Control 2 */ 166 { 0x0113, 0x0000 }, /* R275 - FLL Control 3 */ 167 { 0x0114, 0x0000 }, /* R276 - FLL Control 4 */ 168 { 0x0116, 0x0177 }, /* R278 - FLL Control 6 */ [all …]
|
/openbmc/linux/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 - $ref: dai-common.yaml# 23 '#sound-dai-cells': 31 signals. Valid values are 0 (Differential), 1 (Single-ended) and 38 $ref: /schemas/types.yaml#/definitions/uint32-array 46 wlf,out-mono: 50 (eg. First entry in the list corresponds to output 1). A non-zero [all …]
|
/openbmc/linux/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 …]
|
/openbmc/linux/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. 56 * @enable_fm: enable fastmap when value is non-zero 72 /* UBI module parameter to enable fastmap automatically on non-fastmap images */ 77 /* Slab cache for wear-leveling entries */ 93 /* Protects @ubi_devices and @ubi->ref_count */ 147 * ubi_volume_notify - send a volume change notification. 149 * @vol: volume description object of the changed volume 152 * This is a helper function which notifies all subscribers about a volume [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 …]
|
/openbmc/u-boot/include/mtd/ |
H A D | ubi-user.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 19 * &struct ubi_attach_req object - UBI will attach the MTD device specified in 29 * UBI volume creation 36 * UBI volume deletion 39 * To delete a volume, the %UBI_IOCRMVOL ioctl command of the UBI character 40 * device should be used. A pointer to the 32-bit volume ID hast to be passed 43 * UBI volume re-size 46 * To re-size a volume, the %UBI_IOCRSVOL ioctl command of the UBI character 50 * UBI volumes re-name 53 * To re-name several volumes atomically at one go, the %UBI_IOCRNVOL command [all …]
|
/openbmc/linux/arch/arm/boot/dts/renesas/ |
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 …]
|
/openbmc/linux/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 …]
|
/openbmc/linux/sound/pci/emu10k1/ |
H A D | emumixer.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Lee Revell <rlrevell@joe-job.com> 6 * James Courtier-Dutton <James@superbug.co.uk> 24 static const DECLARE_TLV_DB_SCALE(snd_audigy_db_scale2, -10350, 50, 1); /* WM8775 gain scale */ 36 err = snd_ctl_add(emu->card, snd_ctl_new1(&kctl, emu)); in add_ctls() 46 uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958; in snd_emu10k1_spdif_info() 47 uinfo->count = 1; in snd_emu10k1_spdif_info() 55 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in snd_emu10k1_spdif_get() 57 /* Limit: emu->spdif_bits */ in snd_emu10k1_spdif_get() 59 return -EINVAL; in snd_emu10k1_spdif_get() [all …]
|
/openbmc/linux/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 …]
|
/openbmc/linux/fs/udf/ |
H A D | super.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 * Super block routines for the OSTA-UDF(tm) filesystem. 9 * OSTA-UDF(tm) = Optical Storage Technology Association 20 * (C) 1998-2004 Ben Fennema 28 * 10/16/98 attempting some multi-session support 53 #include <linux/crc-itu-t.h> 76 * Maximum number of Terminating Descriptor / Logical Volume Integrity 77 * Descriptor redirections. The chosen numbers are arbitrary - just that we 78 * hopefully don't limit any real use of rewritten inode on write-once media 86 * We limit filesize to 4TB. This is arbitrary as the on-disk format supports [all …]
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | build.c | 1 // SPDX-License-Identifier: GPL-2.0+ 44 /* Maximum number of comma-separated items in the 'mtd=' parameter */ 61 * struct mtd_dev_param - MTD device parameter description data structure. 81 /* UBI module parameter to enable fastmap automatically on non-fastmap images */ 98 /* Slab cache for wear-leveling entries */ 121 /* Protects @ubi_devices and @ubi->ref_count */ 173 * ubi_volume_notify - send a volume change notification. 175 * @vol: volume description object of the changed volume 178 * This is a helper function which notifies all subscribers about a volume 179 * change event (creation, removal, re-sizing, re-naming, updating). Returns [all …]
|
H A D | ubi-media.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 13 * This file defines the layout of UBI headers and all the other UBI on-flash 33 /* Volume identifier header magic number (ASCII "UBI!") */ 37 * Volume type constants used in the volume identifier header. 39 * @UBI_VID_DYNAMIC: dynamic volume 40 * @UBI_VID_STATIC: static volume 48 * Volume flags used in the volume table record. 50 * @UBI_VTBL_AUTORESIZE_FLG: auto-resize this volume 52 * %UBI_VTBL_AUTORESIZE_FLG flag can be set only for one volume in the volume 53 * table. UBI automatically re-sizes the volume which has this flag and makes [all …]
|
/openbmc/linux/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 …]
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-msm8974-sony-xperia-rhine.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include "qcom-msm8974.dtsi" 5 #include <dt-bindings/input/input.h> 6 #include <dt-bindings/leds/common.h> 7 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 15 stdout-path = "serial0:115200n8"; 18 gpio-keys { 19 compatible = "gpio-keys"; 21 pinctrl-names = "default"; 22 pinctrl-0 = <&gpio_keys_pin_a>; [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | devices.txt | 1 0 Unnamed devices (e.g. non-device mounts) 7 2 = /dev/kmem OBSOLETE - replaced by /proc/kcore 11 6 = /dev/core OBSOLETE - replaced by /proc/kcore 16 11 = /dev/kmsg Writes to this come out as printk's, reads 18 12 = /dev/oldmem OBSOLETE - replaced by /proc/vmcore 31 2 char Pseudo-TTY masters 37 Pseudo-tty's are named as follows: 40 the 1st through 16th series of 16 pseudo-ttys each, and 44 These are the old-style (BSD) PTY devices; Unix98 106 3 char Pseudo-TTY slaves [all …]
|
/openbmc/linux/drivers/platform/surface/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # Microsoft Surface Platform-Specific Drivers 7 bool "Microsoft Surface Platform-Specific Device Drivers" 11 Say Y here to get to see options for platform-specific device drivers 29 be called surface3-wmi. 47 on 5th- and 6th-generation Microsoft Surface devices (including 55 thermal sensor access, and real-time clock information, depending on 59 tristate "Surface System Aggregator Module User-Space Interface" 62 Provides a misc-device interface to the Surface System Aggregator 67 the SSAM controller. Said client device manages a misc-device [all …]
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.arcmsr | 11 ** 1.20.00.02 12/09/2004 Erich Chen bug fix with over 2T bytes RAID Volume 39 ** customer can send this command for sync raid volume data 57 ** 1.implement PCI-Express error recovery function and AER capability 73 ** 2. add readl(reg->iop2drv_doorbell_reg) in arcmsr_handle_hbb_isr() 76 ** 1. modify acb->devstate[i][j] 85 ** exceeds arcmsr default limit in arcmsr_build_ccb() 94 ** while Linux XFS over DM-CRYPT. 98 ** 2.fix type B where we should _not_ iounmap() acb->pmu; 100 ** 3.add return -ENOMEM if ioremap() fails 103 ** 5. modify acb->devstate[i][j] as ARECA_RAID_GONE instead of [all …]
|
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.8 | 3 turbostat \- Report processor frequency and idle statistics 12 .RB [ "\--interval seconds" ] 15 idle power-state statistics, temperature and power on X86 processors. 19 in one-shot upon its completion. 22 The 5-second interval can be changed using the --interval option. 26 Options can be specified with a single or double '-', and only as much of the option 27 name as necessary to disambiguate it from others is necessary. Note that options are case-sensitiv… 29 \fB--add attributes\fP add column with counter having specified 'attributes'. The 'location' attri… 41 MSRs are read as 64-bits, u32 truncates the displayed value to 32-bits. 51 Any string that does not match a key-word above is used [all …]
|