| /linux-6.15/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | azoteq,iqs7211.yaml | 298 linux,code: true 467 linux,code: true 580 linux,code: true 688 linux,code = <KEY_HOME>; 694 linux,code = <KEY_POWER>; 723 linux,code = <KEY_AGAIN>; 727 linux,code = <KEY_STOP>; 731 linux,code = <KEY_EXIT>; 747 linux,code = <KEY_NEXT>; 755 linux,code = <KEY_MUTE>; [all …]
|
| /linux-6.15/net/netfilter/ |
| H A D | nf_conntrack_sip.c | 1144 if ((code >= 100 && code <= 199) || in process_invite_response() 1145 (code >= 200 && code <= 299)) in process_invite_response() 1161 if ((code >= 100 && code <= 199) || in process_update_response() 1162 (code >= 200 && code <= 299)) in process_update_response() 1178 if ((code >= 100 && code <= 199) || in process_prack_response() 1179 (code >= 200 && code <= 299)) in process_prack_response() 1349 if (code >= 100 && code <= 199) in process_register_response() 1351 if (code < 200 || code > 299) in process_register_response() 1415 unsigned int code, cseq, i; in process_sip_response() local 1420 if (!code) { in process_sip_response() [all …]
|
| /linux-6.15/drivers/media/platform/nxp/ |
| H A D | imx7-media-csi.c | 568 switch (sink_fmt->code) { in imx7_csi_configure() 993 if (code == fmt->codes[j]) in imx7_csi_find_mbus_format() 1023 *code = fmt->codes[j]; in imx7_csi_enum_mbus_formats() 1781 switch (code->pad) { in imx7_csi_enum_mbus_code() 1783 ret = imx7_csi_enum_mbus_formats(&code->code, code->index); in imx7_csi_enum_mbus_code() 1787 if (code->index != 0) { in imx7_csi_enum_mbus_code() 1792 code->code = in_fmt->code; in imx7_csi_enum_mbus_code() 1856 u32 code; in imx7_csi_try_fmt() local 1866 sdformat->format.code = in_fmt->code; in imx7_csi_try_fmt() 1879 code = IMX7_CSI_DEF_MBUS_CODE; in imx7_csi_try_fmt() [all …]
|
| /linux-6.15/Documentation/userspace-api/media/dvb/ |
| H A D | legacy_dvb_audio.rst | 46 .. code-block:: c 96 .. code-block:: c 147 .. code-block:: c 212 .. code-block:: c 258 .. code-block:: c 366 .. code-block:: c 465 .. code-block:: c 516 .. code-block:: c 567 .. code-block:: c 620 .. code-block:: c [all …]
|
| /linux-6.15/drivers/media/platform/ti/omap3isp/ |
| H A D | isppreview.c | 1432 preview_config_ycpos(prev, format->code); in preview_configure() 1765 if (fmt->code == preview_input_fmts[i]) in preview_try_format() 1775 pixelcode = fmt->code; in preview_try_format() 1782 fmt->code = pixelcode; in preview_try_format() 1786 fmt->code = MEDIA_BUS_FMT_YUYV8_1X16; in preview_try_format() 1872 switch (code->pad) { in preview_enum_mbus_code() 1877 code->code = preview_input_fmts[code->index]; in preview_enum_mbus_code() 1883 code->code = preview_output_fmts[code->index]; in preview_enum_mbus_code() 1902 format.code = fse->code; in preview_enum_frame_size() 1909 if (format.code != fse->code) in preview_enum_frame_size() [all …]
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | mtdnand.rst | 95 The generic NAND driver code does not use this information. 407 nand_ecc instead of implementing duplicated code. 414 standard Reed-Solomon syndrome before calling the error correction code 420 is not longer possible. The nand driver code handles this layout and the 422 code. Provide a matching oob-layout in this case. See rts_from4.c and 699 0x00 ECC byte 0 Error correction code byte 0 700 0x01 ECC byte 1 Error correction code byte 1 701 0x02 ECC byte 2 Error correction code byte 2 751 0x28 ECC byte 0 Error correction code byte 0 of the first 753 0x29 ECC byte 1 Error correction code byte 1 of the first [all …]
|
| /linux-6.15/drivers/pcmcia/ |
| H A D | max1600.h | 24 unsigned int code; member 28 unsigned int channel, unsigned int code);
|
| /linux-6.15/include/net/netfilter/ |
| H A D | nft_reject.h | 27 int nft_reject_icmp_code(u8 code); 28 int nft_reject_icmpv6_code(u8 code);
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | jump_label.c | 11 void *addr = (void *)entry->code; in __arch_jump_label_transform() 15 insn = arm_gen_branch(entry->code, entry->target); in __arch_jump_label_transform()
|
| /linux-6.15/arch/arm64/boot/dts/sprd/ |
| H A D | sp9860g-1h10.dts | 41 linux,code = <KEY_VOLUMEDOWN>; 49 linux,code = <KEY_VOLUMEUP>; 57 linux,code = <KEY_POWER>;
|
| /linux-6.15/drivers/input/misc/ |
| H A D | atlas_btns.c | 43 int code = address & 0x0f; in acpi_atlas_button_handler() local 46 input_event(input_dev, EV_MSC, MSC_SCAN, code); in acpi_atlas_button_handler() 47 input_report_key(input_dev, atlas_keymap[code], key_down); in acpi_atlas_button_handler()
|
| /linux-6.15/arch/arm/boot/dts/broadcom/ |
| H A D | bcm4709-asus-rt-ac87u.dts | 3 * Broadcom BCM470X / BCM5301X ARM platform code. 59 linux,code = <KEY_WPS_BUTTON>; 65 linux,code = <KEY_RESTART>;
|
| /linux-6.15/Documentation/bpf/libbpf/ |
| H A D | libbpf_build.rst | 16 .. code-block:: bash 24 .. code-block:: bash 34 .. code-block:: bash
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | traps.h | 25 void force_signal_inject(int signal, int code, unsigned long address, unsigned long err); 27 void arm64_force_sig_fault(int signo, int code, unsigned long far, const char *str); 29 void arm64_force_sig_mceerr(int code, unsigned long far, short lsb, const char *str);
|
| /linux-6.15/drivers/gpu/drm/amd/pm/powerplay/inc/ |
| H A D | pp_debug.h | 37 #define PP_ASSERT_WITH_CODE(cond, msg, code) \ argument 41 code; \
|
| /linux-6.15/net/nfc/nci/ |
| H A D | lib.c | 24 int nci_to_errno(__u8 code) in nci_to_errno() argument 26 switch (code) { in nci_to_errno()
|
| /linux-6.15/Documentation/translations/zh_CN/process/ |
| H A D | code-of-conduct.rst | 3 :Original: :ref:`Documentation/process/code-of-conduct.rst <code_of_conduct>` 67 https://www.contributor-covenant.org/version/1/4/code-of-conduct.html 获取。
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-subdev-enum-frame-interval.rst | 45 ``pad``, ``which``, ``code``, ``width`` and ``height`` fields of struct 49 EINVAL error code if one of the input fields is invalid. All frame 78 - ``code`` 79 - The media bus format code, as defined in 112 ``code``, ``width`` or ``height`` fields are invalid for the given pad, or
|
| /linux-6.15/arch/arm/boot/dts/microchip/ |
| H A D | at91-kizbox3-hs.dts | 74 linux,code = <0x101>; 81 linux,code = <0x102>; 88 linux,code = <0x103>; 95 linux,code = <0x107>; 102 linux,code = <0x108>;
|
| /linux-6.15/Documentation/filesystems/nfs/ |
| H A D | pnfs.rst | 43 The hash code is copied from the nfsd code base. A discussion of 71 Files-layout-driver code is in: fs/nfs/filelayout/.. directory 72 Blocks-layout-driver code is in: fs/nfs/blocklayout/.. directory 73 Flexfiles-layout-driver code is in: fs/nfs/flexfilelayout/.. directory
|
| /linux-6.15/arch/arm/boot/dts/intel/socfpga/ |
| H A D | socfpga_cyclone5_vining_fpga.dts | 40 linux,code = <BTN_0>; 46 linux,code = <BTN_1>; 52 linux,code = <BTN_2>; 58 linux,code = <KEY_POWER>; 64 linux,code = <BTN_3>;
|
| /linux-6.15/drivers/media/platform/qcom/camss/ |
| H A D | camss-csid-4-7.c | 49 u32 sink_code = csid->fmt[MSM_CSID_PAD_SINK].code; in csid_configure_stream() 50 u32 src_code = csid->fmt[MSM_CSID_PAD_SRC].code; in csid_configure_stream() 67 input_format->code); in csid_configure_stream() 95 input_format->code); in csid_configure_stream()
|
| /linux-6.15/drivers/staging/media/atomisp/ |
| H A D | notes.txt | 9 Memory is allocated by the hmm code. hmm_alloc() returns an ISP virtual 10 address. The hmm code keeps a list of all allocations and when necessary 11 the hmm code finds the backing hmm-buffer-object (hmm_bo) by looking 36 the core atomisp code. The most important parts of the struct
|
| /linux-6.15/Documentation/devicetree/bindings/input/ |
| H A D | pxa27x-keypad.txt | 25 the linux key-code for the direct key. 29 linux key-code for rotary up. Bit[15:0] is the linux key-code 33 in the device, the value indicates the key-code for relative
|
| H A D | samsung,s3c6410-keypad.yaml | 77 linux,code: true 82 - linux,code 113 linux,code = <2>; 119 linux,code = <3>;
|