Home
last modified time | relevance | path

Searched refs:code (Results 3226 – 3250 of 4688) sorted by relevance

1...<<121122123124125126127128129130>>...188

/linux-6.15/Documentation/core-api/
H A Dgfp_mask-from-fs-io.rst43 FS/IO code then simply calls the appropriate save function before
H A Dpin_user_pages.rst186 other words, if the code is neither Case 1 nor Case 2, it may still require
203 to query, "is this folio DMA-pinned?" That allows code such as folio_mkclean()
204 (and file system writeback code in general) to make informed decisions about
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Ddev-meta.rst68 :ref:`four character code <v4l2-fourcc>`. V4L2 defines metadata formats
H A Dvidioc-g-audio.rst41 the rest of the structure or return an ``EINVAL`` error code when the device
/linux-6.15/Documentation/power/
H A Dswsusp-and-swap-files.rst13 already taken care of by the swap-handling code, but (2) has to be taken into
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dpm660.dtsi61 linux,code = <KEY_POWER>;
/linux-6.15/Documentation/arch/arm/keystone/
H A Dknav-qmss.rst5 Driver source code path
/linux-6.15/kernel/irq/
H A DKconfig3 # Options selectable by the architecture code
/linux-6.15/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui-kakadu.dtsi52 linux,code = <SW_PEN_INSERTED>;
/linux-6.15/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c141 __le16 code; member
/linux-6.15/arch/powerpc/boot/dts/fsl/
H A Dqoriq-sec5.0-0.dtsi8 * * Redistributions of source code must retain the above copyright
H A Dqoriq-sec4.2-0.dtsi8 * * Redistributions of source code must retain the above copyright
/linux-6.15/Documentation/process/
H A Dmaintainer-pgp-guide.rst15 .. _`Protecting Code Integrity`: https://github.com/lfit/itpol/blob/master/protecting-code-integrit…
20 PGP helps ensure the integrity of the code that is produced by the Linux
24 The Linux kernel source code is available in two main formats:
47 that trust must always be placed with developers and never with the code
659 Or what happens if a backdoor is discovered in the code and the "Author"
747 1. Should there ever be a need to perform code forensics or track code
784 (PGP-Mime or PGP-inline) tend to cause problems with regular code
/linux-6.15/Documentation/admin-guide/
H A Dquickly-build-trimmed-linux.rst44 # Note: the next command will discard any changes you did to the code:
155 Now checkout the code you are interested in. If you just performed the
495 be wiser to use a proper pre-release than the latest mainline code
556 kernel version without changing any code. Thing is: you might be sure this will
609 release or pre-release. This almost always is the code you want when giving
627 code from the Linux stable git repository. That makes things simpler for this
633 not something to worry about; but in case you really need the latest code, just
634 add the mainline repo as additional remote and checkout the code from there::
797 able to find the exact place where the problem occurred in the code. But
885 the code and can only be fixed by a developer. A close examination of the
[all …]
H A Ddynamic-debug-howto.rst9 debug-print code to obtain additional kernel information.
237 To activate debug messages for core code and built-in modules during
245 messages in all code run after this early_initcall via this boot
H A Dext4.rst151 recovery code in e2fsck and the kernel to detect corruption in the
199 This enables/disables the use of write barriers in the jbd code.
338 The lazy itable init code will wait n times the number of milliseconds
364 IO completes. This approach allows ext4 code to avoid using inode
367 ignored with kernel warning. Note that dioread_nolock code path is only
473 The maximum number of megabytes the writeback code will try to write
/linux-6.15/arch/arm64/boot/dts/freescale/
H A Dimx8mq-librem5-devkit.dts44 linux,code = <KEY_VOLUMEUP>;
51 linux,code = <KEY_VOLUMEDOWN>;
60 linux,code = <KEY_PHONE>;
/linux-6.15/net/netfilter/
H A Dnft_payload.c208 regs->verdict.code = NFT_BREAK; in nft_payload_eval()
643 regs->verdict.code = NFT_BREAK; in nft_payload_inner_eval()
936 regs->verdict.code = NFT_BREAK; in nft_payload_set_eval()
/linux-6.15/Documentation/gpu/
H A Dkomeda-kms.rst407 .. code-block:: c
425 .. code-block:: c
445 .. code-block:: c
/linux-6.15/drivers/iio/adc/
H A Dpalmas_gpadc.c230 u64 code; in palmas_gpadc_irq_auto() local
233 code = IIO_UNMOD_EVENT_CODE(IIO_VOLTAGE, ev->channel, in palmas_gpadc_irq_auto()
235 iio_push_event(indio_dev, code, iio_get_time_ns(indio_dev)); in palmas_gpadc_irq_auto()
/linux-6.15/Documentation/admin-guide/thermal/
H A Dintel_powerclamp.rst218 non-intrusive to the scheduler or the IRQ core code.
261 calibration code.
299 idle time is accounted as normal idle in that common code path is
/linux-6.15/arch/arm64/boot/dts/rockchip/
H A Drk3566-pinetab2.dtsi33 linux,code = <KEY_VOLUMEUP>;
39 linux,code = <KEY_VOLUMEDOWN>;
81 linux,code = <SW_TABLET_MODE>;
/linux-6.15/drivers/accessibility/speakup/
H A Dmain.c245 unsigned long code, void *param);
252 unsigned long code, void *param);
2227 unsigned long code, void *_param) in keyboard_notifier_call() argument
2252 switch (code) { in keyboard_notifier_call()
2297 unsigned long code, void *_param) in vt_notifier_call() argument
2302 switch (code) { in vt_notifier_call()
/linux-6.15/kernel/bpf/
H A Dcgroup.c2267 BPF_SIZE(si->code), si->dst_reg, si->src_reg, in sysctl_convert_ctx_access()
2294 BPF_CLASS(si->code) | BPF_MEM | BPF_SIZEOF(u32), in sysctl_convert_ctx_access()
2307 read_size = bpf_size_to_bytes(BPF_SIZE(si->code)); in sysctl_convert_ctx_access()
2309 BPF_SIZE(si->code), si->dst_reg, si->dst_reg, in sysctl_convert_ctx_access()
2455 BPF_MEM | BPF_CLASS(si->code)), \
2508 *insn++ = BPF_RAW_INSN(BPF_CLASS(si->code) | BPF_MEM | in cg_sockopt_convert_ctx_access()
/linux-6.15/drivers/message/fusion/
H A DKconfig9 This option alone does not add any kernel code.

1...<<121122123124125126127128129130>>...188