| /linux-6.15/net/netfilter/ |
| H A D | nft_exthdr.c | 71 regs->verdict.code = NFT_BREAK; in nft_exthdr_ipv6_eval() 165 regs->verdict.code = NFT_BREAK; in nft_exthdr_ipv4_eval() 229 regs->verdict.code = NFT_BREAK; in nft_exthdr_tcp_eval() 309 regs->verdict.code = NFT_BREAK; in nft_exthdr_tcp_set_eval() 362 regs->verdict.code = NFT_BREAK; in nft_exthdr_tcp_strip_eval() 366 regs->verdict.code = NF_DROP; in nft_exthdr_tcp_strip_eval() 407 regs->verdict.code = NFT_BREAK; in nft_exthdr_sctp_eval()
|
| H A D | nft_range.c | 34 regs->verdict.code = NFT_BREAK; in nft_range_eval() 38 regs->verdict.code = NFT_BREAK; in nft_range_eval()
|
| /linux-6.15/Documentation/networking/ |
| H A D | mctp.rst | 11 The core code provides a socket-based interface to send and receive MCTP 44 .. code-block:: C 53 .. code-block:: C 86 .. code-block:: C 129 .. code-block:: C 183 .. code-block:: C 230 .. code-block:: C
|
| H A D | tls.rst | 21 .. code-block:: c 32 .. code-block:: c 71 .. code-block:: c 82 .. code-block:: c 106 .. code-block:: c 132 .. code-block:: c 172 .. code-block:: c
|
| /linux-6.15/Documentation/timers/ |
| H A D | timekeeping.rst | 7 drivers/clocksource in the kernel tree, but the code may be spread out 47 are various quirks and layers in the timekeeping code for e.g. synchronizing 63 You will find a number of helper functions in the clock source code intended 77 seconds, the code handling the clock source will have to compensate for this. 80 code knows when the counter will wrap around and can insert the necessary 81 compensation code on both sides of the wrap point so that the system timeline 100 You will notice that the clock event device code is based on the same basic
|
| /linux-6.15/tools/usb/usbip/ |
| H A D | INSTALL | 47 1. `cd' to the directory containing the package's source code and type 62 source code directory by typing `make clean'. To also remove the 96 source code in the directory that `configure' is in and in `..'. 99 architecture at a time in the source code directory. After you have 164 produce code for. 166 If you want to _use_ a cross compiler, that generates code for a 232 Look for the package's source code in directory DIR. Usually
|
| /linux-6.15/drivers/staging/media/atomisp/i2c/ |
| H A D | atomisp-ov2722.c | 654 fmt->code = MEDIA_BUS_FMT_SGRBG10_1X10; in ov2722_set_fmt() 713 fmt->code = MEDIA_BUS_FMT_SBGGR10_1X10; in ov2722_get_fmt() 848 struct v4l2_subdev_mbus_code_enum *code) in ov2722_enum_mbus_code() argument 850 if (code->index >= MAX_FMTS) in ov2722_enum_mbus_code() 853 code->code = MEDIA_BUS_FMT_SBGGR10_1X10; in ov2722_enum_mbus_code() 978 dev->format.code = MEDIA_BUS_FMT_SBGGR10_1X10; in ov2722_probe()
|
| /linux-6.15/drivers/iio/frequency/ |
| H A D | ad9523.c | 636 unsigned int code; in ad9523_read_raw() local 655 code = (AD9523_CLK_DIST_DIV_PHASE_REV(ret) * 3141592) / in ad9523_read_raw() 657 *val = code / 1000000; in ad9523_read_raw() 658 *val2 = code % 1000000; in ad9523_read_raw() 673 int ret, tmp, code; in ad9523_write_raw() local 703 code = val * 1000000 + val2 % 1000000; in ad9523_write_raw() 704 tmp = (code * AD9523_CLK_DIST_DIV_REV(ret)) / 3141592; in ad9523_write_raw()
|
| /linux-6.15/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6-isys-queue.c | 442 u32 r_stream, code; in ipu6_isys_link_fmt_validate() local 469 code = ipu6_isys_get_isys_format(ipu6_isys_get_format(av), 0)->code; in ipu6_isys_link_fmt_validate() 470 if (format.code != code) { in ipu6_isys_link_fmt_validate() 472 code, format.code); in ipu6_isys_link_fmt_validate()
|
| /linux-6.15/tools/memory-model/Documentation/ |
| H A D | ordering.txt | 46 Note well that many of these primitives generate absolutely no code 91 1. All code that executed prior to the RMW atomic operation. 95 3. All code that executed after the RMW atomic operation. 149 The smp_mb__after_atomic() primitive emits code only on CPUs whose 167 It is bad practice to place code between the smp__*() primitive and the 169 ordering of this intervening code will differ from one CPU architecture 177 the following code: 209 the following code: 223 prohibits compiler code-motion optimizations that might move memory 224 references across the point in the code containing the barrier(), but [all …]
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | video.rst | 35 .. code-block:: c 59 .. code-block:: c
|
| H A D | vidioc-g-edid.rst | 57 value, then the ``EINVAL`` error code will be returned. 68 available at all, then the error code ``ENODATA`` is set. 92 but instead the error code ``E2BIG`` is set and ``blocks`` is set to the 94 other than 0 then the error code ``EINVAL`` is set.
|
| /linux-6.15/tools/usb/usbip/src/ |
| H A D | usbip_attach.c | 125 uint16_t code = OP_REP_IMPORT; in query_import_device() local 149 rc = usbip_net_recv_op_common(sockfd, &code, &status); in query_import_device()
|
| /linux-6.15/arch/arm/boot/dts/st/ |
| H A D | stm32mp153c-lxa-fairytux2-gen2.dts | 19 linux,code = <KEY_ESC>; 25 linux,code = <KEY_HOME>;
|
| /linux-6.15/arch/arm/mach-orion5x/ |
| H A D | ts409-setup.c | 219 .code = KEY_RESTART, 224 .code = KEY_COPY,
|
| /linux-6.15/include/pcmcia/ |
| H A D | ds.h | 169 size_t pcmcia_get_tuple(struct pcmcia_device *p_dev, cisdata_t code, 173 int pcmcia_loop_tuple(struct pcmcia_device *p_dev, cisdata_t code,
|
| /linux-6.15/Documentation/devicetree/bindings/mfd/ |
| H A D | nxp,bbnsm.yaml | 66 linux,code: true 99 linux,code = <KEY_POWER>;
|
| /linux-6.15/Documentation/userspace-api/media/dvb/ |
| H A D | frontend-property-satellite-systems.rst | 71 Turbo code delivery system 74 In addition to all parameters valid for DVB-S, turbo code supports the
|
| /linux-6.15/Documentation/accel/ |
| H A D | introduction.rst | 43 Sharing code with DRM 48 DRM subsystem's code and functionality. i.e. the accel core code will 52 This will allow us to leverage the extensive DRM code-base and
|
| /linux-6.15/Documentation/gpu/ |
| H A D | afbc.rst | 35 The component ordering is communicated via the fourcc code in the 84 of planes in order to correctly decode the buffer. The fourcc code is 88 code: 121 * - Fourcc code
|
| /linux-6.15/Documentation/firmware-guide/acpi/ |
| H A D | DSD-properties-rules.rst | 68 For example, that applies to device properties which may cause kernel code 71 particular, that may happen if the kernel code uses device properties to 77 In all cases in which kernel code may do something that will confuse AML as a 92 sake of code re-use, it may make sense to provide as much of the configuration
|
| /linux-6.15/arch/arm/boot/dts/qcom/ |
| H A D | qcom-msm8226-samsung-matisse-common.dtsi | 44 linux,code = <SW_LID>; 58 linux,code = <KEY_HOMEPAGE>; 65 linux,code = <KEY_VOLUMEDOWN>; 72 linux,code = <KEY_VOLUMEUP>;
|
| H A D | qcom-apq8064-sony-xperia-lagan-yuga.dts | 34 linux,code = <KEY_CAMERA_FOCUS>; 41 linux,code = <KEY_CAMERA>; 48 linux,code = <KEY_VOLUMEDOWN>; 55 linux,code = <KEY_VOLUMEUP>;
|
| /linux-6.15/net/ipv6/netfilter/ |
| H A D | nf_reject_ipv6.c | 97 int hook, u8 code) in nf_reject_skb_v6_unreach() argument 132 icmp6h->icmp6_code = code; in nf_reject_skb_v6_unreach() 392 unsigned char code, unsigned int hooknum) in nf_send_unreach6() argument 404 icmpv6_send(skb_in, ICMPV6_DEST_UNREACH, code, 0); in nf_send_unreach6()
|
| /linux-6.15/Documentation/trace/rv/ |
| H A D | da_monitor_synthesis.rst | 44 contains a set of macros that automatically generate the monitor's code. 69 The rv/da_monitor.h enables automatic code generation for the *Monitor 74 - Reduces the code duplication; 76 - Avoids the case of developers changing the core of the monitor code
|