| /linux-6.15/Documentation/userspace-api/media/mediactl/ |
| H A D | media-ioc-setup-link.rst | 46 with an ``EBUSY`` error code. 50 non-dynamic link will return an ``EBUSY`` error code. 53 error code.
|
| /linux-6.15/arch/s390/boot/ |
| H A D | head_kdump.S | 19 # Note: This code has to be position independent 42 mvc 0(256,%r8),0(%r10) # Copy data mover code 53 # kdump data mover code (runs at address DATAMOVER_ADDR)
|
| /linux-6.15/kernel/bpf/ |
| H A D | verifier.c | 3389 u8 code = insn->code; in jmp_offset() local 3407 u8 code = insn[i].code; in check_subprogs() local 3420 if (BPF_OP(code) == BPF_EXIT || BPF_OP(code) == BPF_CALL) in check_subprogs() 3562 code = insn->code; in is_reg64() 20355 u8 code = insn->code; in adjust_jmp_off() local 20361 BPF_OP(code) == BPF_CALL || BPF_OP(code) == BPF_EXIT) in adjust_jmp_off() 20676 code = insn.code; in opt_subreg_zext_lo32_rnd_hi32() 20933 insn->code = BPF_CLASS(insn->code) | BPF_PROBE_MEM32 | BPF_SIZE(insn->code); in convert_ctx_accesses() 21582 insn->code = BPF_ALU | BPF_OP(insn->code) | BPF_SRC(insn->code); in do_misc_fixups() 21796 insn->code = insn->code == code_add ? in do_misc_fixups() [all …]
|
| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
| H A D | gt215.c | 230 for (i = 0; i < pmu->func->code.size / 4; i++) { in gt215_pmu_init() 233 nvkm_wr32(device, 0x10a184, pmu->func->code.data[i]); in gt215_pmu_init() 270 .code.data = gt215_pmu_code, 271 .code.size = sizeof(gt215_pmu_code),
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-cougar.c | 262 unsigned char code, action; in cougar_raw_event() local 273 code = data[COUGAR_FIELD_CODE]; in cougar_raw_event() 276 if (code == cougar_mapping[i][0]) { in cougar_raw_event() 285 hid_warn(hdev, "unmapped special key code %0x: ignoring\n", code); in cougar_raw_event()
|
| /linux-6.15/arch/arm/boot/dts/microchip/ |
| H A D | at91sam9261ek.dts | 220 linux,code = <256>; 227 linux,code = <257>; 234 linux,code = <258>; 241 linux,code = <259>;
|
| /linux-6.15/drivers/accessibility/braille/ |
| H A D | braille_console.c | 143 unsigned long code, void *_param) in keyboard_notifier_call() argument 152 switch (code) { in keyboard_notifier_call() 264 unsigned long code, void *_param) in vt_notifier_call() argument 269 switch (code) { in vt_notifier_call()
|
| /linux-6.15/arch/arm64/boot/dts/exynos/ |
| H A D | exynos8895-dreamlte.dts | 72 linux,code = <KEY_POWER>; 79 linux,code = <KEY_VOLUMEDOWN>; 85 linux,code = <KEY_VOLUMEUP>; 92 linux,code = <KEY_CAMERA>;
|
| /linux-6.15/drivers/input/keyboard/ |
| H A D | nspire-keypad.c | 55 unsigned int code; in nspire_keypad_irq() local 82 code = MATRIX_SCAN_CODE(row, col, keypad->row_shift); in nspire_keypad_irq() 83 input_event(input, EV_MSC, MSC_SCAN, code); in nspire_keypad_irq() 84 input_report_key(input, keymap[code], in nspire_keypad_irq()
|
| /linux-6.15/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-sapphire-excavator.dts | 26 linux,code = <KEY_VOLUMEUP>; 32 linux,code = <KEY_VOLUMEDOWN>; 38 linux,code = <KEY_BACK>; 44 linux,code = <KEY_MENU>;
|
| /linux-6.15/Documentation/driver-api/mei/ |
| H A D | mei.rst | 43 A code snippet for an application communicating with Intel AMTHI client: 50 .. code-block:: C 86 .. code-block:: none 121 .. code-block:: none 156 .. code-block:: none 186 .. code-block:: none
|
| /linux-6.15/Documentation/driver-api/media/drivers/ |
| H A D | radiotrack.rst | 13 This document was made based on 'C' code for Linux from Gideon le Grange 65 .. code-block:: none 112 24-bit code, where bits = (freq*40) + 10486188. 127 .. code-block:: none 156 Set Frequency: code = (freq*40) + 10486188 157 foreach of the 24 bits in code,
|
| H A D | pxa_camera.rst | 37 .. code-block:: none 107 .. code-block:: none 125 .. code-block:: none 136 .. code-block:: none 156 .. code-block:: none 172 .. code-block:: none
|
| /linux-6.15/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6qdl-gw5907.dtsi | 30 linux,code = <BTN_0>; 35 linux,code = <BTN_1>; 42 linux,code = <BTN_2>; 49 linux,code = <BTN_3>; 56 linux,code = <BTN_4>; 63 linux,code = <BTN_5>;
|
| H A D | imx6qdl-gw5913.dtsi | 30 linux,code = <BTN_0>; 35 linux,code = <BTN_1>; 42 linux,code = <BTN_2>; 49 linux,code = <BTN_3>; 56 linux,code = <BTN_4>; 63 linux,code = <BTN_5>;
|
| /linux-6.15/drivers/media/i2c/ |
| H A D | rdacm21.c | 286 struct v4l2_subdev_mbus_code_enum *code) in rdacm21_enum_mbus_code() argument 288 if (code->pad || code->index > 0) in rdacm21_enum_mbus_code() 291 code->code = MEDIA_BUS_FMT_YUYV8_1X16; in rdacm21_enum_mbus_code() 308 mf->code = MEDIA_BUS_FMT_YUYV8_1X16; in rdacm21_get_fmt()
|
| /linux-6.15/Documentation/livepatch/ |
| H A D | system-state.rst | 15 go back and use an older livepatch or the original kernel code. Also 32 or by the newly used code. Also it must be possible to find changes done by 119 the new code even before the transition gets finished. 126 code or by calling *post_unpatch()* explicitly. 134 the new code to use it. 143 - Prevent the code, added by the livepatch, relying on the system
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | submitting-patches.rst | 30 and review the code. 34 hardware. In such cases, you should test-build the code on at least one 77 * Avoid forward declarations if you can. Rearrange the code if necessary. 80 checkpatch, but also makes it more difficult to review the code. 83 may save a line or so in the source, it obfuscates the code and makes code 84 review more difficult. It may also result in code which is more complicated 89 errors to user space instead, using an appropriate error code. Keep in mind
|
| /linux-6.15/fs/jffs2/ |
| H A D | README.Locking | 53 VFS. If the garbage collection code were to attempt to lock the i_sem 59 mutex, which is obtained by the garbage collection code and also 60 by the normal file system code _after_ allocation of space. 86 the list are protected by the file mutex f->sem. But the erase code 94 pointer when the garbage collection thread exits. The code to kill the 124 This mutex is only used by the erase code which frees obsolete node 131 heavyweight lock was required to prevent the erase code from freeing 133 collection code is looking at them.
|
| /linux-6.15/Documentation/arch/powerpc/ |
| H A D | bootwrapper.rst | 32 with boot wrapper code that extracts data from the old 42 specific cuImage platform init code can be found in 44 cuImage init code for a specific board can be found in 55 dtbImages have platform specific code for extracting 61 specific initialization code is typically found in a 78 does not add any boot code. It just wraps a compressed 112 conditional compilation code (#ifdef, etc) in the boot wrapper source code.
|
| /linux-6.15/arch/arm/mach-omap2/ |
| H A D | sleep34xx.S | 93 mov r1, #0 @ set task id for ROM code in r1 148 bxeq r5 @ jump to the WFI code in SRAM 355 bne omap3_restore @ Fall through to OMAP3 common code 367 b omap3_restore @ Fall through to OMAP3 common code 375 bne omap3_restore @ Fall through to OMAP3 common code 414 mov r1, #0 @ set task id for ROM code in r1 423 mov r1, #0 @ set task id for ROM code in r1 437 mov r1, #0 @ set task ID for ROM code in r1
|
| /linux-6.15/Documentation/networking/ |
| H A D | tls-handshake.rst | 50 .. code-block:: c 96 .. code-block:: c 109 .. code-block:: c 121 .. code-block:: c 133 .. code-block:: c 139 .. code-block:: c 149 .. code-block:: c 169 .. code-block:: c
|
| /linux-6.15/drivers/media/platform/renesas/vsp1/ |
| H A D | vsp1_drm.c | 101 format.format.code); in vsp1_du_insert_uif() 139 format.format.code = rpf->fmtinfo->mbus; in vsp1_du_pipeline_setup_rpf() 150 format.format.code, rpf->entity.index); in vsp1_du_pipeline_setup_rpf() 180 format.format.code, rpf->entity.index); in vsp1_du_pipeline_setup_rpf() 182 format.format.code = MEDIA_BUS_FMT_ARGB8888_1X32; in vsp1_du_pipeline_setup_rpf() 205 format.format.code, BRX_NAME(pipe->brx), format.pad); in vsp1_du_pipeline_setup_rpf() 354 format.format.code, BRX_NAME(brx), brx->source_pad); in vsp1_du_pipeline_setup_brx() 496 format.format.code = MEDIA_BUS_FMT_ARGB8888_1X32; in vsp1_du_pipeline_setup_output() 506 format.format.code, pipe->output->entity.index); in vsp1_du_pipeline_setup_output() 516 format.format.code, pipe->output->entity.index); in vsp1_du_pipeline_setup_output() [all …]
|
| /linux-6.15/Documentation/bpf/ |
| H A D | llvm_reloc.rst | 286 .. code-block:: c 310 .. code-block:: c 352 .. code-block:: c 374 following C code: 376 .. code-block:: c 419 .. code-block:: c 431 .. code-block:: 448 .. code-block:: c 467 .. code-block:: c 502 .. code-block:: c [all …]
|
| /linux-6.15/Documentation/RCU/ |
| H A D | checklist.rst | 24 is the dynamic NMI code in the Linux 2.6 kernel, at least on 38 1. Does the update code have proper mutual exclusion? 63 under your read-side code, which can greatly increase the 84 3. Does the update code tolerate concurrent accesses? 147 code know exactly which pointers are protected by RCU. 148 Please note that compilers can also reorder code, and 159 perfectly legal (if redundant) for update-side code to 161 primitives. This is particularly useful in code that 274 it usually results in simpler code. So, unless update 351 can be quite helpful in reducing code bloat when common code is [all …]
|