Home
last modified time | relevance | path

Searched +full:fixed +full:- +full:links (Results 1 – 25 of 232) sorted by relevance

12345678910

/linux-6.12.1/drivers/interconnect/imx/
Dimx.h1 /* SPDX-License-Identifier: GPL-2.0 */
6 * Copyright (c) 2019-2020, NXP
17 #include <linux/interconnect-provider.h>
25 * Read Priority in Fixed/Limiter mode
30 * Write Priority in Fixed/Limiter mode
55 * struct imx_icc_node_adj - Describe a dynamic adjustable node
64 * struct imx_icc_node - Describe an interconnect node
67 * @links: an array of slaves' node id
68 * @num_links: number of id defined in links
73 u16 links[IMX_ICC_MAX_LINKS]; member
[all …]
/linux-6.12.1/Documentation/filesystems/
Daffs.rst1 .. SPDX-License-Identifier: GPL-2.0
18 a bug has been fixed so that accented ("international") letters
19 in file names are case-insensitive, as they ought to be.
95 symbolic links on an AFFS partition. Default = "/".
99 When symbolic links with an absolute path are created
107 Amiga -> Linux:
111 - R maps to r for user, group and others. On directories, R implies x.
113 - W maps to w.
115 - E maps to x.
117 - D is ignored.
[all …]
Dqnx6.rst1 .. SPDX-License-Identifier: GPL-2.0
29 ------
31 The space in the device or file is split up into blocks. These are a fixed
39 ---------------
65 Unused block pointers are always set to ~0 - regardless of root node,
79 0x1000 is the size reserved for each superblock - regardless of the
83 ------
104 -----------
125 -------------
127 Symbolic links are also filesystem objects with inodes. They got a specific
[all …]
Docfs2-online-filecheck.rst1 .. SPDX-License-Identifier: GPL-2.0
4 OCFS2 file system - online file check
11 OCFS2 is often used in high-availability systems. However, OCFS2 usually
12 converts the filesystem to read-only when encounters an error. This may not be
13 necessary, since turning the filesystem read-only would affect other running
16 -EIO errno to the calling process and terminate further processing so that the
18 read-only, and the problematic file's inode number is reported in the kernel
23 This effort is to check/fix small issues which may hinder day-to-day operations
24 of a cluster filesystem by turning the filesystem read-only. The scope of
28 In case of directory to file links is incorrect, the directory inode is
[all …]
/linux-6.12.1/fs/affs/
DChanges7 -----------
9 - Doesn't work on the alpha. The only 64/32-bit
14 Alas, I've got no alpha to debug. :-(
16 - The partition checker (drivers/block/genhd.c)
20 - The feature to automatically make the fs clean
24 - When a file is truncated to a size that is not
29 Please direct bug reports to: zippel@linux-m68k.org
32 ------------
33 - kill kernel lock
34 - fix for a possible bitmap corruption
[all …]
/linux-6.12.1/Documentation/sound/soc/
Ddpcm.rst18 DPCM re-uses all the existing component codec, platform and DAI drivers without
23 -------------------------------------
26 document for all examples :-
32 PCM0 <------------> * * <----DAI0-----> Codec Headset
34 PCM1 <------------> * * <----DAI1-----> Codec Speakers
36 PCM2 <------------> * * <----DAI2-----> MODEM
38 PCM3 <------------> * * <----DAI3-----> BT
40 * * <----DAI4-----> DMIC
42 * * <----DAI5-----> FM
53 Example - DPCM Switching playback from DAI0 to DAI1
[all …]
/linux-6.12.1/Documentation/networking/dsa/
Dsja1105.rst8 The NXP SJA1105 is a family of 10 SPI-managed automotive switches:
10 - SJA1105E: First generation, no TTEthernet
11 - SJA1105T: First generation, TTEthernet
12 - SJA1105P: Second generation, no TTEthernet, no SGMII
13 - SJA1105Q: Second generation, TTEthernet, no SGMII
14 - SJA1105R: Second generation, no TTEthernet, SGMII
15 - SJA1105S: Second generation, TTEthernet, SGMII
16 - SJA1110A: Third generation, TTEthernet, SGMII, integrated 100base-T1 and
17 100base-TX PHYs
18 - SJA1110B: Third generation, TTEthernet, SGMII, 100base-T1, 100base-TX
[all …]
/linux-6.12.1/Documentation/admin-guide/
Dsysfs-rules.rst4 The kernel-exported sysfs exports internal kernel implementation details
11 low-level userspace applications, with a new kernel release, the users
12 of sysfs must follow some rules to use an as-abstract-as-possible way to
21 - Do not use libsysfs
23 offer any abstraction, it exposes all the kernel driver-core
31 - sysfs is always at ``/sys``
38 - devices are only "devices"
39 There is no such thing like class-, bus-, physical devices,
41 just simply a "device". Class-, bus-, physical, ... types are just
47 - devpath (``/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0``)
[all …]
/linux-6.12.1/drivers/net/wireless/ti/wlcore/
Dwlcore_i.h1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 1998-2009 Texas Instruments. All rights reserved.
6 * Copyright (C) 2008-2009 Nokia Corporation
53 * max number of links allowed by all HWs.
54 * this is NOT the actual max links supported by the current hw.
68 * When in AP-mode, we allow (at least) this number of packets
69 * to be transmitted to FW for a STA in PS-mode. Only when packets are
135 /* Cumulative counter of total released mem blocks since FW-reset */
150 * (length of the array is wl->num_links)
154 /* PN16 of last TKIP/AES seq-num per HLID */
[all …]
/linux-6.12.1/net/wireless/
Dwext-sme.c1 // SPDX-License-Identifier: GPL-2.0
6 * Copyright (C) 2009, 2020-2023 Intel Corporation
14 #include <net/cfg80211-wext.h>
15 #include "wext-compat.h"
26 lockdep_assert_wiphy(wdev->wiphy); in cfg80211_mgd_wext_connect()
28 if (!netif_running(wdev->netdev)) in cfg80211_mgd_wext_connect()
31 wdev->wext.connect.ie = wdev->wext.ie; in cfg80211_mgd_wext_connect()
32 wdev->wext.connect.ie_len = wdev->wext.ie_len; in cfg80211_mgd_wext_connect()
35 wdev->wext.connect.bg_scan_period = -1; in cfg80211_mgd_wext_connect()
37 if (wdev->wext.keys) { in cfg80211_mgd_wext_connect()
[all …]
Dwext-compat.c1 // SPDX-License-Identifier: GPL-2.0
3 * cfg80211 - wext compat code
9 * Copyright 2008-2009 Johannes Berg <johannes@sipsolutions.net>
10 * Copyright (C) 2019-2023 Intel Corporation
21 #include <net/cfg80211-wext.h>
22 #include "wext-compat.h"
24 #include "rdev-ops.h"
30 strcpy(wrqu->name, "IEEE 802.11"); in cfg80211_wext_giwname()
38 __u32 *mode = &wrqu->mode; in cfg80211_wext_siwmode()
39 struct wireless_dev *wdev = dev->ieee80211_ptr; in cfg80211_wext_siwmode()
[all …]
/linux-6.12.1/drivers/net/phy/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
12 PHYlink models the link between the PHY and MAC, allowing fixed
13 configuration links, PHYs, and Serdes links with MAC level
35 Adds support for a set of LED trigger events per-PHY. Link
39 logical-or of all the link speed ones.
58 tristate "MDIO Bus/PHY emulation with fixed speed/link PHYs"
61 Adds the platform "fixed" MDIO Bus to cover the boards that use
64 Currently tested with mpc866ads and mpc8349e-mitx.
104 - ADIN1200 - Robust,Industrial, Low Power 10/100 Ethernet PHY
105 - ADIN1300 - Robust,Industrial, Low Latency 10/100/1000 Gigabit
[all …]
/linux-6.12.1/Documentation/networking/
Dsfp-phylink.rst1 .. SPDX-License-Identifier: GPL-2.0
10 phylink is a mechanism to support hot-pluggable networking modules
11 directly connected to a MAC without needing to re-initialise the
12 adapter on hot-plug events.
14 phylink supports conventional phylib-based setups, fixed link setups
30 2. Fixed mode
32 Fixed mode is the same as PHY mode as far as the MAC driver is
35 3. In-band mode
37 In-band mode is used with 802.3z, SGMII and similar interface modes,
38 and we are expecting to use and honor the in-band negotiation or
[all …]
/linux-6.12.1/sound/soc/intel/boards/
Dsof_ssp_amp.c1 // SPDX-License-Identifier: GPL-2.0-only
6 * sof_ssp_amp.c - ASoc Machine driver for Intel platforms
24 /* Driver-specific board quirks: from bit 0 to 7 */
52 /* BE ID defined in sof-tgl-rt1308-hdmi-ssp.m4 */
57 /* extra BE links to support no-hdmi-in boards */
87 if (ctx->amp_type == CODEC_NONE) in sof_card_dai_links_create()
90 if (!ctx->amp_link) { in sof_card_dai_links_create()
92 return -EINVAL; in sof_card_dai_links_create()
95 /* codec-specific fields for speaker amplifier */ in sof_card_dai_links_create()
96 switch (ctx->amp_type) { in sof_card_dai_links_create()
[all …]
/linux-6.12.1/Documentation/filesystems/ext4/
Dinodes.rst1 .. SPDX-License-Identifier: GPL-2.0
4 -----------
15 links and is in general more seek-happy than ext4 due to its simpler
22 ``(inode_number - 1) / sb.s_inodes_per_group``, and the offset into the
23 group's table is ``(inode_number - 1) % sb.s_inodes_per_group``. There
31 .. list-table::
33 :header-rows: 1
36 * - Offset
37 - Size
38 - Name
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/net/
Dethernet-controller.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/net/ethernet-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - David S. Miller <davem@davemloft.net>
19 local-mac-address:
22 $ref: /schemas/types.yaml#/definitions/uint8-array
26 mac-address:
31 local-mac-address property.
32 $ref: /schemas/types.yaml#/definitions/uint8-array
[all …]
/linux-6.12.1/drivers/base/
Dcore.c1 // SPDX-License-Identifier: GPL-2.0
3 * drivers/base/core.c - core driver model code (device registration, etc)
5 * Copyright (c) 2002-3 Patrick Mochel
6 * Copyright (c) 2002-3 Open Source Development Labs
7 * Copyright (c) 2006 Greg Kroah-Hartman <gregkh@suse.de>
16 #include <linux/dma-map-ops.h> /* for dma_default_coherent */
40 /* Device links support. */
51 * __fwnode_link_add - Create a link between two fwnode_handles.
65 * Attempts to create duplicate links between the same pair of fwnode handles
73 list_for_each_entry(link, &sup->consumers, s_hook) in __fwnode_link_add()
[all …]
/linux-6.12.1/fs/bcachefs/
Dfsck.c1 // SPDX-License-Identifier: GPL-2.0
12 #include "fs-common.h"
27 return inode->bi_dir == d.k->p.inode && in inode_points_to_dirent()
28 inode->bi_dir_offset == d.k->p.offset; in inode_points_to_dirent()
34 if (d.v->d_type == DT_SUBVOL in dirent_points_to_inode_nowarn()
35 ? le32_to_cpu(d.v->d_child_subvol) == inode->bi_subvol in dirent_points_to_inode_nowarn()
36 : le64_to_cpu(d.v->d_inum) == inode->bi_inum) in dirent_points_to_inode_nowarn()
38 return -BCH_ERR_ENOENT_dirent_doesnt_match_inode; in dirent_points_to_inode_nowarn()
69 * -BCH_ERR_transaction_restart_nested, this is not how we do things anymore:
81 sectors += k.k->size; in bch2_count_inode_sectors()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dsimple-card.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/sound/simple-card.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
14 frame-master:
15 description: Indicates dai-link frame master.
18 bitclock-master:
19 description: Indicates dai-link bit clock master
22 frame-inversion:
[all …]
/linux-6.12.1/drivers/media/platform/renesas/vsp1/
Dvsp1_entity.c1 // SPDX-License-Identifier: GPL-2.0+
3 * vsp1_entity.c -- R-Car VSP1 Base Entity
5 * Copyright (C) 2013-2014 Renesas Electronics Corporation
13 #include <media/media-entity.h>
14 #include <media/v4l2-ctrls.h>
15 #include <media/v4l2-subdev.h>
30 if (entity->type == VSP1_ENTITY_HGO) { in vsp1_entity_route_setup()
37 source = entity->sources[0]; in vsp1_entity_route_setup()
38 smppt = (pipe->output->entity.index << VI6_DPR_SMPPT_TGW_SHIFT) in vsp1_entity_route_setup()
39 | (source->route->output << VI6_DPR_SMPPT_PT_SHIFT); in vsp1_entity_route_setup()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/
Dwriting-schema.rst1 .. SPDX-License-Identifier: GPL-2.0
3 Writing Devicetree Bindings in json-schema
6 Devicetree bindings are written using json-schema vocabulary. Schema files are
7 written in a JSON-compatible subset of YAML. YAML is used instead of JSON as it
11 Also see :ref:`example-schema`.
14 ---------------
16 Each schema doc is a structured json-schema which is defined by a set of
17 top-level properties. Generally, there is one binding defined per file. The
18 top-level json-schema properties used are:
21 A json-schema unique identifier string. The string must be a valid
[all …]
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dlink.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Copyright (C) 2022 - 2024 Intel Corporation
6 #include "time-event.h"
57 lockdep_assert_held(&mvm->mutex); in iwl_mvm_get_free_fw_link_id()
59 for (i = 0; i < ARRAY_SIZE(mvm->link_id_to_link_conf); i++) in iwl_mvm_get_free_fw_link_id()
60 if (!rcu_access_pointer(mvm->link_id_to_link_conf[i])) in iwl_mvm_get_free_fw_link_id()
72 cmd->action = cpu_to_le32(action); in iwl_mvm_link_cmd_send()
87 mvmvif->link[link_conf->link_id]; in iwl_mvm_set_link_mapping()
89 if (link_info->fw_link_id == IWL_MVM_FW_LINK_ID_INVALID) { in iwl_mvm_set_link_mapping()
90 link_info->fw_link_id = iwl_mvm_get_free_fw_link_id(mvm, in iwl_mvm_set_link_mapping()
[all …]
/linux-6.12.1/Documentation/process/
Dkernel-docs.rst6 The need for a document like this one became apparent in the linux-kernel
16 And, even if they exist, there was no "well-known" place which kept track
36 -----------------------------
50 On-line docs
51 ------------
58 :Keywords: glossary, terms, linux-kernel.
78 :URL: https://rust-for-linux.com/
80 :Keywords: glossary, terms, linux-kernel.
83 intended as a hub of links, documentation and resources related to
87 ---------------
[all …]
/linux-6.12.1/arch/arm64/boot/dts/renesas/
Dr8a779h0-gray-hawk-single.dts1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 * Device Tree Source for the R-Car V4M Gray Hawk Single board
11 * Because R-Car V4M has only 1 SSI, it cannot handle both Playback/Capture
28 /dts-v1/;
30 #include <dt-bindings/gpio/gpio.h>
31 #include <dt-bindings/input/input.h>
32 #include <dt-bindings/leds/common.h>
38 compatible = "renesas,gray-hawk-single", "renesas,r8a779h0";
50 can_transceiver0: can-phy0 {
52 #phy-cells = <0>;
[all …]
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dvidioc-subdev-enum-frame-size.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 VIDIOC_SUBDEV_ENUM_FRAME_SIZE - Enumerate media bus frame sizes
35 supported by a sub-device on the specified pad
59 Sub-devices that only support discrete frame sizes (such as most
64 supported. For instance, a scaler that uses a fixed-point scaling ratio
68 sub-device for an exact supported frame size.
71 pads of the sub-device, as well as on the current active links and the
80 .. flat-table:: struct v4l2_subdev_frame_size_enum
81 :header-rows: 0
82 :stub-columns: 0
[all …]

12345678910