| /linux-6.15/fs/unicode/ |
| H A D | mkutf8data.c | 1340 unsigned int code; member 1369 if (u->code == corrections[i].code) in corrections_lookup() 1420 leaf->code, leaf->ccc, leaf->gen); in nfdi_print() 1435 leaf->code, leaf->ccc, leaf->gen); in nfdicf_print() 1472 if (HANGUL_SYLLABLE(leaf->code)) in nfdi_size() 1484 if (HANGUL_SYLLABLE(leaf->code)) in nfdicf_size() 1497 return &tree->leafindex[leaf->code]; in nfdi_index() 1504 return &tree->leafindex[leaf->code]; in nfdicf_index() 1514 if (HANGUL_SYLLABLE(leaf->code)) { in nfdi_emit() 1535 if (HANGUL_SYLLABLE(leaf->code)) { in nfdicf_emit() [all …]
|
| /linux-6.15/drivers/media/platform/st/stm32/ |
| H A D | stm32-dcmi.c | 662 subdev->name, pad->index, format->format.code, in dcmi_pipeline_s_fmt() 669 __func__, format->format.code, in dcmi_pipeline_s_fmt() 675 if (fmt.format.code != format->format.code || in dcmi_pipeline_s_fmt() 679 subdev->name, pad->index, fmt.format.code, in dcmi_pipeline_s_fmt() 1077 mf->code, mf->width, mf->height); in dcmi_set_fmt() 1357 fse.code = sd_fmt->mbus_code; in dcmi_enum_framesizes() 1404 fie.code = sd_fmt->mbus_code; in dcmi_enum_frameintervals() 1652 if (dcmi_formats[i].mbus_code != mbus_code.code) in dcmi_formats_init() 1667 mbus_code.code); in dcmi_formats_init() 1706 .code = dcmi->sd_format->mbus_code, in dcmi_framesizes_init()
|
| /linux-6.15/Documentation/filesystems/xfs/ |
| H A D | xfs-delayed-logging-design.rst | 68 In the code, a one-shot transaction pattern looks somewhat like this:: 437 problems with the new code. 602 code to write the changes into the log. To do this efficiently, we need to 679 start, while the checkpoint flush code works over the log vector chain to 744 mitigation algorithms similar to the current log buffer code to allow 761 the log force code enables the current mechanism for issuing synchronous 763 force the log at the LSN of that transaction) and so the higher level code 816 available when required, then the regrant code will sleep waiting for it. 838 checkpoint flush code. 847 transaction commit code. [all …]
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 535 switch (BPF_SIZE(fp->code)) { in convert_bpf_ld_abs() 643 switch (fp->code) { in bpf_convert_filter() 724 insn->code = fp->code; in bpf_convert_filter() 749 bpf_src = BPF_SRC(fp->code); in bpf_convert_filter() 755 insn->code = BPF_JMP | BPF_OP(fp->code) | bpf_src; in bpf_convert_filter() 763 switch (BPF_OP(fp->code)) { in bpf_convert_filter() 784 insn->code = BPF_JMP | BPF_OP(fp->code) | bpf_src; in bpf_convert_filter() 788 insn->code = BPF_JMP | BPF_JA; in bpf_convert_filter() 944 switch (filter[pc].code) { in check_load_and_stores() 1087 switch (ftest->code) { in bpf_check_classic() [all …]
|
| /linux-6.15/Documentation/driver-api/media/ |
| H A D | v4l2-dev.rst | 12 .. code-block:: c 24 .. code-block:: c 124 .. code-block:: c 178 .. code-block:: c 272 0x01 Log the ioctl name and error code. VIDIOC_(D)QBUF ioctls are 274 0x02 Log the ioctl name arguments and error code. VIDIOC_(D)QBUF 349 .. code-block:: c
|
| /linux-6.15/Documentation/driver-api/pm/ |
| H A D | cpuidle.rst | 31 The design of ``CPUIdle`` is modular and based on the code duplication avoidance 32 principle, so the generic code that in principle need not depend on the hardware 33 or platform design details in it is separate from the code that interacts with 43 A CPU idle time (``CPUIdle``) governor is a bundle of policy code invoked when 89 code, and that causes the kernel to run the architecture-specific 90 default code for idle CPUs on the CPU in question instead of ``CPUIdle`` 122 array (unless it is a negative error code).
|
| /linux-6.15/drivers/media/i2c/ |
| H A D | ov5693.c | 332 .code = MEDIA_BUS_FMT_SBGGR10_1X10, 846 fmt->code = MEDIA_BUS_FMT_SBGGR10_1X10; in ov5693_set_fmt() 1028 struct v4l2_subdev_mbus_code_enum *code) in ov5693_enum_mbus_code() argument 1031 if (code->index > 0) in ov5693_enum_mbus_code() 1034 code->code = MEDIA_BUS_FMT_SBGGR10_1X10; in ov5693_enum_mbus_code() 1045 if (fse->index > 1 || fse->code != MEDIA_BUS_FMT_SBGGR10_1X10) in ov5693_enum_frame_size()
|
| H A D | imx415.c | 996 struct v4l2_subdev_mbus_code_enum *code) in imx415_enum_mbus_code() argument 998 if (code->index != 0) in imx415_enum_mbus_code() 1001 code->code = MEDIA_BUS_FMT_SGBRG10_1X10; in imx415_enum_mbus_code() 1014 if (fse->index > 0 || fse->code != format->code) in imx415_enum_frame_size() 1034 format->code = MEDIA_BUS_FMT_SGBRG10_1X10; in imx415_set_format()
|
| /linux-6.15/Documentation/driver-api/surface_aggregator/ |
| H A D | client.rst | 67 .. code-block:: c 173 .. code-block:: c 240 .. code-block:: c 251 .. code-block:: c 290 .. code-block:: c 299 .. code-block:: c 346 .. code-block:: c
|
| /linux-6.15/Documentation/arch/s390/ |
| H A D | s390dbf.rst | 118 .. code-block:: c 127 .. code-block:: c 160 .. code-block:: c 347 .. code-block:: c 360 .. code-block:: c 412 .. code-block:: c 456 .. code-block:: c
|
| /linux-6.15/drivers/gpu/drm/imagination/ |
| H A D | pvr_fw.c | 716 fw_mem->code = kzalloc(fw_mem->code_alloc_size, GFP_KERNEL); in pvr_fw_process() 723 if (!fw_mem->code || !fw_mem->data || in pvr_fw_process() 731 fw_mem->code, fw_mem->data, fw_mem->core_code, in pvr_fw_process() 737 memcpy(fw_code_ptr, fw_mem->code, fw_mem->code_alloc_size); in pvr_fw_process() 768 kfree(fw_mem->code); in pvr_fw_process() 815 err = pvr_copy_to_fw(fw_mem->code_obj, fw_mem->code, fw_mem->code_alloc_size); in pvr_fw_reinit_code_data() 850 kfree(fw_mem->code); in pvr_fw_cleanup()
|
| /linux-6.15/Documentation/locking/ |
| H A D | ww-mutex-design.rst | 91 has a void return type. Note that since ww mutex code needs loops/retries 136 Furthermore the lock helper can use propagate the -EALREADY return code back to 185 list-reordering allows for a bit more idiomatic code:: 243 - Due to the -EALREADY return code signalling that a given objects is already 255 code can't be propagated. 297 /* magic code which walks over a graph and decides which objects 340 increase in code size if wait/wound mutexes are not used.
|
| /linux-6.15/arch/ |
| H A D | Kconfig | 93 scheduler functionality, networking code and KVM have such 113 Boot time self-test of the branch patching code. 119 Boot time self-test of the call patching code. 177 code paths to be selected for these cases. Some network 190 inline assembler that the architecture code provides in the 196 should almost *never* result in code which is worse than the 241 of correct one. If the architecture stacktrace code and 367 exported from assembly code. 722 Set by the arch code if it relies on code patching to insert the 948 - Critical entry code isn't preemptible (or better yet: [all …]
|
| /linux-6.15/arch/arm/boot/dts/microchip/ |
| H A D | mpa1600.dts | 76 linux,code = <113>;
|
| /linux-6.15/drivers/nfc/s3fwrn5/ |
| H A D | firmware.h | 33 __u8 code; member
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | func-close.rst | 18 .. code-block:: c
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | disasm_helpers.c | 67 double_insn = insn->code == (BPF_LD | BPF_IMM | BPF_DW); in disasm_insn()
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-class-zram | 16 use /dev/zram<id>), or error code.
|
| /linux-6.15/Documentation/devicetree/bindings/firmware/ |
| H A D | amlogic,meson-gxbb-sm.yaml | 10 In the Amlogic SoCs the Secure Monitor code is used to provide access to the
|
| /linux-6.15/crypto/asymmetric_keys/ |
| H A D | x509_akid.asn1 | 4 -- of the code
|
| /linux-6.15/arch/mips/boot/dts/qca/ |
| H A D | ar9331_omega.dts | 37 linux,code = <KEY_RESTART>;
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | ttusb-dec.rst | 31 .. code-block:: none
|
| /linux-6.15/arch/parisc/kernel/ |
| H A D | toc_asm.S | 12 .import toc_intr,code
|
| /linux-6.15/tools/net/ynl/lib/ |
| H A D | ynl.h | 38 enum ynl_error_code code; member
|
| /linux-6.15/Documentation/arch/openrisc/ |
| H A D | todo.rst | 12 - Finish the renaming cleanup... there are references to or32 in the code
|