Home
last modified time | relevance | path

Searched refs:code (Results 1201 – 1225 of 4688) sorted by relevance

1...<<41424344454647484950>>...188

/linux-6.15/net/netfilter/
H A Dnft_exthdr.c71 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 Dnft_range.c34 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 Dmctp.rst11 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 Dtls.rst21 .. 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 Dtimekeeping.rst7 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 DINSTALL47 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 Datomisp-ov2722.c654 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 Dad9523.c636 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 Dipu6-isys-queue.c442 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 Dordering.txt46 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 Dvideo.rst35 .. code-block:: c
59 .. code-block:: c
H A Dvidioc-g-edid.rst57 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 Dusbip_attach.c125 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 Dstm32mp153c-lxa-fairytux2-gen2.dts19 linux,code = <KEY_ESC>;
25 linux,code = <KEY_HOME>;
/linux-6.15/arch/arm/mach-orion5x/
H A Dts409-setup.c219 .code = KEY_RESTART,
224 .code = KEY_COPY,
/linux-6.15/include/pcmcia/
H A Dds.h169 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 Dnxp,bbnsm.yaml66 linux,code: true
99 linux,code = <KEY_POWER>;
/linux-6.15/Documentation/userspace-api/media/dvb/
H A Dfrontend-property-satellite-systems.rst71 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 Dintroduction.rst43 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 Dafbc.rst35 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 DDSD-properties-rules.rst68 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 Dqcom-msm8226-samsung-matisse-common.dtsi44 linux,code = <SW_LID>;
58 linux,code = <KEY_HOMEPAGE>;
65 linux,code = <KEY_VOLUMEDOWN>;
72 linux,code = <KEY_VOLUMEUP>;
H A Dqcom-apq8064-sony-xperia-lagan-yuga.dts34 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 Dnf_reject_ipv6.c97 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 Dda_monitor_synthesis.rst44 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

1...<<41424344454647484950>>...188