| /linux-6.15/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6qdl-gw553x.dtsi | 72 linux,code = <BTN_0>; 77 linux,code = <BTN_1>; 84 linux,code = <BTN_2>; 91 linux,code = <BTN_3>; 98 linux,code = <BTN_4>; 105 linux,code = <BTN_5>;
|
| /linux-6.15/arch/arm/boot/dts/samsung/ |
| H A D | exynos4210-universal_c210.dts | 77 linux,code = <115>; 84 linux,code = <114>; 91 linux,code = <171>; 99 linux,code = <212>; 106 linux,code = <116>; 114 linux,code = <352>;
|
| /linux-6.15/Documentation/gpu/ |
| H A D | drm-kms-helpers.rst | 5 The DRM subsystem aims for a strong separation between core code and helper 6 libraries. Core code takes care of general setup and teardown and decoding 9 for each driver what fits, and avoid shared code where special behaviour is 12 This distinction between core code and helpers is especially strong in the 13 modesetting code, where there's a shared userspace ABI for all drivers. This is 15 exceptions) can be considered optional helper code.
|
| /linux-6.15/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-opp-tacoma.dts | 56 linux,code = <ASPEED_GPIO(H, 3)>; 62 linux,code = <ASPEED_GPIO(E, 5)>; 73 linux,code = <4>; 79 linux,code = <5>; 85 linux,code = <6>; 91 linux,code = <7>;
|
| /linux-6.15/Documentation/process/debugging/ |
| H A D | userspace_debugging_guide.rst | 54 - When the code contains one of the valid print statements (see above) or when 57 the code won't cause delays 118 The tools mentioned above provide ways to inspect kernel code, results, 198 * optimize code 218 In order to find the corresponding line in the code you can use `faddr2line 228 We can find the corresponding line of code by executing::
|
| /linux-6.15/Documentation/bpf/ |
| H A D | graph_ds_impl.rst | 9 Although no specific verifier code is referred to in this document, the document 37 "node"s, the verifier code and this document refer to common functionality 62 .. code-block:: c 86 Consider the following BPF code: 88 .. code-block:: c 120 .. code-block:: c 212 .. code-block:: c
|
| /linux-6.15/drivers/media/i2c/ |
| H A D | ar0521.c | 161 switch (sensor->fmt.code) { in ar0521_code_to_bpp() 431 fmt->code = MEDIA_BUS_FMT_SGRBG8_1X8; in ar0521_adj_fmt() 927 struct v4l2_subdev_mbus_code_enum *code) in ar0521_enum_mbus_code() argument 931 if (code->index) in ar0521_enum_mbus_code() 934 code->code = sensor->fmt.code; in ar0521_enum_mbus_code() 945 if (fse->code != MEDIA_BUS_FMT_SGRBG8_1X8) in ar0521_enum_frame_size()
|
| H A D | ov8856.c | 1971 if (ov8856_mbus_codes[index] == fmt->code) in ov8856_update_pad_format() 1975 fmt->code = ov8856_mbus_codes[index]; in ov8856_update_pad_format() 2187 struct v4l2_subdev_mbus_code_enum *code) in ov8856_enum_mbus_code() argument 2189 if (code->index >= ARRAY_SIZE(ov8856_mbus_codes)) in ov8856_enum_mbus_code() 2192 code->code = ov8856_mbus_codes[code->index]; in ov8856_enum_mbus_code() 2208 if (fse->code == ov8856_mbus_codes[index]) in ov8856_enum_frame_size()
|
| /linux-6.15/net/ipv4/ |
| H A D | raw.c | 212 const int code = icmp_hdr(skb)->code; in raw_err() local 217 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) in raw_err() 246 if (code > NR_ICMP_UNREACH) in raw_err() 248 if (code == ICMP_FRAG_NEEDED) { in raw_err() 252 err = icmp_err_convert[code].errno; in raw_err() 253 harderr = icmp_err_convert[code].fatal; in raw_err() 446 fl4->fl4_icmp_code = rfv->hdr.icmph.code; in raw_probe_proto_opt()
|
| /linux-6.15/drivers/media/platform/renesas/rcar-vin/ |
| H A D | rcar-core.c | 499 struct v4l2_subdev_mbus_code_enum code = { in rvin_parallel_subdevice_attach() local 520 code.index = 0; in rvin_parallel_subdevice_attach() 521 code.pad = vin->parallel.source_pad; in rvin_parallel_subdevice_attach() 523 !v4l2_subdev_call(subdev, pad, enum_mbus_code, NULL, &code)) { in rvin_parallel_subdevice_attach() 524 code.index++; in rvin_parallel_subdevice_attach() 525 switch (code.code) { in rvin_parallel_subdevice_attach() 531 vin->mbus_code = code.code; in rvin_parallel_subdevice_attach()
|
| /linux-6.15/drivers/misc/ |
| H A D | xilinx_sdfec.c | 426 if (xsdfec->config.code == XSDFEC_LDPC_CODE) in xsdfec_set_turbo() 442 if (xsdfec->config.code == XSDFEC_LDPC_CODE) in xsdfec_get_turbo() 664 if (xsdfec->config.code == XSDFEC_TURBO_CODE) { in xsdfec_add_ldpc() 865 if (regread != xsdfec->config.code) { in xsdfec_start() 868 __func__, regread, xsdfec->config.code); in xsdfec_start() 928 xsdfec_regwrite(xsdfec, XSDFEC_FEC_CODE_ADDR, xsdfec->config.code); in xsdfec_set_default_config() 1045 xsdfec->config.code = XSDFEC_LDPC_CODE; in xsdfec_parse_of() 1047 xsdfec->config.code = XSDFEC_TURBO_CODE; in xsdfec_parse_of() 1102 xsdfec_regwrite(xsdfec, XSDFEC_FEC_CODE_ADDR, xsdfec->config.code); in xsdfec_parse_of()
|
| /linux-6.15/Documentation/arch/riscv/ |
| H A D | hwprobe.rst | 44 On success 0 is returned, on failure a negative error code is returned. 221 extensions for code size reduction, as ratified in commit 8be3419c1c0 223 riscv-code-size-reduction. 226 extensions for code size reduction, as ratified in commit 8be3419c1c0 228 riscv-code-size-reduction. 231 extensions for code size reduction, as ratified in commit 8be3419c1c0 233 riscv-code-size-reduction. 236 extensions for code size reduction, as ratified in commit 8be3419c1c0 238 riscv-code-size-reduction.
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | kmsan.rst | 91 low-level code (e.g. that marked with ``noinstr`` which implicitly adds 96 called from non-instrumented code may also receive incorrect metadata for their 111 their code gets broken by KMSAN (e.g. runs at early boot time). 142 instrumentation code inserted by the compiler (unless it is a stack variable 147 the code. When needed, instrumentation code invokes the runtime library in 154 that takes one or more values the compiler generates code that calculates the 231 ``mm/kmsan/nstrumentation.c`` into the kernel code. 342 The code is located in ``mm/kmsan/``.
|
| /linux-6.15/drivers/media/platform/renesas/ |
| H A D | renesas-ceu.c | 843 sd_format.format.code = mbus_code; in __ceu_try_fmt() 848 sd_format.format.code = mbus_code_old; in __ceu_try_fmt() 864 *sd_mbus_code = sd_format.format.code; in __ceu_try_fmt() 901 format.format.code = mbus_code; in ceu_set_fmt() 981 switch (sd_mbus_fmt.code) { in ceu_init_mbus_fmt() 1009 mbus_fmt->mbus_code = sd_mbus_fmt.code; in ceu_init_mbus_fmt() 1013 switch (sd_mbus_fmt.code) { in ceu_init_mbus_fmt() 1271 .code = ceu_sd->mbus_fmt.mbus_code, in ceu_enum_framesizes() 1303 .code = ceu_sd->mbus_fmt.mbus_code, in ceu_enum_frameintervals()
|
| /linux-6.15/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6-isys-video.c | 165 if (f->mbus_code && f->mbus_code != ipu6_isys_pfmts[i].code) in ipu6_isys_vidioc_enum_fmt() 374 u32 s_stream, code; in link_validate() local 400 code = ipu6_isys_get_isys_format(ipu6_isys_get_format(av), 0)->code; in link_validate() 404 s_fmt->code != code) { in link_validate() 406 s_fmt->width, s_fmt->height, s_fmt->code, in link_validate() 408 ipu6_isys_get_frame_height(av), code); in link_validate() 782 bpp = ipu6_isys_mbus_code_to_bpp(format.code); in ipu6_isys_configure_stream_watermark() 1224 av->dt = ipu6_isys_mbus_code_to_mipi(pfmt->code); in ipu6_isys_setup_video()
|
| /linux-6.15/Documentation/RCU/ |
| H A D | listRCU.rst | 38 The code traversing the list of all processes typically looks like:: 46 The simplified and heavily inlined code for removing a process from a 225 pointer poisoning debug-assist code that would otherwise cause concurrent 235 The system-call auditing code does not update auditing rules in place. However, 236 if it did, the reader-writer-locked code to do so might look as follows 294 writer lock would become a spinlock in this sort of code. 297 prefer to look at real Linux-kernel code. 300 tracking table* code in ``ct_limit_set()``. The table holds connection tracking 320 function in ipc/shm.c). This code checks a *deleted* flag under a 506 then you need to hold the per-entry lock across all of the code
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | relo_core.c | 18 return insn->code == (BPF_LD | BPF_IMM | BPF_DW); in is_ldimm64_insn() 990 insn->code = BPF_JMP | BPF_CALL; in bpf_core_poison_insn() 1003 switch (BPF_SIZE(insn->code)) { in insn_bpf_size_to_bytes() 1047 class = BPF_CLASS(insn->code); in bpf_core_patch_insn() 1066 if (BPF_SRC(insn->code) != BPF_K) in bpf_core_patch_insn() 1125 insn->code = BPF_MODE(insn->code) | insn_bpf_sz | BPF_CLASS(insn->code); in bpf_core_patch_insn() 1135 insn[1].code != 0 || insn[1].dst_reg != 0 || in bpf_core_patch_insn() 1160 prog_name, relo_idx, insn_idx, insn->code, in bpf_core_patch_insn()
|
| /linux-6.15/Documentation/doc-guide/ |
| H A D | sphinx.rst | 17 are used to describe the functions and types and design of the code. The 279 * For inserting fixed width text blocks (for code examples, use case 282 ``.. code-block:: <language>`` for longer code blocks that benefit 283 from highlighting. For a short snippet of code embedded in the text, use \`\`. 292 .. code-block:: rst 300 .. code-block:: rst 367 .. code-block:: rst 492 :caption: Embedded **DOT** (Graphviz) code 506 :caption: Embedded **DOT** (Graphviz) code
|
| /linux-6.15/Documentation/fault-injection/ |
| H A D | fault-injection.rst | 58 deliberate invalidation helps expose code paths where proper pointer updating 76 inject NVMe status code and retry flag on devices permitted by setting 78 status code is NVME_SC_INVALID_OPCODE with no retry. The status code and 300 Since the function-level error injection forcibly changes the code path 305 - The function returns an error code if it fails, and the callers must check 308 - The function does not execute any code which can change any state before 338 This function will return an `-errno` error code if it fails. e.g. return 391 Upon should_fail() returning true, client code should inject a failure: 398 - Inject slab allocation failures into module init/exit code:: 554 The following code systematically faults 0-th, 1-st, 2-nd and so on
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | ramfs-rootfs-initramfs.rst | 32 The amount of code required to implement ramfs is tiny, because all the 80 same reason you can't kill the init process; rather than having special code 100 archive is extracted into it, the kernel will fall through to the older code 114 The kernel's cpio extraction code is not only extremely small, it's also 174 from usr/gen_init_cpio.c). The kernel's build-time cpio creation code is 232 non-GPL code you'd like to run from initramfs, without conflating it with 254 code against, along with some related utilities. It is BSD licensed. 341 and, most importantly, designed and implemented the initramfs code. 347 kernel falls back to legacy boot code that is reached only if initramfs does 348 not contain an /init program. The fallback is legacy code, there to ensure a [all …]
|
| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | pio.c | 1635 int code = 0; in fill_code() local 1638 code |= PRC_STATUS_ERR; in fill_code() 1640 code |= PRC_PBC; in fill_code() 1642 code |= PRC_THRESHOLD; in fill_code() 1644 code |= PRC_FILL_ERR; in fill_code() 1646 code |= PRC_SC_DISABLE; in fill_code() 1647 return code; in fill_code() 1665 int code; in sc_release_update() local 1681 code = -1; /* code not yet set */ in sc_release_update() 1693 code = fill_code(hw_free); in sc_release_update() [all …]
|
| /linux-6.15/drivers/media/v4l2-core/ |
| H A D | v4l2-subdev.c | 243 struct v4l2_subdev_mbus_code_enum *code) in call_enum_mbus_code() argument 245 if (!code) in call_enum_mbus_code() 248 return check_which(code->which) ? : check_pad(sd, code->pad) ? : in call_enum_mbus_code() 249 check_state(sd, state, code->which, code->pad, code->stream) ? : in call_enum_mbus_code() 250 sd->ops->pad->enum_mbus_code(sd, state, code); in call_enum_mbus_code() 838 struct v4l2_subdev_mbus_code_enum *code = arg; in subdev_do_ioctl() local 841 code->stream = 0; in subdev_do_ioctl() 843 memset(code->reserved, 0, sizeof(code->reserved)); in subdev_do_ioctl() 845 code); in subdev_do_ioctl() 1252 if (source_fmt->format.code != sink_fmt->format.code) { in v4l2_subdev_link_validate_default() [all …]
|
| /linux-6.15/Documentation/process/ |
| H A D | backporting.rst | 59 code has moved around and changed the line numbers; this in turn makes 212 of code. 229 would be one that touches the same code as the patch you are 230 backporting, but does not change the semantics of the code in any 440 inspecting your changes. For C code, this will show you the whole 447 Refactored code 450 Something that happens quite often is that code gets refactored by 451 "factoring out" a common code sequence or pattern into a helper 466 to these areas as ``git blame`` won't show you code that has been 533 there could be code changes where two independent changes to the same [all …]
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | pin-control.rst | 60 .. code-block:: c 136 .. code-block:: c 208 .. code-block:: c 285 .. code-block:: c 345 .. code-block:: c 363 .. code-block:: c 581 .. code-block:: c 874 .. code-block:: c 893 .. code-block:: c 957 .. code-block:: c [all …]
|
| /linux-6.15/include/linux/ |
| H A D | gpio_keys.h | 27 unsigned int code; member
|