| /linux-6.15/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-opp-witherspoon.dts | 57 linux,code = <ASPEED_GPIO(B, 5)>; 63 linux,code = <ASPEED_GPIO(J, 2)>; 69 linux,code = <ASPEED_GPIO(P, 7)>; 75 linux,code = <ASPEED_GPIO(N, 0)>; 91 linux,code = <4>; 97 linux,code = <5>; 103 linux,code = <6>; 109 linux,code = <7>;
|
| /linux-6.15/drivers/media/rc/ |
| H A D | meson-ir.c | 190 u32 code = 0; in meson_ir_nec_handler() local 199 regmap_read(ir->reg, IR_DEC_FRAME, &code); in meson_ir_nec_handler() 201 code = ir_nec_bytes_to_scancode(code, code >> 8, in meson_ir_nec_handler() 202 code >> 16, code >> 24, &proto); in meson_ir_nec_handler() 203 rc_keydown(ir->rc, proto, code, 0); in meson_ir_nec_handler()
|
| /linux-6.15/Documentation/gpu/amdgpu/display/ |
| H A D | display-contributing.rst | 8 contribution to the display code, and for that, we say thank you :) 34 you wish to contribute to the display code but are unsure where a good place 71 fantastic way to check the code path when developers try to make sense of a 73 has some hunch of which part of the code can cause the issue; for this reason, 77 The DC code does not follow some prefix rules, which makes the Ftrace filter 91 Reduce code duplication 97 amdgpu accumulated some technical debt in the code duplication area. For this 98 task, it would be a good idea to find a tool that can discover code duplication
|
| /linux-6.15/net/netfilter/ |
| H A D | nft_ct_fast.c | 34 regs->verdict.code = NFT_BREAK; in nft_ct_get_fast_eval() 57 regs->verdict.code = NFT_BREAK; in nft_ct_get_fast_eval()
|
| H A D | nf_conntrack_proto_icmpv6.c | 44 tuple->dst.u.icmp.code = hp->icmp6_code; in icmpv6_pkt_to_tuple() 79 tuple->dst.u.icmp.code = orig->dst.u.icmp.code; in nf_conntrack_invert_icmpv6_tuple() 237 nla_put_u8(skb, CTA_PROTO_ICMPV6_CODE, t->dst.u.icmp.code)) in icmpv6_tuple_to_nlattr() 270 tuple->dst.u.icmp.code = nla_get_u8(tb[CTA_PROTO_ICMPV6_CODE]); in icmpv6_nlattr_to_tuple()
|
| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
| H A D | gf100.c | 46 .code.data = gf100_pmu_code, 47 .code.size = sizeof(gf100_pmu_code),
|
| /linux-6.15/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3326-anbernic-rg351v.dts | 17 linux,code = <KEY_VOLUMEDOWN>; 23 linux,code = <KEY_VOLUMEUP>;
|
| H A D | rk3399-puma-haikou.dts | 30 linux,code = <KEY_BATTERY>; 36 linux,code = <KEY_POWER>; 42 linux,code = <KEY_SLEEP>; 48 linux,code = <KEY_WAKEUP>; 55 linux,code = <SW_LID>;
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | guest-files.txt | 14 --guest-code:: 15 Indicate that guest code can be found in the hypervisor process,
|
| /linux-6.15/Documentation/userspace-api/media/dvb/ |
| H A D | legacy_dvb_apis.rst | 17 code implementation, as this section of the document was written 18 for DVB version 1, while the code reflects DVB version 3
|
| /linux-6.15/arch/arm/boot/dts/allwinner/ |
| H A D | sun4i-a10-inet97fv2.dts | 108 linux,code = <KEY_MENU>; 115 linux,code = <KEY_VOLUMEUP>; 122 linux,code = <KEY_VOLUMEDOWN>; 129 linux,code = <KEY_HOMEPAGE>; 136 linux,code = <KEY_ESC>;
|
| H A D | sun5i-a10s-olinuxino-micro.dts | 151 linux,code = <KEY_VOLUMEUP>; 158 linux,code = <KEY_VOLUMEDOWN>; 165 linux,code = <KEY_MENU>; 172 linux,code = <KEY_ENTER>; 179 linux,code = <KEY_HOMEPAGE>;
|
| H A D | sun5i-a13-olinuxino.dts | 150 linux,code = <KEY_VOLUMEUP>; 157 linux,code = <KEY_VOLUMEDOWN>; 164 linux,code = <KEY_MENU>; 171 linux,code = <KEY_ENTER>; 178 linux,code = <KEY_HOMEPAGE>;
|
| /linux-6.15/drivers/input/keyboard/ |
| H A D | stmpe-keypad.c | 180 int code = MATRIX_SCAN_CODE(row, col, STMPE_KEYPAD_ROW_SHIFT); in stmpe_keypad_irq() local 187 input_event(input, EV_MSC, MSC_SCAN, code); in stmpe_keypad_irq() 188 input_report_key(input, keypad->keymap[code], !up); in stmpe_keypad_irq() 321 int code = MATRIX_SCAN_CODE(row, col, in stmpe_keypad_fill_used_pins() local 323 if (keypad->keymap[code] != KEY_RESERVED) { in stmpe_keypad_fill_used_pins()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | befs.rst | 24 The largest part of the code written by Will Dyson <[email protected]> 25 He has been working on the code since Aug 13, 2001. See the changelog for 30 His original code can still be found at: 53 step 1. Install the BeFS patch into the source code tree of linux. 78 enable support for experimental code under the "Code maturity level" menu.
|
| /linux-6.15/Documentation/arch/arm/nwfpe/ |
| H A D | nwfpe.rst | 7 The majority of the code was written by me, Scott Bambrough It is 21 contain all operating system specific code in one module (fpmodule.*). 22 All the other files contain emulator specific code. This should allow 54 conditions. Excluded from the above is the SoftFloat code. John Hauser's 65 original version of this code was written as part of a project to build
|
| /linux-6.15/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | nvidia,tegra20-emc.yaml | 58 nvidia,use-ram-code: 156 nvidia,ram-code: 177 - nvidia,ram-code 211 nvidia,use-ram-code; 214 nvidia,ram-code = <0>;
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-subdev-enum-frame-size.rst | 43 Each pair of ``pad`` and ``code`` correspond to a separate enumeration. 49 ``pad``, ``which``, and ``code`` fields to desired values, 94 - ``code`` 95 - The media bus format code, as defined in 130 non-existing pad, the ``which`` field has an unsupported value, the ``code``
|
| /linux-6.15/arch/arm/boot/dts/broadcom/ |
| H A D | bcm47094-asus-rt-ac5300.dts | 37 linux,code = <KEY_RESTART>; 43 linux,code = <KEY_RFKILL>; 49 linux,code = <KEY_WPS_BUTTON>;
|
| /linux-6.15/Documentation/rust/ |
| H A D | index.rst | 31 Given a kernel configuration, the kernel may generate Rust code documentation, 36 This kernel documentation was built with `Rust code documentation 41 This kernel documentation was not built with Rust code documentation.
|
| /linux-6.15/arch/mips/boot/dts/pic32/ |
| H A D | pic32mzda_sk.dts | 57 linux,code = <1>; 63 linux,code = <102>; 69 linux,code = <139>;
|
| /linux-6.15/drivers/gpu/drm/i915/gt/shaders/ |
| H A D | README | 28 * IGT gpu tools source code is located on your home directory (~) as ~/igt 29 * Mesa source code is located on your home directory (~) as ~/mesa 31 * Linux kernel source code is under your home directory (~) as ~/linux
|
| /linux-6.15/arch/arm64/boot/dts/exynos/ |
| H A D | exynos990-c1s.dts | 71 linux,code = <KEY_POWER>; 78 linux,code = <KEY_VOLUMEDOWN>; 84 linux,code = <KEY_VOLUMEUP>;
|
| H A D | exynos990-r8s.dts | 71 linux,code = <KEY_POWER>; 78 linux,code = <KEY_VOLUMEDOWN>; 84 linux,code = <KEY_VOLUMEUP>;
|
| /linux-6.15/include/net/ |
| H A D | tcx.h | 147 int code) in tcx_action_code() argument 149 switch (code) { in tcx_action_code() 155 return code; in tcx_action_code()
|