| /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-6.6/include/linux/ |
| D | sysfb.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 7 * Copyright (c) 2012-2013 David Herrmann <dh.herrmann@gmail.com> 16 M_I17, /* 17-Inch iMac */ 17 M_I20, /* 20-Inch iMac */ 18 M_I20_SR, /* 20-Inch iMac (Santa Rosa) */ 19 M_I24, /* 24-Inch iMac */ 20 M_I24_8_1, /* 24-Inch iMac, 8,1th gen */ 21 M_I24_10_1, /* 24-Inch iMac, 10,1th gen */ 22 M_I27_11_1, /* 27-Inch iMac, 11,1th gen */ 24 M_MINI_3_1, /* Mac Mini, 3,1th gen */ [all …]
|
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| D | gen_loader.c | 1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) 29 * ctx - bpf program context 30 * stack - bpf program stack 31 * blob - bpf_attr-s, strings, insns, map data. 41 (__s16)(-sizeof(struct loader_stack) + offsetof(struct loader_stack, field)) 45 static int blob_fd_array_off(struct bpf_gen *gen, int index) in blob_fd_array_off() argument 47 return gen->fd_array + index * sizeof(int); in blob_fd_array_off() 50 static int realloc_insn_buf(struct bpf_gen *gen, __u32 size) in realloc_insn_buf() argument 52 size_t off = gen->insn_cur - gen->insn_start; in realloc_insn_buf() 55 if (gen->error) in realloc_insn_buf() [all …]
|
| D | bpf_gen_internal.h | 1 /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */ 54 void bpf_gen__init(struct bpf_gen *gen, int log_level, int nr_progs, int nr_maps); 55 int bpf_gen__finish(struct bpf_gen *gen, int nr_progs, int nr_maps); 56 void bpf_gen__free(struct bpf_gen *gen); 57 void bpf_gen__load_btf(struct bpf_gen *gen, const void *raw_data, __u32 raw_size); 58 void bpf_gen__map_create(struct bpf_gen *gen, 62 void bpf_gen__prog_load(struct bpf_gen *gen, 66 void bpf_gen__map_update_elem(struct bpf_gen *gen, int map_idx, void *value, __u32 value_size); 67 void bpf_gen__map_freeze(struct bpf_gen *gen, int map_idx); 68 void bpf_gen__record_attach_target(struct bpf_gen *gen, const char *name, enum bpf_attach_type type… [all …]
|
| /kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 11 This is the driver for the NXP SJA1105 (5-port) and SJA1110 (10-port) 15 - SJA1105E (Gen. 1, No TT-Ethernet) 16 - SJA1105T (Gen. 1, TT-Ethernet) 17 - SJA1105P (Gen. 2, No SGMII, No TT-Ethernet) 18 - SJA1105Q (Gen. 2, No SGMII, TT-Ethernet) 19 - SJA1105R (Gen. 2, SGMII, No TT-Ethernet) 20 - SJA1105S (Gen. 2, SGMII, TT-Ethernet) 21 - SJA1110A (Gen. 3, SGMII, TT-Ethernet, 100base-TX PHY, 10 ports) 22 - SJA1110B (Gen. 3, SGMII, TT-Ethernet, 100base-TX PHY, 9 ports) [all …]
|
| /kernel/linux/linux-6.6/arch/x86/lib/ |
| D | retpoline.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 #include <asm/asm-offsets.h> 10 #include <asm/nospec-branch.h> 63 #define GEN(reg) THUNK reg macro 64 #include <asm/GEN-for-each-reg.h> 65 #undef GEN 70 #define GEN(reg) __EXPORT_THUNK(__x86_indirect_thunk_ ## reg) macro 71 #include <asm/GEN-for-each-reg.h> 72 #undef GEN 92 #define GEN(reg) CALL_THUNK reg macro [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-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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/ |
| D | rcar_du_group.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * R-Car Display Unit Channels Pair 5 * Copyright (C) 2013-2015 Renesas Electronics Corporation 11 * The R8A7779 DU is split in per-CRTC resources (scan-out engine, blending 12 * unit, timings generator, ...) and device-global resources (start/stop 19 * modeled as a single device with three CRTCs, two sets of "semi-global" 20 * resources, and a few device-global resources. 23 * counterpart in the DU documentation, that models those semi-global resources. 35 return rcar_du_read(rgrp->dev, rgrp->mmio_offset + reg); in rcar_du_group_read() 40 rcar_du_write(rgrp->dev, rgrp->mmio_offset + reg, data); in rcar_du_group_write() [all …]
|
| D | rcar_du_drv.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * R-Car Display Unit DRM driver 5 * Copyright (C) 2013-2015 Renesas Electronics Corporation 11 #include <linux/dma-mapping.h> 31 /* ----------------------------------------------------------------------------- 36 .gen = 2, 60 .gen = 2, 83 .gen = 2, 104 .port = 2, 111 .gen = 3, [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-6.6/arch/x86/events/intel/ |
| D | uncore_snb.c | 1 // SPDX-License-Identifier: GPL-2.0 161 #define SNB_UNC_GLOBAL_CTL_CORE_ALL ((1 << 4) - 1) 180 #define NHM_UNC_GLOBAL_CTL_EN_PC_ALL ((1ULL << 8) - 1) 189 #define SKL_UNC_GLOBAL_CTL_CORE_ALL ((1 << 5) - 1) 247 DEFINE_UNCORE_FORMAT_ATTR(event, event, "config:0-7"); 248 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15"); 249 DEFINE_UNCORE_FORMAT_ATTR(chmask, chmask, "config:8-11"); 252 DEFINE_UNCORE_FORMAT_ATTR(cmask5, cmask, "config:24-28"); 253 DEFINE_UNCORE_FORMAT_ATTR(cmask8, cmask, "config:24-31"); 254 DEFINE_UNCORE_FORMAT_ATTR(threshold, threshold, "config:24-29"); [all …]
|
| /kernel/linux/linux-6.6/drivers/rapidio/switches/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 6 tristate "IDT CPS-xx SRIO switches support" 8 Includes support for IDT CPS-16/12/10/8 serial RapidIO switches. 11 tristate "IDT CPS Gen.2 SRIO switch support" 14 Includes support for ITD CPS Gen.2 serial RapidIO switches. 17 tristate "IDT RXS Gen.3 SRIO switch support" 20 Includes support for ITD RXS Gen.3 serial RapidIO switches.
|
| /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-6.6/tools/bpf/bpftool/Documentation/ |
| D | bpftool-gen.rst | 1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 bpftool-gen 6 ------------------------------------------------------------------------------- 7 tool for BPF code-generation 8 ------------------------------------------------------------------------------- 17 **bpftool** [*OPTIONS*] **gen** *COMMAND* 19 *OPTIONS* := { |COMMON_OPTIONS| | { **-L** | **--use-loader** } } 23 GEN COMMANDS 26 | **bpftool** **gen object** *OUTPUT_FILE* *INPUT_FILE* [*INPUT_FILE*...] 27 | **bpftool** **gen skeleton** *FILE* [**name** *OBJECT_NAME*] [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-6.6/tools/net/ynl/ |
| D | ynl-regen.sh | 2 # SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 4 TOOL=$(dirname $(realpath $0))/ynl-gen-c.py 9 while [ ! -z "$1" ]; do 11 -f ) force=yes; shift ;; 12 -p ) search=$2; shift 2 ;; 18 pushd ${search:-$KDIR} >>/dev/null 20 files=$(git grep --files-with-matches '^/\* YNL-GEN \(kernel\|uapi\|user\)') 22 # params: 0 1 2 3 23 # $YAML YNL-GEN kernel $mode 24 params=( $(git grep -B1 -h '/\* YNL-GEN' $f | sed 's@/\*\(.*\)\*/@\1@') ) [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-6.6/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/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/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-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-5.10/drivers/phy/st/ |
| D | phy-miphy28lp.c | 1 // SPDX-License-Identifier: GPL-2.0-only 25 #include <dt-bindings/phy/phy.h> 31 #define RST_MACRO_SW BIT(2) 35 #define RST_COMP_SW BIT(2) 40 #define HFC_PLL BIT(2) 43 #define TERM_EN_SW BIT(2) 55 #define SSC_EN_SW BIT(2) 61 #define TX_SPDSEL_20DEC 2 63 #define RX_SPDSEL_40DEC (1 << 2) 64 #define RX_SPDSEL_20DEC (2 << 2) [all …]
|
| /kernel/linux/linux-6.6/drivers/phy/st/ |
| D | phy-miphy28lp.c | 1 // SPDX-License-Identifier: GPL-2.0-only 25 #include <dt-bindings/phy/phy.h> 31 #define RST_MACRO_SW BIT(2) 35 #define RST_COMP_SW BIT(2) 40 #define HFC_PLL BIT(2) 43 #define TERM_EN_SW BIT(2) 55 #define SSC_EN_SW BIT(2) 61 #define TX_SPDSEL_20DEC 2 63 #define RX_SPDSEL_40DEC (1 << 2) 64 #define RX_SPDSEL_20DEC (2 << 2) [all …]
|