| /linux-6.15/drivers/media/usb/dvb-usb-v2/ |
| H A D | az6007.c | 202 unsigned code; in az6007_rc_query() local 213 code = RC_SCANCODE_NEC(st->data[1], st->data[3]); in az6007_rc_query() 216 code = RC_SCANCODE_NECX(st->data[1] << 8 | st->data[2], in az6007_rc_query() 221 code = RC_SCANCODE_NEC32(st->data[1] << 24 | in az6007_rc_query() 228 rc_keydown(d->rc_dev, proto, code, st->data[5]); in az6007_rc_query()
|
| /linux-6.15/arch/arm/boot/dts/st/ |
| H A D | ste-ux500-samsung-kyle.dts | 5 * The code also refers to "Kyle AT&T" reflecting that this mobile phone 33 /* This zone will be polled by the battery temperature code */ 144 linux,code = <KEY_HOME>; 150 linux,code = <KEY_VOLUMEUP>; 156 linux,code = <KEY_VOLUMEDOWN>;
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | ktap.rst | 71 .. code-block:: none 145 ok 5 check return code # rcode=0 147 The test "check return code" passed, with additional diagnostic data “rcode=0” 178 messages from non-test code that is invoked by the test. The kernel code
|
| /linux-6.15/net/dccp/ |
| H A D | ipv4.c | 253 const int code = icmp_hdr(skb)->code; in dccp_v4_err() local 315 if (code > NR_ICMP_UNREACH) in dccp_v4_err() 318 if (code == ICMP_FRAG_NEEDED) { /* PMTU discovery (RFC1191) */ in dccp_v4_err() 324 err = icmp_err_convert[code].errno; in dccp_v4_err()
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | gendwarfksyms.rst | 9 are typically calculated from preprocessed source code using the 11 as Rust, where the source code has insufficient information about 42 versions for exports in stand-alone assembly code. 103 for source code annotation. Note that as these features are only used to 129 in the source code::
|
| /linux-6.15/net/ipv6/ |
| H A D | udp.c | 609 u8 type, u8 code, int offset, __be32 info) in __udp6_lib_err_encap_no_sk() argument 615 u8 type, u8 code, int offset, __be32 info); in __udp6_lib_err_encap_no_sk() 622 if (handler && !handler(skb, opt, type, code, offset, info)) in __udp6_lib_err_encap_no_sk() 653 u8 type, u8 code, __be32 info) in __udp6_lib_err_encap() argument 691 sk = ERR_PTR(__udp6_lib_err_encap_no_sk(skb, opt, type, code, in __udp6_lib_err_encap() 702 u8 type, u8 code, int offset, __be32 info, in __udp6_lib_err() argument 724 opt, type, code, info); in __udp6_lib_err() 739 harderr = icmpv6_err_convert(type, code, &err); in __udp6_lib_err() 818 u8 code, int offset, __be32 info) in udpv6_err() argument 820 return __udp6_lib_err(skb, opt, type, code, offset, info, in udpv6_err()
|
| /linux-6.15/drivers/s390/block/ |
| H A D | dasd_eckd.h | 398 __u8 code; member 476 __u8 code; member 487 __u8 code; member
|
| /linux-6.15/arch/powerpc/crypto/ |
| H A D | curve25519-ppc64le_asm.S | 3 # This code is taken from CRYPTOGAMs[1] and is included here using the option 4 # in the license to distribute the code under the GPL. Therefore this program 18 # * Redistributions of source code must retain copyright notices,
|
| /linux-6.15/arch/mips/pci/ |
| H A D | ops-tx4927.c | 77 int code = PCIBIOS_SUCCESSFUL; in check_abort() local 89 code = PCIBIOS_DEVICE_NOT_FOUND; in check_abort() 91 return code; in check_abort()
|
| /linux-6.15/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6dl-sielaff.dts | 55 linux,code = <1>; 61 linux,code = <2>; 67 linux,code = <3>;
|
| /linux-6.15/Documentation/driver-api/fpga/ |
| H A D | fpga-mgr.rst | 98 form, core code will buffer up at least .initial_header_size before the first 105 if the whole bitstream is not immediately available then the core code will 120 and return a code of type enum fpga_mgr_states. It doesn't result in a change
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | Kconfig | 14 This option alone does not add any kernel code. 109 Checks that KVM's page table management code will not incorrectly 199 gates code that verifies a to-be-freed page table doesn't have any
|
| /linux-6.15/drivers/s390/crypto/ |
| H A D | zcrypt_msgtype50.c | 151 unsigned char code; /* 0x00 */ member 359 AP_QID_QUEUE(zq->queue->qid), t80h->code); in convert_type80() 362 AP_QID_QUEUE(zq->queue->qid), t80h->code); in convert_type80()
|
| /linux-6.15/arch/arc/kernel/ |
| H A D | entry-compact.S | 210 ; off to "C" code where SIGBUS in enqueued 336 ; e.g. Task'A' user-code -> L2 intr -> schedule -> 'B' user-code ret
|
| /linux-6.15/Documentation/bpf/ |
| H A D | bpf_prog_run.rst | 48 will not actually be redirected or dropped, the program return code will just be 69 operation indicated by the program's return code (drop the packet, redirect 106 batch at a time, except when a packet is dropped (by return code or because
|
| /linux-6.15/drivers/input/keyboard/ |
| H A D | lkkbd.c | 527 unsigned int type, unsigned int code, int value) in lkkbd_event() argument 537 switch (code) { in lkkbd_event() 553 __func__, type, code, value); in lkkbd_event()
|
| /linux-6.15/Documentation/trace/ |
| H A D | tracepoints.rst | 16 A tracepoint placed in code provides a hook to call a function (probe) 28 You can put tracepoints at important locations in the code. They are 41 - The tracepoint statement, in C code.
|
| /linux-6.15/Documentation/userspace-api/netlink/ |
| H A D | specs.rst | 10 hand written Netlink code for each new family, command, attribute. 29 to allow for easy adoption in user space code. 68 schema. See the documentation of :doc:`genetlink-c <c-code-gen>` 140 code generators for C-compatible languages may prefer to add an appropriate 289 code) ``request`` or ``response`` section can be skipped. 451 Raw binary data attribute, the contents are opaque to generic code.
|
| /linux-6.15/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-facebook-bletchley.dts | 201 linux,code = <ASPEED_GPIO(H, 2)>; 206 linux,code = <ASPEED_GPIO(H, 3)>; 211 linux,code = <ASPEED_GPIO(H, 4)>; 216 linux,code = <ASPEED_GPIO(H, 5)>; 221 linux,code = <ASPEED_GPIO(H, 6)>; 226 linux,code = <ASPEED_GPIO(H, 7)>;
|
| /linux-6.15/drivers/media/i2c/ |
| H A D | ov2680.c | 301 fmt->code = ov2680_hv_flip_bayer_order[hv_flip]; in ov2680_set_bayer_order() 613 struct v4l2_subdev_mbus_code_enum *code) in ov2680_enum_mbus_code() argument 617 if (code->index != 0) in ov2680_enum_mbus_code() 620 code->code = sensor->mode.fmt.code; in ov2680_enum_mbus_code()
|
| /linux-6.15/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mm-venice-gw7901.dts | 46 linux,code = <BTN_0>; 51 linux,code = <BTN_1>; 58 linux,code = <BTN_2>; 65 linux,code = <BTN_3>; 72 linux,code = <BTN_4>; 79 linux,code = <BTN_5>;
|
| /linux-6.15/Documentation/gpu/amdgpu/display/ |
| H A D | dc-debug.rst | 7 procedures to help you identify if some issues are related to display code. 63 version of the display code. Remember from page :ref:`Display Core <amdgpu-display-core>`, 69 code debug area since each DCN version has its files in the DC folder per DCN 72 However, keep in mind that DC reuses code across different DCN versions; for 76 From the dmesg file, it is also possible to get the ATOM bios code by using:: 159 rendering, and the display code just got the framebuffer already corrupted.
|
| /linux-6.15/kernel/power/ |
| H A D | Kconfig | 173 This option changes the behavior of various sleep-sensitive code to deal 176 Saying Y here, disables code paths that most users really should keep 223 code. This is helpful when debugging and reporting PM bugs, like 287 This enables code to save the last PM event point across 291 The architecture specific code must provide the extern 305 This enables some cheesy code to save the last PM event point in the
|
| /linux-6.15/drivers/scsi/isci/ |
| H A D | phy.c | 658 #define phy_event_dbg(iphy, state, code) \ argument 661 phy_state_name(state), phy_event_name(code), code) 663 #define phy_event_warn(iphy, state, code) \ argument 666 phy_state_name(state), phy_event_name(code), code)
|
| /linux-6.15/Documentation/security/ |
| H A D | self-protection.rst | 47 Executable code and read-only data must not be writable 60 ``CONFIG_STRICT_MODULE_RWX``, which seek to make sure that code is not 88 made to kernel code mentioned above) that allow them to spend the rest 113 code that can be reached, possibly reducing the availability of a given 139 root load arbitrary kernel code via the module loader interface. 233 boot-time (``CONFIG_RANDOMIZE_BASE``), attacks needing kernel code will be
|