Home
last modified time | relevance | path

Searched refs:inside (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/linux/Documentation/devicetree/bindings/
H A D.yamllint15 min-spaces-inside: 0
16 max-spaces-inside: 1
17 min-spaces-inside-empty: 0
18 max-spaces-inside-empty: 0
20 min-spaces-inside: 0
21 max-spaces-inside: 1
22 min-spaces-inside-empty: 0
23 max-spaces-inside-empty: 0
/linux/net/netfilter/
H A Dnf_nat_proto.c525 } *inside; in nf_nat_icmp_reply_translation() local
534 if (skb_ensure_writable(skb, hdrlen + sizeof(*inside))) in nf_nat_icmp_reply_translation()
539 inside = (void *)skb->data + hdrlen; in nf_nat_icmp_reply_translation()
540 if (inside->icmp.type == ICMP_REDIRECT) { in nf_nat_icmp_reply_translation()
559 if (!nf_nat_ipv4_manip_pkt(skb, hdrlen + sizeof(inside->icmp), in nf_nat_icmp_reply_translation()
565 inside = (void *)skb->data + hdrlen; in nf_nat_icmp_reply_translation()
566 inside->icmp.checksum = 0; in nf_nat_icmp_reply_translation()
567 inside->icmp.checksum = in nf_nat_icmp_reply_translation()
840 } *inside; in nf_nat_icmpv6_reply_translation() local
848 if (skb_ensure_writable(skb, hdrlen + sizeof(*inside))) in nf_nat_icmpv6_reply_translation()
[all …]
/linux/rust/syn/
H A Dverbatim.rs22 if let Some((inside, _span, after)) = cursor.group(Delimiter::None) { in between()
24 cursor = inside; in between()
/linux/fs/affs/
H A Ddir.c120 goto inside; in affs_readdir()
136 goto inside; in affs_readdir()
144 inside: in affs_readdir()
/linux/Documentation/devicetree/bindings/input/
H A Ddlink,dir685-touchkeys.txt5 board inside the router is named E119921.
7 The touchkey device node should be placed inside an I2C bus node.
/linux/Documentation/accel/
H A Dintroduction.rst11 These devices can be either stand-alone ASICs or IP blocks inside an SoC/GPU.
20 or an IP inside a SoC (e.g. laptop web camera). These devices
24 type of device can be stand-alone or an IP inside a SoC or a GPU. It will
34 a method of scaling-up/out, i.e. connecting to other training cards inside
46 Because this type of devices can be an IP inside GPUs or have similar
/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2-selection-targets.rst47 - Bounds of the crop rectangle. All valid crop rectangles fit inside
70 inside the compose bounds rectangle.
H A Dselection-api-configuration.rst40 active cropping area must lie completely inside the capture boundaries.
59 bounds rectangle. The composing rectangle must lie completely inside
74 be changed by the hardware. The content of pixels that lie inside the
100 must lie completely inside the crop boundaries and the driver may
111 composing rectangle must lie completely inside the bounds rectangle. The
/linux/Documentation/devicetree/bindings/mmc/
H A Dsdhci-st.txt10 subsystem (mmcss) inside the FlashSS (available in STiH407 SoC
27 to configure DLL inside the flashSS, if so reg-names must also be
32 for eMMC on stih407 family silicon to configure DLL inside FlashSS.
/linux/Documentation/arch/arm/
H A Dmemory.rst43 DTCM mounted inside the CPU.
46 ITCM mounted inside the CPU.
101 must not access any memory which is not mapped inside their 0x0001000
H A Dtcm.rst8 This is usually just a few (4-64) KiB of RAM inside the ARM
11 Due to being embedded inside the CPU, the TCM has a
57 the CPU and then we hang inside ITCM waiting for an
86 to have functions called locally inside the TCM without
/linux/Documentation/wmi/
H A Dacpi-interface.rst9 objects inside their ACPI firmware. Typical functions implemented over ACPI WMI
45 Each WMI object GUID can appear multiple times inside a system.
113 thus responsible for converting the data inside the buffer into an appropriate ACPI data type for
149 aligned based on the largest alignment of an element inside them.
161 Package Each element inside the package is converted with alignment
/linux/Documentation/filesystems/ext4/
H A Dinlinedata.rst7 data is so tiny that it readily fits inside the inode, which
10 ``inode.i_block``. If the rest of the file would fit inside the extended
/linux/Documentation/hwmon/
H A Dk8temp.rst21 This driver permits reading temperature sensor(s) embedded inside AMD K8
29 There can be up to four temperature sensors inside single CPU. The driver
/linux/Documentation/devicetree/bindings/phy/
H A Dphy-miphy365x.txt12 register offset inside the sysconfig group.
16 'reg' and 'reg-names' properties are used inside these
H A Dphy-miphy28lp.txt14 'reg' and 'reg-names' properties are used inside these
38 different MiPHY inside the same SoC.
/linux/Documentation/dev-tools/
H A Dcontainer.rst35 Group id to use inside the container.
54 User id to use inside the container.
97 however already be used with a relative path inside the source tree to keep
147 so that the files from the mounted volume appear to belong to id 1000 inside
203 a relative path inside the source tree::
/linux/Documentation/doc-guide/
H A Dkernel-doc.rst209 ``public:`` comment tags. Structure fields that are inside a ``private:``
247 * @bar.st1: struct st1 inside @bar
248 * @bar.st2: struct st2 inside @bar
281 ``foo`` is named, the member ``bar`` inside it should be documented as
314 /** @bar2: Description for struct @bar2 inside @foo */
317 * @bar2.barbar: Description for @barbar inside @foo.bar2
435 This is particularly useful if you need to use things like ``%ph`` inside
615 The output will be at ``/man`` directory inside the output directory
626 the files explicitly inside a ``Documentation/{subdir}/.../*.rst`` file.
/linux/Documentation/userspace-api/fwctl/
H A Dindex.rst7 to securely construct and execute RPCs inside device firmware.
/linux/drivers/media/dvb-core/
H A DKconfig63 inside the Kernel.
75 handling DVB network ULE packet loss inside the Kernel.
/linux/Documentation/arch/powerpc/
H A Dbootwrapper.rst29 tree). This image embeds a device tree blob inside
31 are all embedded inside the U-Boot uImage file format
48 inside the image instead of provided by firmware. The
75 tree blob inside the image.
/linux/Documentation/filesystems/
H A Dsplice.rst8 splice is a method for moving blocks of data around inside the kernel,
/linux/drivers/phy/ralink/
H A DKconfig20 This option enables support for the Ralink USB PHY found inside
/linux/kernel/trace/rv/monitors/sts/
H A DKconfig14 * switches only happen inside the scheduler
/linux/Documentation/accel/rocket/
H A Dindex.rst7 The accel/rocket driver supports the Neural Processing Units (NPUs) inside some

12345678910>>...18