Home
last modified time | relevance | path

Searched +full:sub +full:- +full:parts (Results 1 – 25 of 207) sorted by relevance

123456789

/linux-6.14.4/Documentation/devicetree/bindings/pci/
Dsnps,dw-pcie-common.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/snps,dw-pcie-common.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jingoo Han <[email protected]>
11 - Gustavo Pimentel <[email protected]>
23 Interface - DBI. In accordance with the reference manual the register
24 configuration space belongs to the Configuration-Dependent Module (CDM)
25 and is split up into several sub-parts Standard PCIe configuration
26 space, Port Logic Registers (PL), Shadow Config-space Registers,
[all …]
/linux-6.14.4/Documentation/userspace-api/media/v4l/
Dpixfmt-sdr-pcu20be.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _V4L2-SDR-FMT-PCU20BE:
9 Planar complex unsigned 20-bit big endian IQ sample
15 number consist of two parts called In-phase and Quadrature (IQ). Both I
26 .. flat-table::
27 :header-rows: 1
28 :stub-columns: 0
30 * - Offset:
31 - Byte B0
32 - Byte B1
[all …]
Dpixfmt-sdr-pcu18be.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _V4L2-SDR-FMT-PCU18BE:
9 Planar complex unsigned 18-bit big endian IQ sample
15 number consist of two parts called In-phase and Quadrature (IQ). Both I
26 .. flat-table::
27 :header-rows: 1
28 :stub-columns: 0
30 * - Offset:
31 - Byte B0
32 - Byte B1
[all …]
Dpixfmt-sdr-cu16le.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _V4L2-SDR-FMT-CU16LE:
10 Complex unsigned 16-bit little endian IQ sample
17 number consist two parts, called In-phase and Quadrature (IQ). Both I
25 .. flat-table::
26 :header-rows: 0
27 :stub-columns: 0
29 * - start + 0:
30 - I'\ :sub:`0[7:0]`
31 - I'\ :sub:`0[15:8]`
[all …]
Dpixfmt-sdr-pcu16be.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _V4L2-SDR-FMT-PCU16BE:
9 Planar complex unsigned 16-bit big endian IQ sample
15 number consist of two parts called In-phase and Quadrature (IQ). Both I
26 .. flat-table::
27 :header-rows: 1
28 :stub-columns: 0
30 * - Offset:
31 - Byte B0
32 - Byte B1
[all …]
Dpixfmt-sdr-cs14le.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _V4L2-SDR-FMT-CS14LE:
9 Complex signed 14-bit little endian IQ sample
16 number consist two parts, called In-phase and Quadrature (IQ). Both I
25 .. flat-table::
26 :header-rows: 0
27 :stub-columns: 0
29 * - start + 0:
30 - I'\ :sub:`0[7:0]`
31 - I'\ :sub:`0[13:8]`
[all …]
Dpixfmt-sdr-cu08.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _v4l2-sdr-fmt-cu8:
9 Complex unsigned 8-bit IQ sample
16 number consist two parts, called In-phase and Quadrature (IQ). Both I
23 .. flat-table::
24 :header-rows: 0
25 :stub-columns: 0
27 * - start + 0:
28 - I'\ :sub:`0`
29 * - start + 1:
[all …]
Dpixfmt-sdr-cs08.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3 .. _v4l2-sdr-fmt-cs8:
9 Complex signed 8-bit IQ sample
16 number consist two parts, called In-phase and Quadrature (IQ). Both I
23 .. flat-table::
24 :header-rows: 0
25 :stub-columns: 0
27 * - start + 0:
28 - I'\ :sub:`0`
29 * - start + 1:
[all …]
Dvidioc-dbg-g-chip-info.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 VIDIOC_DBG_G_CHIP_INFO - Identify the chips on a TV card
42 contact the linux-media mailing list
61 the PCI or USB bus. Non-zero numbers identify specific parts of the
65 selects the nth sub-device. This allows you to enumerate over all
66 sub-devices.
73 We recommended the v4l2-dbg utility over calling this ioctl directly. It
74 is available from the LinuxTV v4l-dvb repository; see
80 .. _name-v4l2-dbg-match:
82 .. flat-table:: struct v4l2_dbg_match
[all …]
/linux-6.14.4/Documentation/userspace-api/media/drivers/
Dccs.rst1 .. SPDX-License-Identifier: GPL-2.0-only
5 .. _media-ccs-uapi:
11 <https://www.mipi.org/specifications/camera-command-set>`_ compliant
12 camera sensors. It exposes three sub-devices representing the pixel array,
18 Also see :ref:`the CCS driver kernel documentation <media-ccs-driver>`.
20 Pixel Array sub-device
21 ----------------------
23 The pixel array sub-device represents the camera sensor's pixel matrix, as well
30 ------
32 The binner sub-device represents the binning functionality on the sensor. For
[all …]
/linux-6.14.4/Documentation/driver-api/media/
Dv4l2-subdev.rst1 .. SPDX-License-Identifier: GPL-2.0
3 V4L2 sub-devices
4 ----------------
6 Many drivers need to communicate with sub-devices. These devices can do all
8 encoding or decoding. For webcams common sub-devices are sensors and camera
12 driver with a consistent interface to these sub-devices the
13 :c:type:`v4l2_subdev` struct (v4l2-subdev.h) was created.
15 Each sub-device driver must have a :c:type:`v4l2_subdev` struct. This struct
16 can be stand-alone for simple sub-devices or it might be embedded in a larger
18 low-level device struct (e.g. ``i2c_client``) that contains the device data as
[all …]
Dmaintainer-entry-profile.rst5 --------
13 - drivers/media
14 - drivers/staging/media
15 - Documentation/admin-guide/media
16 - Documentation/driver-api/media
17 - Documentation/userspace-api/media
18 - Documentation/devicetree/bindings/media/\ [1]_
19 - include/media
33 maintainership model is to have sub-maintainers that have a broad
34 knowledge of a specific aspect of the subsystem. It is the sub-maintainers'
[all …]
/linux-6.14.4/arch/x86/lib/
Dcopy_user_uncached_64.S1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright 2023 Linus Torvalds <torvalds@linux-foundation.org>
11 * copy_user_nocache - Uncached memory copy with exception handling
17 * Note: only 32-bit and 64-bit stores have non-temporal versions,
18 * and we only use aligned versions. Any unaligned parts at the
30 /* If destination is not 7-byte aligned, we'll have to align it */
59 sub $64,%edx
66 * just try the non-unrolled loop.
106 sub $8,%edx
111 * not try to do any byte-wise cached accesses.
[all …]
/linux-6.14.4/Documentation/gpu/
Dkomeda-kms.rst1 .. SPDX-License-Identifier: GPL-2.0
23 -----
30 ------
39 -------------------
47 --------------------------
52 -----------------------------
57 --------------------------------
62 ------
66 introduces Layer Split, which splits the whole image to two half parts and feeds
72 --------
[all …]
/linux-6.14.4/tools/net/ynl/pyynl/lib/
Dnlspec.py1 # SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
21 method should be used to perform parts of init which require access to
22 other parts of the spec.
37 self.ident_name = self.name.replace('-', '_')
119 value_start = self.yaml.get('value-start', 0)
160 sub_type string, name of sub type
164 sub_message string, name of sub message type
166 sub-message type
168 is_auto_scalar bool, attr is a variable-size scalar
176 self.is_multi = yaml.get('multi-attr', False)
[all …]
/linux-6.14.4/arch/arm64/boot/dts/renesas/
Dhihope-rzg2-ex-lvds.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for the RZ/G2[MN] HiHope sub board LVDS common parts
10 compatible = "pwm-backlight";
13 brightness-levels = <0 2 8 16 32 64 128 255>;
14 default-brightness-level = <6>;
23 lvds-connector-en-hog {
24 gpio-hog;
26 output-low;
27 line-name = "lvds-connector-en-gpio";
48 pinctrl-0 = <&pwm0_pins>;
[all …]
Dhihope-rzg2-ex.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for the RZ/G2[HMN] HiHope sub board common parts
19 pinctrl-0 = <&avb_pins>;
20 pinctrl-names = "default";
21 phy-handle = <&phy0>;
22 tx-internal-delay-ps = <2000>;
23 rx-internal-delay-ps = <1800>;
26 phy0: ethernet-phy@0 {
27 compatible = "ethernet-phy-id001c.c915",
28 "ethernet-phy-ieee802.3-c22";
[all …]
/linux-6.14.4/include/linux/
Dfsl_devices.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
17 PHY CLK to become stable - 10ms*/
30 * Each sub-arch has its own master list of unique devices and
31 * enumerates them by enum fsl_devices in a sub-arch specific header
33 * The platform data structure is broken into two parts. The
40 * - platform data structures: <driver>_platform_data
41 * - platform data device flags: FSL_<driver>_DEV_<FLAG>
42 * - platform data board flags: FSL_<driver>_BRD_<FLAG>
47 FSL_USB_VER_NONE = -1,
86 unsigned power_budget; /* hcd->power_budget */
[all …]
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
Dgf100.c33 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_cbc_clear()
42 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_cbc_wait()
44 for (c = 0; c < ltc->ltc_nr; c++) { in gf100_ltc_cbc_wait()
45 for (s = 0; s < ltc->lts_nr; s++) { in gf100_ltc_cbc_wait()
58 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_zbc_clear_color()
69 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_zbc_clear_depth()
95 struct nvkm_subdev *subdev = &ltc->subdev; in gf100_ltc_lts_intr()
96 struct nvkm_device *device = subdev->device; in gf100_ltc_lts_intr()
113 struct nvkm_device *device = ltc->subdev.device; in gf100_ltc_intr()
119 for (s = 0; s < ltc->lts_nr; s++) in gf100_ltc_intr()
[all …]
/linux-6.14.4/arch/m68k/include/asm/
Datomic.h1 /* SPDX-License-Identifier: GPL-2.0 */
19 #define arch_atomic_read(v) READ_ONCE((v)->counter)
20 #define arch_atomic_set(v, i) WRITE_ONCE(((v)->counter), (i))
23 * The ColdFire parts cannot do some immediate to memory operations,
79 t = (v->counter c_op i); \
92 t = v->counter; \
93 v->counter c_op i; \
107 ATOMIC_OPS(sub, -=, sub)
/linux-6.14.4/tools/net/ynl/pyynl/
Dynl_gen_rst.py2 # SPDX-License-Identifier: GPL-2.0
3 # -*- coding: utf-8; mode: python -*-
15 This code is split in three big parts:
34 def headroom(level: int) -> str:
39 def bold(text: str) -> str:
44 def inline(text: str) -> str:
49 def sanitize(text: str) -> str:
55 def rst_fields(key: str, value: str, level: int = 0) -> str:
60 def rst_definition(key: str, value: Any, level: int = 0) -> str:
65 def rst_paragraph(paragraph: str, level: int = 0) -> str:
[all …]
/linux-6.14.4/scripts/
Dspdxcheck.py2 # SPDX-License-Identifier: GPL-2.0
63 for l in open(el.path, encoding="utf-8").readlines():
64 if l.startswith('Valid-License-Identifier:'):
71 elif l.startswith('SPDX-Exception-Identifier:'):
75 elif l.startswith('SPDX-Licenses:'):
81 elif l.startswith("License-Text:"):
84 … raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception)
114 self.dirdepth = -1
124 parts = bdir.split('/')
126 parts = []
[all …]
/linux-6.14.4/Documentation/core-api/
Dnetlink.rst1 .. SPDX-License-Identifier: BSD-3-Clause
13 ---------------
21 -------------
31 ---------------
44 ----------
51 ------------------------
54 them - make sure to report dump inconsistency with ``NLM_F_DUMP_INTR``.
61 Documentation of the Netlink specification parts which are only relevant
65 -------
67 kernel-policy
[all …]
/linux-6.14.4/Documentation/rust/
Dgeneral-information.rst1 .. SPDX-License-Identifier: GPL-2.0
11 ----------
13 The Rust support in the kernel can link only `core <https://doc.rust-lang.org/core/>`_,
14 but not `std <https://doc.rust-lang.org/std/>`_. Crates for use in the
21 ------------------
23 Rust kernel code is documented using ``rustdoc``, its built-in documentation
31 For linux-next, please see:
49 xdg-open Documentation/output/rust/rustdoc/kernel/index.html
51 To learn about how to write the documentation, please see coding-guidelines.rst.
55 -----------
[all …]
/linux-6.14.4/Documentation/mm/
Dmemory-model.rst1 .. SPDX-License-Identifier: GPL-2.0
23 Regardless of the selected memory model, there exists one-to-one
35 non-NUMA systems with contiguous, or mostly contiguous, physical
48 An architecture may free parts of the `mem_map` array that do not cover the
54 straightforward: `PFN - ARCH_PFN_OFFSET` is an index to the
65 as hot-plug and hot-remove of the physical memory, alternative memory
66 maps for non-volatile memory devices and deferred initialization of
85 NR\_MEM\_SECTIONS = 2 ^ {(MAX\_PHYSMEM\_BITS - SECTION\_SIZE\_BITS)}
87 The `mem_section` objects are arranged in a two-dimensional array
104 corresponding `struct page` - a "classic sparse" and "sparse
[all …]

123456789