| /linux-6.15/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6qdl-mba6.dtsi | 41 linux,code = <KEY_F6>; 48 linux,code = <KEY_F7>; 55 linux,code = <KEY_F8>;
|
| /linux-6.15/drivers/tty/vt/ |
| H A D | vc_screen.c | 85 vcs_notifier(struct notifier_block *nb, unsigned long code, void *_param) in vcs_notifier() argument 94 switch (code) { in vcs_notifier() 112 poll->event = code; in vcs_notifier()
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | reuseport_bpf.c | 133 struct sock_filter code[] = { in attach_cbpf() local 142 .len = ARRAY_SIZE(code), in attach_cbpf() 143 .filter = code, in attach_cbpf()
|
| /linux-6.15/arch/s390/kvm/ |
| H A D | kvm-s390.h | 343 static inline int kvm_s390_inject_program_int(struct kvm_vcpu *vcpu, u16 code) in kvm_s390_inject_program_int() argument 347 .u.pgm.code = code, in kvm_s390_inject_program_int()
|
| /linux-6.15/drivers/leds/ |
| H A D | leds-pca9532.c | 264 unsigned int code, int value) in pca9532_event() argument 268 if (!(type == EV_SND && (code == SND_BELL || code == SND_TONE))) in pca9532_event()
|
| /linux-6.15/drivers/mtd/parsers/ |
| H A D | Kconfig | 113 If you need code which can detect and parse these tables, and 151 partition parser using this code. 162 If you need code which can detect and parse this table, and register
|
| /linux-6.15/Documentation/arch/x86/ |
| H A D | kernel-stacks.rst | 44 (IST). There can be up to 7 IST entries per CPU. The IST code is an 62 IST events with the same code to be nested. However in most cases, the 63 stack size allocated to an IST assumes no nesting for the same code.
|
| /linux-6.15/Documentation/admin-guide/LSM/ |
| H A D | SafeSetID.rst | 113 related code conventions in userspace, we currently allow arbitrary 117 once we have the policy checking code in place, which will rely on GID policy 118 configuration code added in v5.9.
|
| /linux-6.15/drivers/iommu/iommufd/ |
| H A D | eventq.c | 244 if (response.code != IOMMUFD_PAGE_RESP_SUCCESS && in iommufd_fault_fops_write() 245 response.code != IOMMUFD_PAGE_RESP_INVALID) { in iommufd_fault_fops_write() 256 iopf_group_response(group, response.code); in iommufd_fault_fops_write()
|
| /linux-6.15/drivers/platform/x86/ |
| H A D | system76_acpi.c | 637 static void input_key(struct system76_data *data, unsigned int code) in input_key() argument 639 input_report_key(data->input, code, 1); in input_key() 642 input_report_key(data->input, code, 0); in input_key()
|
| /linux-6.15/drivers/media/pci/intel/ivsc/ |
| H A D | mei_csi.c | 143 .code = MEDIA_BUS_FMT_Y8_1X8, 359 switch (format->format.code) { in mei_csi_set_fmt() 450 format->format.code = MEDIA_BUS_FMT_Y8_1X8; in mei_csi_set_fmt()
|
| /linux-6.15/arch/arm64/crypto/ |
| H A D | poly1305-armv8.pl | 49 $code.=<<___; 272 $code.=<<___; 903 foreach (split("\n",$code)) {
|
| /linux-6.15/sound/core/seq/oss/ |
| H A D | seq_oss_midi.c | 580 ossev.v.code = EV_CHN_VOICE; in send_synth_event() 588 ossev.l.code = EV_CHN_COMMON; in send_synth_event() 594 ossev.l.code = EV_CHN_COMMON; in send_synth_event()
|
| /linux-6.15/drivers/net/fddi/skfp/h/ |
| H A D | cmtdef.h | 571 int smt_action(struct s_smc *smc, int class, int code, int index); 627 void smt_srf_event(struct s_smc *smc, int code, int index, int cond); 630 #define smt_srf_event(smc,code,index,cond) argument
|
| /linux-6.15/arch/powerpc/platforms/cell/ |
| H A D | spu_base.c | 249 void *code, int code_size) in spu_setup_kernel_slbs() argument 256 code, code + code_size - 1 in spu_setup_kernel_slbs()
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | unicode.rst | 14 The Linux kernel code has been rewritten to use Unicode to map 23 Map symbol Map name Escape code (G0) 27 IBMPC_MAP IBM code page 437 ESC ( U
|
| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | trace_tx.h | 592 u8 state, int code), 593 TP_ARGS(dd, ctxt, subctxt, idx, state, code), 600 __field(int, code) 608 __entry->code = code; 613 __entry->code)
|
| /linux-6.15/drivers/firmware/arm_scmi/vendors/imx/ |
| H A D | imx95.rst | 53 Board code can add additional GPR and RTC. 75 |int32 status | See ARM SCMI Specification for status code definitions. | 92 |int32 status | See ARM SCMI Specification for status code definitions. | 303 | |Other value: ARM SCMI Specification status code definitions| 470 |int32 status | See ARM SCMI Specification for status code definitions. | 487 |int32 status | See ARM SCMI Specification for status code definitions. |
|
| /linux-6.15/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_ioctl.c | 537 .code = input->code, in atomisp_enum_framesizes() 571 .code = atomisp_in_fmt_conv[0].code, in atomisp_enum_frameintervals() 604 struct v4l2_subdev_mbus_code_enum code = { in atomisp_enum_fmt_cap() local 617 act_sd_state, &code); in atomisp_enum_fmt_cap()
|
| /linux-6.15/Documentation/driver-api/usb/ |
| H A D | dwc3.rst | 67 for new-comers to read the code and understand how it behaves. 137 .. code-block:: sh 150 .. code-block:: sh 272 .. code-block:: sh 603 code. Format is:: 615 code. Format is::
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | coccinelle.rst | 101 which checks the code on a file basis. 122 As with any static code analyzer, Coccinelle produces false 317 require external tools for indexing the code. None of them is 318 thus active by default. However, by indexing the code with 320 spatch could proceed the entire code base more quickly. 440 Emacs to review the code.
|
| /linux-6.15/Documentation/arch/s390/ |
| H A D | vfio-ccw.rst | 35 - The existing QEMU code which implements a simple emulated channel 215 ret_code stores a return code for each access of the region. The following 263 command specifies the command to be issued; ret_code stores a return code 387 Return the ssch CC code. 389 Return the CC code to the guest. 422 The current code allows the guest to start channel programs via
|
| /linux-6.15/fs/ecryptfs/ |
| H A D | crypto.c | 908 u8 code = 0; in ecryptfs_code_for_cipher_string() local 915 code = RFC2440_CIPHER_AES_128; in ecryptfs_code_for_cipher_string() 918 code = RFC2440_CIPHER_AES_192; in ecryptfs_code_for_cipher_string() 921 code = RFC2440_CIPHER_AES_256; in ecryptfs_code_for_cipher_string() 926 code = map[i].cipher_code; in ecryptfs_code_for_cipher_string() 930 return code; in ecryptfs_code_for_cipher_string()
|
| /linux-6.15/kernel/module/ |
| H A D | Kconfig | 7 Kernel modules are small pieces of compiled code which can 66 Module autoloading allows in-kernel code to request modules through 181 bool "genksyms (from source code)" 183 Calculate symbol versions from pre-processed source code using 425 When kernel code requests a module, it does so by calling 443 (especially when using LTO) for optimizing the code and reducing
|
| /linux-6.15/arch/arm/boot/dts/nvidia/ |
| H A D | tegra20-acer-a500-picasso.dts | 703 nvidia,use-ram-code; 706 nvidia,ram-code = <0>; /* elpida-8gb */ 804 nvidia,ram-code = <1>; /* elpida-4gb */ 902 nvidia,ram-code = <2>; /* hynix-8gb */ 1000 nvidia,ram-code = <3>; /* hynix-4gb */ 1266 linux,code = <KEY_POWER>; 1275 linux,code = <SW_ROTATE_LOCK>; 1283 linux,code = <KEY_VOLUMEDOWN>; 1292 linux,code = <KEY_VOLUMEUP>;
|