| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | sysfb.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 7 * Copyright (c) 2012-2013 David Herrmann <dh.herrmann@gmail.com> 15 M_I17, /* 17-Inch iMac */ 16 M_I20, /* 20-Inch iMac */ 17 M_I20_SR, /* 20-Inch iMac (Santa Rosa) */ 18 M_I24, /* 24-Inch iMac */ 19 M_I24_8_1, /* 24-Inch iMac, 8,1th gen */ 20 M_I24_10_1, /* 24-Inch iMac, 10,1th gen */ 21 M_I27_11_1, /* 27-Inch iMac, 11,1th gen */ 23 M_MINI_3_1, /* Mac Mini, 3,1th gen */ [all …]
|
| /kernel/linux/linux-4.19/arch/x86/include/asm/ |
| D | sysfb.h | 6 * Copyright (c) 2012-2013 David Herrmann <dh.herrmann@gmail.com> 10 * Software Foundation; either version 2 of the License, or (at your option) 19 M_I17, /* 17-Inch iMac */ 20 M_I20, /* 20-Inch iMac */ 21 M_I20_SR, /* 20-Inch iMac (Santa Rosa) */ 22 M_I24, /* 24-Inch iMac */ 23 M_I24_8_1, /* 24-Inch iMac, 8,1th gen */ 24 M_I24_10_1, /* 24-Inch iMac, 10,1th gen */ 25 M_I27_11_1, /* 27-Inch iMac, 11,1th gen */ 27 M_MINI_3_1, /* Mac Mini, 3,1th gen */ [all …]
|
| /kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 10 family. These are 5-port devices and are managed over an SPI 13 - SJA1105E (Gen. 1, No TT-Ethernet) 14 - SJA1105T (Gen. 1, TT-Ethernet) 15 - SJA1105P (Gen. 2, No SGMII, No TT-Ethernet) 16 - SJA1105Q (Gen. 2, No SGMII, TT-Ethernet) 17 - SJA1105R (Gen. 2, SGMII, No TT-Ethernet) 18 - SJA1105S (Gen. 2, SGMII, TT-Ethernet) 29 bool "Support for the Time-Aware Scheduler on NXP SJA1105" 34 This enables support for the TTEthernet-based egress scheduling [all …]
|
| /kernel/linux/linux-4.19/sound/pci/hda/ |
| D | patch_analog.c | 5 * Copyright (c) 2005-2007 Takashi Iwai <tiwai@suse.de> 9 * the Free Software Foundation; either version 2 of the License, or 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 36 struct hda_gen_spec gen; member 56 ((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir)) /* mono */ 64 struct ad198x_spec *spec = codec->spec; in create_beep_ctls() 67 if (!spec->beep_amp) in create_beep_ctls() 70 for (knew = ad_beep_mixer ; knew->name; knew++) { in create_beep_ctls() 75 return -ENOMEM; in create_beep_ctls() 76 kctl->private_value = spec->beep_amp; in create_beep_ctls() [all …]
|
| D | patch_via.c | 6 * (C) 2006-2009 VIA Technology, Inc. 7 * (C) 2006-2008 Takashi Iwai <tiwai@suse.de> 11 * the Free Software Foundation; either version 2 of the License, or 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 26 /* 2006-03-03 Lydia Wang Create the basic patch to support VT1708 codec */ 27 /* 2006-03-14 Lydia Wang Modify hard code for some pin widget nid */ 28 /* 2006-08-02 Lydia Wang Add support to VT1709 codec */ 29 /* 2006-09-08 Lydia Wang Fix internal loopback recording source select bug */ 30 /* 2007-09-12 Lydia Wang Add EAPD enable during driver initialization */ 31 /* 2007-09-17 Lydia Wang Add VT1708B codec support */ [all …]
|
| D | patch_cmedia.c | 4 * HD audio interface patch for C-Media CMI9880 11 * the Free Software Foundation; either version 2 of the License, or 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 35 struct hda_gen_spec gen; member 39 * stuff for auto-parser 57 return -ENOMEM; in patch_cmi9880() 59 codec->spec = spec; in patch_cmi9880() 60 codec->patch_ops = cmi_auto_patch_ops; in patch_cmi9880() 61 cfg = &spec->gen.autocfg; in patch_cmi9880() 62 snd_hda_gen_spec_init(&spec->gen); in patch_cmi9880() [all …]
|
| /kernel/linux/linux-5.10/sound/pci/hda/ |
| D | patch_analog.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 * Copyright (c) 2005-2007 Takashi Iwai <tiwai@suse.de> 23 struct hda_gen_spec gen; member 44 ((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir)) /* mono */ 52 struct ad198x_spec *spec = codec->spec; in create_beep_ctls() 55 if (!spec->beep_amp) in create_beep_ctls() 58 for (knew = ad_beep_mixer ; knew->name; knew++) { in create_beep_ctls() 63 return -ENOMEM; in create_beep_ctls() 64 kctl->private_value = spec->beep_amp; in create_beep_ctls() 81 !codec->inv_eapd ? 0x00 : 0x02); in ad198x_power_eapd_write() [all …]
|
| D | patch_via.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 * (C) 2006-2009 VIA Technology, Inc. 8 * (C) 2006-2008 Takashi Iwai <tiwai@suse.de> 13 /* 2006-03-03 Lydia Wang Create the basic patch to support VT1708 codec */ 14 /* 2006-03-14 Lydia Wang Modify hard code for some pin widget nid */ 15 /* 2006-08-02 Lydia Wang Add support to VT1709 codec */ 16 /* 2006-09-08 Lydia Wang Fix internal loopback recording source select bug */ 17 /* 2007-09-12 Lydia Wang Add EAPD enable during driver initialization */ 18 /* 2007-09-17 Lydia Wang Add VT1708B codec support */ 19 /* 2007-11-14 Lydia Wang Add VT1708A codec HP and CD pin connect config */ [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/i915/ |
| D | i915_pci.c | 33 #define GEN(x) .gen = (x), .gen_mask = BIT((x) - 1) macro 63 /* Keep in gen based order, and chronological order within a gen */ 69 GEN(2), \ 85 .num_pipes = 2, /* legal, last one wins */ 97 .num_pipes = 2, /* legal, last one wins */ 108 GEN(3), \ 109 .num_pipes = 2, \ 175 GEN(4), \ 176 .num_pipes = 2, \ 218 GEN(5), \ [all …]
|
| /kernel/linux/linux-4.19/firmware/ |
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 6 # Create $(fwabs) from $(CONFIG_EXTRA_FIRMWARE_DIR) -- if it doesn't have a 9 fwabs := $(addprefix $(srctree)/,$(filter-out /%,$(fwdir)))$(filter /%,$(fwdir)) 11 fw-external-y := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE)) 14 cmd_fwbin = FWNAME="$(patsubst firmware/%.gen.S,%,$@)"; \ 15 FWSTR="$(subst /,_,$(subst .,_,$(subst -,_,$(patsubst \ 16 firmware/%.gen.S,%,$@))))"; \ 18 ASM_ALIGN=$(if $(CONFIG_64BIT),3,2); \ 24 echo " .incbin \"$(2)\"" >>$@;\ 34 echo " $${ASM_WORD} _fw_end - _fw_$${FWSTR}_bin" >>$@; [all …]
|
| /kernel/linux/linux-4.19/arch/x86/events/intel/ |
| D | uncore_snb.c | 1 // SPDX-License-Identifier: GPL-2.0 66 #define SNB_UNC_GLOBAL_CTL_CORE_ALL ((1 << 4) - 1) 85 #define NHM_UNC_GLOBAL_CTL_EN_PC_ALL ((1ULL << 8) - 1) 94 #define SKL_UNC_GLOBAL_CTL_CORE_ALL ((1 << 5) - 1) 96 DEFINE_UNCORE_FORMAT_ATTR(event, event, "config:0-7"); 97 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15"); 100 DEFINE_UNCORE_FORMAT_ATTR(cmask5, cmask, "config:24-28"); 101 DEFINE_UNCORE_FORMAT_ATTR(cmask8, cmask, "config:24-31"); 106 struct hw_perf_event *hwc = &event->hw; in snb_uncore_msr_enable_event() 108 if (hwc->idx < UNCORE_PMC_IDX_FIXED) in snb_uncore_msr_enable_event() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/ |
| D | rcar_du_drv.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * rcar_du_drv.c -- R-Car Display Unit DRM driver 5 * Copyright (C) 2013-2015 Renesas Electronics Corporation 32 /* ----------------------------------------------------------------------------- 37 .gen = 2, 59 .gen = 2, 80 .gen = 2, 100 .port = 2, 106 .gen = 3, 111 .channels_mask = BIT(2) | BIT(1) | BIT(0), [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
| D | selftest_engine_cs.c | 2 * SPDX-License-Identifier: GPL-2.0 21 return *a - *b; in cmp_u32() 29 atomic_inc(>->rps.num_waiters); in perf_begin() 30 schedule_work(>->rps.work); in perf_begin() 31 flush_work(>->rps.work); in perf_begin() 36 atomic_dec(>->rps.num_waiters); in perf_end() 39 return igt_flush_test(gt->i915); in perf_end() 52 if (INTEL_GEN(rq->engine->i915) >= 8) in write_timestamp() 55 *cs++ = i915_mmio_reg_offset(RING_TIMESTAMP(rq->engine->mmio_base)); in write_timestamp() 56 *cs++ = i915_request_timeline(rq)->hwsp_offset + slot * sizeof(u32); in write_timestamp() [all …]
|
| /kernel/linux/linux-5.10/drivers/rapidio/switches/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 11 tristate "IDT CPS-xx SRIO switches support" 13 Includes support for IDT CPS-16/12/10/8 serial RapidIO switches. 22 tristate "IDT CPS Gen.2 SRIO switch support" 25 Includes support for ITD CPS Gen.2 serial RapidIO switches. 28 tristate "IDT RXS Gen.3 SRIO switch support" 31 Includes support for ITD RXS Gen.3 serial RapidIO switches.
|
| /kernel/linux/linux-4.19/drivers/rapidio/switches/ |
| D | Kconfig | 6 ---help--- 10 tristate "IDT CPS-xx SRIO switches support" 11 ---help--- 12 Includes support for IDT CPS-16/12/10/8 serial RapidIO switches. 17 ---help--- 21 tristate "IDT CPS Gen.2 SRIO switch support" 23 ---help--- 24 Includes support for ITD CPS Gen.2 serial RapidIO switches. 27 tristate "IDT RXS Gen.3 SRIO switch support" 29 ---help--- [all …]
|
| /kernel/linux/linux-5.10/arch/x86/events/intel/ |
| D | uncore_snb.c | 1 // SPDX-License-Identifier: GPL-2.0 93 #define SNB_UNC_GLOBAL_CTL_CORE_ALL ((1 << 4) - 1) 112 #define NHM_UNC_GLOBAL_CTL_EN_PC_ALL ((1ULL << 8) - 1) 121 #define SKL_UNC_GLOBAL_CTL_CORE_ALL ((1 << 5) - 1) 133 DEFINE_UNCORE_FORMAT_ATTR(event, event, "config:0-7"); 134 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15"); 137 DEFINE_UNCORE_FORMAT_ATTR(cmask5, cmask, "config:24-28"); 138 DEFINE_UNCORE_FORMAT_ATTR(cmask8, cmask, "config:24-31"); 143 struct hw_perf_event *hwc = &event->hw; in snb_uncore_msr_enable_event() 145 if (hwc->idx < UNCORE_PMC_IDX_FIXED) in snb_uncore_msr_enable_event() [all …]
|
| /kernel/linux/linux-5.10/arch/s390/kernel/syscalls/ |
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 gen := arch/$(ARCH)/include/generated macro 4 kapi := $(gen)/asm 5 uapi := $(gen)/uapi/asm 10 gen-y := $(kapi)/syscall_table.h 11 kapi-hdrs-y := $(kapi)/unistd_nr.h 12 uapi-hdrs-y := $(uapi)/unistd_32.h 13 uapi-hdrs-y += $(uapi)/unistd_64.h 15 targets += $(addprefix ../../../,$(gen-y) $(kapi-hdrs-y) $(uapi-hdrs-y)) 19 kapi: $(gen-y) $(kapi-hdrs-y) [all …]
|
| /kernel/linux/linux-4.19/arch/s390/kernel/syscalls/ |
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 gen := arch/$(ARCH)/include/generated macro 4 kapi := $(gen)/asm 5 uapi := $(gen)/uapi/asm 10 gen-y := $(kapi)/syscall_table.h 11 kapi-hdrs-y := $(kapi)/unistd_nr.h 12 uapi-hdrs-y := $(uapi)/unistd_32.h 13 uapi-hdrs-y += $(uapi)/unistd_64.h 15 targets += $(addprefix ../../../,$(gen-y) $(kapi-hdrs-y) $(uapi-hdrs-y)) 19 kapi: $(gen-y) $(kapi-hdrs-y) [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/mediatek/ |
| D | mt8173-elm-hana.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include "mt8173-elm.dtsi" 9 clock-frequency = <200000>; 16 interrupt-parent = <&pio>; 21 * Lenovo 100e Chromebook 2nd Gen (MTK) and Lenovo 300e Chromebook 2nd 22 * Gen (MTK) are using synaptics touchscreen (hid-over-i2c driver) as a 26 compatible = "hid-over-i2c"; 28 hid-descr-addr = <0x0020>; 29 interrupt-parent = <&pio>; 36 * Lenovo 100e Chromebook 2nd Gen (MTK) and Lenovo 300e Chromebook 2nd [all …]
|
| /kernel/linux/linux-4.19/tools/perf/util/intel-pt-decoder/ |
| D | Build | 1 libperf-$(CONFIG_AUXTRACE) += intel-pt-pkt-decoder.o intel-pt-insn-decoder.o intel-pt-log.o intel-p… 3 inat_tables_script = util/intel-pt-decoder/gen-insn-attr-x86.awk 4 inat_tables_maps = util/intel-pt-decoder/x86-opcode-map.txt 6 $(OUTPUT)util/intel-pt-decoder/inat-tables.c: $(inat_tables_script) $(inat_tables_maps) 8 @$(call echo-cmd,gen)$(AWK) -f $(inat_tables_script) $(inat_tables_maps) > $@ || rm -f $@ 10 # Busybox's diff doesn't have -I, avoid warning in the case 12 …el-pt-decoder/intel-pt-insn-decoder.o: util/intel-pt-decoder/intel-pt-insn-decoder.c util/intel-pt… 13 @(diff -I 2>&1 | grep -q 'option requires an argument' && \ 14 test -d ../../kernel -a -d ../../tools -a -d ../perf && ( \ 15 ((diff -B -I'^#include' util/intel-pt-decoder/insn.c ../../arch/x86/lib/insn.c >/dev/null) || \ [all …]
|
| /kernel/linux/linux-5.10/drivers/base/firmware_loader/builtin/ |
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 # Create $(fwdir) from $(CONFIG_EXTRA_FIRMWARE_DIR) -- if it doesn't have a 6 fwdir := $(addprefix $(srctree)/,$(filter-out /%,$(fwdir)))$(filter /%,$(fwdir)) 8 obj-y := $(addsuffix .gen.o, $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE))) 10 FWNAME = $(patsubst $(obj)/%.gen.S,%,$@) 12 FWSTR = $(subst $(comma),_,$(subst /,_,$(subst .,_,$(subst -,_,$(FWNAME))))) 14 ASM_ALIGN = $(if $(CONFIG_64BIT),3,2) 32 echo " $(ASM_WORD) _fw_end - _fw_$(FWSTR)_bin" 34 $(obj)/%.gen.S: FORCE 38 $(addprefix $(obj)/, $(obj-y)): $(obj)/%.gen.o: $(fwdir)/% [all …]
|
| /kernel/linux/linux-5.10/drivers/net/vmxnet3/ |
| D | vmxnet3_defs.h | 4 * Copyright (C) 2008-2020, VMware, Inc. All Rights Reserved. 8 * Free Software Foundation; version 2 of the License and no later version. 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 23 * Maintained by: pv-drivers@vmware.com 51 VMXNET3_REG_RXPROD2 = 0xA00 /* Rx Producer Index for ring 2 */ 57 #define VMXNET3_REG_ALIGN 8 /* All registers are 8-byte aligned. */ 104 * Little Endian layout of bitfields - 106 * Byte 1 : oco gen 13.len.8 107 * Byte 2 : 5.msscof.0 ext1 dtype 110 * Big Endian layout of bitfields - [all …]
|
| /kernel/linux/linux-4.19/drivers/net/vmxnet3/ |
| D | vmxnet3_defs.h | 4 * Copyright (C) 2008-2016, VMware, Inc. All Rights Reserved. 8 * Free Software Foundation; version 2 of the License and no later version. 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 23 * Maintained by: pv-drivers@vmware.com 51 VMXNET3_REG_RXPROD2 = 0xA00 /* Rx Producer Index for ring 2 */ 57 #define VMXNET3_REG_ALIGN 8 /* All registers are 8-byte aligned. */ 102 * Little Endian layout of bitfields - 104 * Byte 1 : rsvd gen 13.len.8 105 * Byte 2 : 5.msscof.0 ext1 dtype 108 * Big Endian layout of bitfields - [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/rcar-du/ |
| D | rcar_du_drv.c | 2 * rcar_du_drv.c -- R-Car Display Unit DRM driver 4 * Copyright (C) 2013-2015 Renesas Electronics Corporation 10 * the Free Software Foundation; either version 2 of the License, or 35 /* ----------------------------------------------------------------------------- 40 .gen = 2, 61 .gen = 2, 81 .gen = 2, 101 .gen = 2, 105 .channels_mask = BIT(2) | BIT(1) | BIT(0), 112 .possible_crtcs = BIT(2) | BIT(1) | BIT(0), [all …]
|
| /kernel/linux/linux-5.10/arch/x86/lib/ |
| D | retpoline.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 9 #include <asm/nospec-branch.h> 59 #define GEN(reg) THUNK reg macro 60 #include <asm/GEN-for-each-reg.h> 61 #undef GEN 66 #define GEN(reg) EXPORT_THUNK(reg) macro 67 #include <asm/GEN-for-each-reg.h> 68 #undef GEN 71 * This function name is magical and is used by -mfunction-return=thunk-extern 79 * Safety details here pertain to the AMD Zen{1,2} microarchitecture: [all …]
|