| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | ml26124.c | 1 // SPDX-License-Identifier: GPL-2.0-only 53 static const DECLARE_TLV_DB_SCALE(digital_tlv, -7150, 50, 0); 55 static const DECLARE_TLV_DB_SCALE(alclvl, -2250, 150, 0); 56 static const DECLARE_TLV_DB_SCALE(mingain, -1200, 600, 0); 57 static const DECLARE_TLV_DB_SCALE(maxgain, -675, 600, 0); 58 static const DECLARE_TLV_DB_SCALE(boost_vol, -1200, 75, 0); 60 static const char * const ml26124_companding[] = {"16bit PCM", "u-law", 61 "A-law"}; 76 SOC_SINGLE_TLV("EQ Band0 Volume", ML26124_EQ_GAIN_BRAND0, 0, 78 SOC_SINGLE_TLV("EQ Band1 Volume", ML26124_EQ_GAIN_BRAND1, 0, [all …]
|
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| D | ml26124.c | 1 // SPDX-License-Identifier: GPL-2.0-only 53 static const DECLARE_TLV_DB_SCALE(digital_tlv, -7150, 50, 0); 55 static const DECLARE_TLV_DB_SCALE(alclvl, -2250, 150, 0); 56 static const DECLARE_TLV_DB_SCALE(mingain, -1200, 600, 0); 57 static const DECLARE_TLV_DB_SCALE(maxgain, -675, 600, 0); 58 static const DECLARE_TLV_DB_SCALE(boost_vol, -1200, 75, 0); 60 static const char * const ml26124_companding[] = {"16bit PCM", "u-law", 61 "A-law"}; 76 SOC_SINGLE_TLV("EQ Band0 Volume", ML26124_EQ_GAIN_BRAND0, 0, 78 SOC_SINGLE_TLV("EQ Band1 Volume", ML26124_EQ_GAIN_BRAND1, 0, [all …]
|
| /kernel/linux/linux-5.10/Documentation/virt/kvm/devices/ |
| D | xive.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 - KVM_DEV_TYPE_XIVE POWER9 XIVE Interrupt Controller generation 1 32 - Interrupt Pending Buffer (IPB) 33 - Current Processor Priority (CPPR) 34 - Notification Source Register (NSR) 39 third (operating system) and the fourth (user level) are exposed the 49 3. Device pass-through 51 When a device is passed-through into the guest, the source 61 interrupt of the device being passed-through or the initial IPI ESB 66 helpers in KVM-PPC. [all …]
|
| /kernel/linux/linux-6.6/Documentation/virt/kvm/devices/ |
| D | xive.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 - KVM_DEV_TYPE_XIVE POWER9 XIVE Interrupt Controller generation 1 32 - Interrupt Pending Buffer (IPB) 33 - Current Processor Priority (CPPR) 34 - Notification Source Register (NSR) 39 third (operating system) and the fourth (user level) are exposed the 49 3. Device pass-through 51 When a device is passed-through into the guest, the source 61 interrupt of the device being passed-through or the initial IPI ESB 66 helpers in KVM-PPC. [all …]
|
| /kernel/linux/linux-6.6/sound/usb/ |
| D | mixer_us16x08.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 /* define some bias, cause some alsa-mixers wont work with 8 * negative ranges or if mixer-min != 0 18 #define SND_US16X08_KCBIAS(x) (((x)->private_value >> 24) & 0xff) 19 #define SND_US16X08_KCSTEP(x) (((x)->private_value >> 16) & 0xff) 20 #define SND_US16X08_KCMIN(x) (((x)->private_value >> 8) & 0xff) 21 #define SND_US16X08_KCMAX(x) (((x)->private_value >> 0) & 0xff) 57 /* EQ level IDs */ 63 /* EQ frequence IDs */ 69 /* EQ width IDs */ [all …]
|
| D | mixer_us16x08.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Tascam US-16x08 ALSA driver 10 #include <linux/usb/audio-v2.h> 28 0x01, /* input index (0x01/0x02 eq. left/right) or bus (0x01-0x08) */ 36 0x01, /* output index (0x01-0x08) */ 94 0xf0, /* 0x08: Threshold db (8) (e0 ... 00) (+-0dB -- -32dB) x-32 */ 122 0x04, /* 0x08: EQ set num (0x01..0x04) (LOW, LOWMID, HIGHMID, HIGH)) */ 125 0x0c, /* 0x0b: value dB (0 ... 12) (-12db .. +12db) x-6 */ 128 0x0f, /* 0x0e: value freq (32-47) (1.7kHz..18kHz) */ 131 0x02, /* 0x11: band width (0-6) (Q16-Q0.25) 2^x/4 (EQ xxMID only) */ [all …]
|
| /kernel/linux/linux-5.10/sound/usb/ |
| D | mixer_us16x08.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 /* define some bias, cause some alsa-mixers wont work with 8 * negative ranges or if mixer-min != 0 18 #define SND_US16X08_KCBIAS(x) (((x)->private_value >> 24) & 0xff) 19 #define SND_US16X08_KCSTEP(x) (((x)->private_value >> 16) & 0xff) 20 #define SND_US16X08_KCMIN(x) (((x)->private_value >> 8) & 0xff) 21 #define SND_US16X08_KCMAX(x) (((x)->private_value >> 0) & 0xff) 57 /* EQ level IDs */ 63 /* EQ frequence IDs */ 69 /* EQ width IDs */ [all …]
|
| D | mixer_us16x08.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Tascam US-16x08 ALSA driver 10 #include <linux/usb/audio-v2.h> 28 0x01, /* input index (0x01/0x02 eq. left/right) or bus (0x01-0x08) */ 36 0x01, /* output index (0x01-0x08) */ 94 0xf0, /* 0x08: Threshold db (8) (e0 ... 00) (+-0dB -- -32dB) x-32 */ 122 0x04, /* 0x08: EQ set num (0x01..0x04) (LOW, LOWMID, HIGHMID, HIGH)) */ 125 0x0c, /* 0x0b: value dB (0 ... 12) (-12db .. +12db) x-6 */ 128 0x0f, /* 0x0e: value freq (32-47) (1.7kHz..18kHz) */ 131 0x02, /* 0x11: band width (0-6) (Q16-Q0.25) 2^x/4 (EQ xxMID only) */ [all …]
|
| /kernel/linux/linux-5.10/scripts/ |
| D | checkpatch.pl | 2 # SPDX-License-Identifier: GPL-2.0 7 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com> 8 # (c) 2010-2018 Joe Perches <joe@perches.com> 66 my $allow_c99_comments = 1; # Can be overridden by --ignore C99_COMMENT_TOLERANCE 68 my $git_command ='export LANGUAGE=en_US.UTF-8; git'; 80 -q, --quiet quiet 81 --no-tree run without a kernel tree 82 --no-signoff do not check for 'Signed-off-by' line 83 --patch treat FILE as patchfile (default) 84 --emacs emacs compile window format [all …]
|
| /kernel/linux/linux-6.6/scripts/ |
| D | checkpatch.pl | 2 # SPDX-License-Identifier: GPL-2.0 7 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com> 8 # (c) 2010-2018 Joe Perches <joe@perches.com> 69 my $docsfile = "$D/../Documentation/dev-tools/checkpatch.rst"; 72 my $allow_c99_comments = 1; # Can be overridden by --ignore C99_COMMENT_TOLERANCE 74 my $git_command ='export LANGUAGE=en_US.UTF-8; git'; 88 -q, --quiet quiet 89 -v, --verbose verbose mode 90 --no-tree run without a kernel tree 91 --no-signoff do not check for 'Signed-off-by' line [all …]
|
| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| D | entry.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 * Copyright (C) 1998-2003, 2005 Hewlett-Packard Co 8 * David Mosberger-Tang <davidm@hpl.hp.com> 9 * Copyright (C) 1999, 2002-2003 46 #include <asm/asm-offsets.h> 76 sxt4 r8=r8 // return 64-bit result 85 * security sensitive state (e.g., if current->mm->dumpable is zero). However, 148 mov out2=16 // stacksize (compensates for 16-byte scratch area) 161 * prev_task <- ia64_switch_to(struct task_struct *next) 180 cmp.eq p7,p6=r25,in0 [all …]
|
| /kernel/linux/linux-6.6/arch/ia64/kernel/ |
| D | entry.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 * Copyright (C) 1998-2003, 2005 Hewlett-Packard Co 8 * David Mosberger-Tang <davidm@hpl.hp.com> 9 * Copyright (C) 1999, 2002-2003 46 #include <asm/asm-offsets.h> 75 sxt4 r8=r8 // return 64-bit result 84 * security sensitive state (e.g., if current->mm->dumpable is zero). However, 147 mov out2=16 // stacksize (compensates for 16-byte scratch area) 160 * prev_task <- ia64_switch_to(struct task_struct *next) 179 cmp.eq p7,p6=r25,in0 [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/ftrace/test.d/event/ |
| D | event-enable.tc | 2 # SPDX-License-Identifier: GPL-2.0 3 # description: event tracing - enable/disable with event level files 21 count=`cat trace | grep sched_switch | wc -l` 22 if [ $count -eq 0 ]; then 32 count=`cat trace | grep sched_switch | wc -l` 33 if [ $count -eq 0 ]; then 43 count=`cat trace | grep sched_switch | wc -l` 44 if [ $count -ne 0 ]; then
|
| D | toplevel-enable.tc | 2 # SPDX-License-Identifier: GPL-2.0 3 # description: event tracing - enable/disable with top level files 22 count=`head -n 128 trace | grep -v ^# | wc -l` 23 if [ $count -eq 0 ]; then 35 count=`head -n 128 trace | grep -v ^# | wc -l` 36 if [ $count -eq 0 ]; then 46 count=`cat trace | grep -v ^# | wc -l` 47 if [ $count -ne 0 ]; then
|
| /kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/event/ |
| D | event-enable.tc | 2 # SPDX-License-Identifier: GPL-2.0 3 # description: event tracing - enable/disable with event level files 21 count=`cat trace | grep sched_switch | wc -l` 22 if [ $count -eq 0 ]; then 32 count=`cat trace | grep sched_switch | wc -l` 33 if [ $count -eq 0 ]; then 43 count=`cat trace | grep sched_switch | wc -l` 44 if [ $count -ne 0 ]; then
|
| D | toplevel-enable.tc | 2 # SPDX-License-Identifier: GPL-2.0 3 # description: event tracing - enable/disable with top level files 22 count=`head -n 128 trace | grep -v ^# | wc -l` 23 if [ $count -eq 0 ]; then 35 count=`head -n 128 trace | grep -v ^# | wc -l` 36 if [ $count -eq 0 ]; then 46 count=`cat trace | grep -v ^# | wc -l` 47 if [ $count -ne 0 ]; then
|
| /kernel/linux/linux-6.6/sound/pci/au88x0/ |
| D | au88x0_eq.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Aureal Vortex Hardware EQ control/access. 13 * - Debug (testing) 14 * - Test peak visualization support. 22 The Aureal Hardware EQ is found on AU8810 and AU8830 chips only. 39 static void vortex_EqHw_SetTimeConsts(vortex_t * vortex, u16 gain, u16 level) in vortex_EqHw_SetTimeConsts() argument 41 hwwrite(vortex->mmio, 0x2b3c4, gain); in vortex_EqHw_SetTimeConsts() 42 hwwrite(vortex->mmio, 0x2b3c8, level); in vortex_EqHw_SetTimeConsts() 47 /* -(-32768) -> -32768 so we do -(-32768) -> 32767 to make the result positive */ in sign_invert() 48 if (a == (u16)-32768) in sign_invert() [all …]
|
| /kernel/linux/linux-5.10/sound/pci/au88x0/ |
| D | au88x0_eq.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Aureal Vortex Hardware EQ control/access. 13 * - Debug (testing) 14 * - Test peak visualization support. 22 The Aureal Hardware EQ is found on AU8810 and AU8830 chips only. 39 static void vortex_EqHw_SetTimeConsts(vortex_t * vortex, u16 gain, u16 level) in vortex_EqHw_SetTimeConsts() argument 41 hwwrite(vortex->mmio, 0x2b3c4, gain); in vortex_EqHw_SetTimeConsts() 42 hwwrite(vortex->mmio, 0x2b3c8, level); in vortex_EqHw_SetTimeConsts() 47 /* -(-32768) -> -32768 so we do -(-32768) -> 32767 to make the result positive */ in sign_invert() 48 if (a == (u16)-32768) in sign_invert() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | cpu_setup_6xx.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * This file contains low level CPU setup functions. 11 #include <asm/asm-offsets.h> 14 #include <asm/feature-fixups.h> 89 bne 1f /* don't invalidate the D-cache */ 191 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq 192 cror 4*cr0+eq,4*cr0+eq,4*cr2+eq 342 cror 4*cr1+eq,4*cr1+eq,4*cr2+eq 344 cror 4*cr0+eq,4*cr0+eq,4*cr3+eq 345 cror 4*cr0+eq,4*cr0+eq,4*cr4+eq [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| D | cpu_setup_6xx.S | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * This file contains low level CPU setup functions. 13 #include <asm/asm-offsets.h> 16 #include <asm/feature-fixups.h> 100 bne 1f /* don't invalidate the D-cache */ 217 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq 218 cror 4*cr0+eq,4*cr0+eq,4*cr2+eq 371 cror 4*cr1+eq,4*cr1+eq,4*cr2+eq 373 cror 4*cr0+eq,4*cr0+eq,4*cr3+eq 374 cror 4*cr0+eq,4*cr0+eq,4*cr4+eq [all …]
|
| /kernel/linux/linux-5.10/Documentation/trace/postprocess/ |
| D | trace-pagealloc-postprocess.pl | 4 # to extract some high-level information on what is going on. The accuracy of the parser 7 # Example usage: trace-pagealloc-postprocess.pl < /sys/kernel/debug/tracing/trace_pipe 9 # --prepend-parent Report on the parent proc and PID 10 # --read-procstat If the trace lacks process info, get it from /proc 11 # --ignore-pid Aggregate processes of the same name together 31 # High-level events extrapolated from tracepoints 52 if ($current_time - 2 > $sigint_received) { 53 print "SIGINT received, report pending. Hit ctrl-c again to exit\n"; 74 'ignore-pid' => \$opt_ignorepid, 75 'read-procstat' => \$opt_read_procstat, [all …]
|
| /kernel/linux/linux-6.6/Documentation/trace/postprocess/ |
| D | trace-pagealloc-postprocess.pl | 4 # to extract some high-level information on what is going on. The accuracy of the parser 7 # Example usage: trace-pagealloc-postprocess.pl < /sys/kernel/tracing/trace_pipe 9 # --prepend-parent Report on the parent proc and PID 10 # --read-procstat If the trace lacks process info, get it from /proc 11 # --ignore-pid Aggregate processes of the same name together 31 # High-level events extrapolated from tracepoints 52 if ($current_time - 2 > $sigint_received) { 53 print "SIGINT received, report pending. Hit ctrl-c again to exit\n"; 74 'ignore-pid' => \$opt_ignorepid, 75 'read-procstat' => \$opt_read_procstat, [all …]
|
| /kernel/linux/linux-6.6/arch/sh/lib/ |
| D | checksum.S | 1 /* SPDX-License-Identifier: GPL-2.0+ 7 * interface as the means of communication with the user level. 44 * is aligned on either a 2-byte or 4-byte boundary. We get at 45 * least a twofold speedup on 486 and Pentium if it is 4-byte aligned. 46 * Fortunately, it is easy to convert 2-byte alignment to 4-byte 54 add #-2, r5 ! Alignment uses up two bytes. 68 mov #-5, r0 94 cmp/eq #1, r0 111 cmp/eq #1, r0 113 addc r5, r6 ! r5==0 here, so it means add carry-bit [all …]
|
| /kernel/linux/linux-6.6/security/selinux/ss/ |
| D | constraint.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 * beyond the type-based rules in `te' or the role-based 36 #define CEXPR_L1L2 32 /* low level 1 vs. low level 2 */ 37 #define CEXPR_L1H2 64 /* low level 1 vs. high level 2 */ 38 #define CEXPR_H1L2 128 /* high level 1 vs. low level 2 */ 39 #define CEXPR_H1H2 256 /* high level 1 vs. high level 2 */ 40 #define CEXPR_L1H1 512 /* low level 1 vs. high level 1 */ 41 #define CEXPR_L2H2 1024 /* low level 2 vs. high level 2 */ 44 #define CEXPR_EQ 1 /* == or eq */
|
| /kernel/linux/linux-5.10/security/selinux/ss/ |
| D | constraint.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 * beyond the type-based rules in `te' or the role-based 36 #define CEXPR_L1L2 32 /* low level 1 vs. low level 2 */ 37 #define CEXPR_L1H2 64 /* low level 1 vs. high level 2 */ 38 #define CEXPR_H1L2 128 /* high level 1 vs. low level 2 */ 39 #define CEXPR_H1H2 256 /* high level 1 vs. high level 2 */ 40 #define CEXPR_L1H1 512 /* low level 1 vs. high level 1 */ 41 #define CEXPR_L2H2 1024 /* low level 2 vs. high level 2 */ 44 #define CEXPR_EQ 1 /* == or eq */
|