Home
last modified time | relevance | path

Searched refs:code (Results 2201 – 2225 of 4688) sorted by relevance

1...<<81828384858687888990>>...188

/linux-6.15/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-mba6.dtsi41 linux,code = <KEY_F6>;
48 linux,code = <KEY_F7>;
55 linux,code = <KEY_F8>;
/linux-6.15/drivers/tty/vt/
H A Dvc_screen.c85 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 Dreuseport_bpf.c133 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 Dkvm-s390.h343 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 Dleds-pca9532.c264 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 DKconfig113 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 Dkernel-stacks.rst44 (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 DSafeSetID.rst113 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 Deventq.c244 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 Dsystem76_acpi.c637 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 Dmei_csi.c143 .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 Dpoly1305-armv8.pl49 $code.=<<___;
272 $code.=<<___;
903 foreach (split("\n",$code)) {
/linux-6.15/sound/core/seq/oss/
H A Dseq_oss_midi.c580 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 Dcmtdef.h571 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 Dspu_base.c249 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 Dunicode.rst14 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 Dtrace_tx.h592 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 Dimx95.rst53 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 Datomisp_ioctl.c537 .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 Ddwc3.rst67 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 Dcoccinelle.rst101 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 Dvfio-ccw.rst35 - 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 Dcrypto.c908 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 DKconfig7 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 Dtegra20-acer-a500-picasso.dts703 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>;

1...<<81828384858687888990>>...188