| /linux-6.15/include/uapi/linux/ |
| H A D | v4l2-subdev.h | 85 __u32 code; member 108 __u32 code; member 149 __u32 code; member
|
| H A D | fsmap.h | 103 #define FMR_OWNER(type, code) (((__u64)type << 32) | \ argument 104 ((__u64)code & 0xFFFFFFFFULL))
|
| /linux-6.15/Documentation/bpf/ |
| H A D | redirect.rst | 43 .. code-block:: none 61 .. code-block:: none 71 .. code-block:: none
|
| /linux-6.15/arch/mips/crypto/ |
| H A D | poly1305-mips.pl | 78 $code.=<<___; 230 $code.=<<___; 267 $code.=<<___; 436 $code.=<<___; 449 $code.=<<___; 550 $code.=<<___; 740 $code.=<<___; 764 $code.=<<___; 1146 $code.=<<___; 1155 $code.=<<___; [all …]
|
| /linux-6.15/LICENSES/deprecated/ |
| H A D | GPL-1.0 | 5 code. For existing kernel code the 'or any later version' option is 7 To use the license in source code, put the following SPDX tag/value pair 34 software, that you receive source code or can get it if you want it, 46 source code. And you must tell them their rights. 118 source code, which must be distributed under the terms of 124 corresponding source code, to be distributed under the terms of 128 corresponding source code may be obtained. (This alternative is 130 received the program in object code or executable form alone.) 132 Source code for a work means the preferred form of the work for making 133 modifications to it. For an executable file, complete source code means [all …]
|
| /linux-6.15/arch/powerpc/net/ |
| H A D | bpf_jit_comp32.c | 298 u32 code = insn[i].code; in bpf_jit_build_body() local 299 u32 prevcode = i ? insn[i - 1].code : 0; in bpf_jit_build_body() 308 u32 size = BPF_SIZE(code); in bpf_jit_build_body() 318 if (i && (BPF_CLASS(code) == BPF_ALU64 || BPF_CLASS(code) == BPF_ALU) && in bpf_jit_build_body() 354 switch (code) { in bpf_jit_build_body() 839 if (BPF_CLASS(code) == BPF_ALU64 && imm != 64) in bpf_jit_build_body() 959 code, i); in bpf_jit_build_body() 1005 if (BPF_MODE(code) == BPF_PROBE_MEM || BPF_MODE(code) == BPF_PROBE_MEMSX) { in bpf_jit_build_body() 1034 if (BPF_MODE(code) == BPF_MEMSX || BPF_MODE(code) == BPF_PROBE_MEMSX) { in bpf_jit_build_body() 1070 if (BPF_MODE(code) == BPF_PROBE_MEM) { in bpf_jit_build_body() [all …]
|
| /linux-6.15/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | jit.c | 1410 if (!code) in cmp_imm() 1417 if (!code->swap) in cmp_imm() 1424 if (!code->swap) in cmp_imm() 1444 if (!code) in cmp_reg() 1450 if (code->swap) { in cmp_reg() 3944 insn.code = BPF_CLASS(insn.code) | BPF_SUB; in nfp_bpf_opt_neg_add_sub() 3946 insn.code = BPF_CLASS(insn.code) | BPF_ADD; in nfp_bpf_opt_neg_add_sub() 3950 meta->insn.code = insn.code | BPF_K; in nfp_bpf_opt_neg_add_sub() 4065 if (BPF_SIZE(ld->code) != BPF_SIZE(st->code)) in curr_pair_is_memcpy() 4498 u64 code = meta->insn.code; in nfp_bpf_jit_prepare() local [all …]
|
| /linux-6.15/arch/arm/boot/dts/broadcom/ |
| H A D | bcm4708-linksys-ea6300-v1.dts | 34 linux,code = <KEY_WPS_BUTTON>; 40 linux,code = <KEY_RESTART>;
|
| H A D | bcm4708-linksys-ea6500-v2.dts | 31 linux,code = <KEY_WPS_BUTTON>; 37 linux,code = <KEY_RESTART>;
|
| /linux-6.15/include/linux/sched/ |
| H A D | signal.h | 309 int force_sig_fault_to_task(int sig, int code, void __user *addr, 311 int force_sig_fault(int sig, int code, void __user *addr); 312 int send_sig_fault(int sig, int code, void __user *addr, struct task_struct *t); 314 int force_sig_mceerr(int code, void __user *, short); 315 int send_sig_mceerr(int code, void __user *, short, struct task_struct *); 322 int force_sig_fault_trapno(int sig, int code, void __user *addr, int trapno); 323 int send_sig_fault_trapno(int sig, int code, void __user *addr, int trapno,
|
| /linux-6.15/arch/arm/boot/dts/samsung/ |
| H A D | s5pv210-goni.dts | 240 linux,code = <KEY_POWER>; 265 linux,code = <KEY_CONNECT>; 271 linux,code = <KEY_BACK>; 277 linux,code = <KEY_CAMERA_FOCUS>; 283 linux,code = <KEY_VOLUMEUP>; 289 linux,code = <KEY_CAMERA>; 295 linux,code = <KEY_VOLUMEDOWN>;
|
| /linux-6.15/Documentation/admin-guide/acpi/ |
| H A D | ssdt-overlays.rst | 14 the former proliferates board specific kernel code while the latter requires 17 Because ACPI supports external references in AML code a more practical 23 following ASL code can be used:: 67 The resulting AML code can then be loaded by the kernel using one of the methods 77 AML code must be placed in the first, uncompressed, initrd under the 114 In order to store the AML code in an EFI variable the efivarfs filesystem can be 177 and writing the SSDT AML code in the aml attribute::
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-lg.c | 693 clear_bit(usage->code, *bit); in lg_input_mapped() 696 if (usage->type == EV_ABS && (usage->code == ABS_X || in lg_input_mapped() 697 usage->code == ABS_Y || usage->code == ABS_Z || in lg_input_mapped() 698 usage->code == ABS_RZ)) { in lg_input_mapped() 727 if ((drv_data->quirks & LG_INVERT_HWHEEL) && usage->code == REL_HWHEEL) { in lg_event() 728 input_event(field->hidinput->input, usage->type, usage->code, in lg_event()
|
| /linux-6.15/Documentation/scsi/ |
| H A D | ChangeLog.sym53c8xx | 46 got approved by PCI code maintainer (Martin Mares). 91 - Remove the PROFILE C and SCRIPTS code. 99 the C code by an interrupt. 124 - Small fix to integrity checking code. 193 - Added capability to use the integrity checking code 278 - Remove some deprecated code. 312 - Clean-up some unused or useless code. 485 binary code was a bit too bloated in my opinion. 486 - Make the code simpler in the wakeup_done routine. 530 - Some rewrite of the device detection code. This code had been [all …]
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | assembler.h | 59 #define ARM_BE8(code...) code argument 61 #define ARM_BE8(code...) argument 68 #define PLD(code...) code argument 70 #define PLD(code...) argument 83 #define CALGN(code...) code argument 85 #define CALGN(code...) argument
|
| H A D | bug.h | 79 int sig, int code, const char *name); 83 int sig, int code, const char *name);
|
| /linux-6.15/tools/testing/kunit/ |
| H A D | kunit_printer.py | 34 def _color(self, code: str, text: str) -> str: 37 return code + text + _RESET
|
| /linux-6.15/Documentation/translations/zh_TW/process/ |
| H A D | index.rst | 30 code-of-conduct 31 code-of-conduct-interpretation
|
| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/engine/sec/ |
| H A D | g98.c | 65 .code.data = g98_sec_code, 66 .code.size = sizeof(g98_sec_code),
|
| /linux-6.15/arch/sh/kernel/ |
| H A D | ftrace.c | 264 unsigned char code[MCOUNT_INSN_SIZE]; in ftrace_mod() local 266 if (copy_from_kernel_nofault(code, (void *)ip, MCOUNT_INSN_SIZE)) in ftrace_mod() 269 if (old_addr != __raw_readl((unsigned long *)code)) in ftrace_mod()
|
| /linux-6.15/arch/nios2/mm/ |
| H A D | fault.c | 49 int code = SEGV_MAPERR; in do_page_fault() local 97 code = SEGV_ACCERR; in do_page_fault() 176 _exception(SIGSEGV, regs, code, address); in do_page_fault()
|
| /linux-6.15/arch/arm64/boot/dts/exynos/ |
| H A D | exynos7885-jackpotlte.dts | 45 linux,code = <KEY_VOLUMEUP>; 51 linux,code = <KEY_VOLUMEDOWN>; 57 linux,code = <KEY_POWER>;
|
| H A D | exynosautov9-sadk.dts | 43 linux,code = <KEY_WAKEUP>; 50 linux,code = <KEY_VOLUMEDOWN>; 56 linux,code = <KEY_VOLUMEUP>;
|
| /linux-6.15/arch/arm/boot/dts/marvell/ |
| H A D | kirkwood-nsa3x0-common.dtsi | 71 linux,code = <KEY_POWER>; 76 linux,code = <KEY_COPY>; 81 linux,code = <KEY_RESTART>;
|
| /linux-6.15/include/soc/tegra/ |
| H A D | bpmp.h | 35 u32 code; member 135 void tegra_bpmp_mrq_return(struct tegra_bpmp_channel *channel, int code, 162 int code, const void *data, in tegra_bpmp_mrq_return() argument
|