Home
last modified time | relevance | path

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

12345678910>>...15

/OK3568_Linux_fs/u-boot/drivers/net/phy/
H A DKconfig3 bool "Bit-banged ethernet MII management channel support"
118 bool "Ethernet PHY RTL8211x: force 1000BASE-T master mode"
121 Force master mode for 1000BASE-T on RTl8211x PHYs (except for RTL8211F).
123 links which can occur in slave mode on certain PHYs, e.g. on the
132 This option only affects gigabit links. If you must establish a direct
154 bool "Fixed-Link PHY"
157 Fixed PHY is used for having a 'fixed-link' to another MAC with a direct
160 on, the link is always up with fixed speed and fixed duplex-setting.
161 More information: doc/device-tree-bindings/net/fixed-link.txt
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A 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 …]
H A 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 …]
H A 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 …]
/OK3568_Linux_fs/kernel/fs/affs/
H A 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/libexec/gcc/aarch64-none-linux-gnu/10.3.1/install-tools/
H A Dfixinc.sh3 # Install modified versions of certain ANSI-incompatible system header
4 # files which are fixed to work correctly with ANSI C and placed in a
7 # See README-fixinc for more information.
29 # Usage: fixinc.sh output-dir input-dir
43 if [ ! -d $LIB ]; then
44 mkdir -p $LIB || {
55 if test -z "$VERBOSE"
61 [0-9] ) : ;;
68 if test -r ./Makefile; then
69 target_canonical="`sed -n -e 's,^target[ ]*=[ ]*\(.*\)$,\1,p' < Makefile`"
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/libexec/gcc/arm-none-linux-gnueabihf/10.3.1/install-tools/
H A Dfixinc.sh3 # Install modified versions of certain ANSI-incompatible system header
4 # files which are fixed to work correctly with ANSI C and placed in a
7 # See README-fixinc for more information.
29 # Usage: fixinc.sh output-dir input-dir
43 if [ ! -d $LIB ]; then
44 mkdir -p $LIB || {
55 if test -z "$VERBOSE"
61 [0-9] ) : ;;
68 if test -r ./Makefile; then
69 target_canonical="`sed -n -e 's,^target[ ]*=[ ]*\(.*\)$,\1,p' < Makefile`"
[all …]
/OK3568_Linux_fs/kernel/Documentation/sound/soc/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A 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.
49 tristate "MDIO Bus/PHY emulation with fixed speed/link PHYs"
53 Adds the platform "fixed" MDIO Bus to cover the boards that use
56 Currently tested with mpc866ads and mpc8349e-mitx.
82 - ADIN1200 - Robust,Industrial, Low Power 10/100 Ethernet PHY
83 - ADIN1300 - Robust,Industrial, Low Latency 10/100/1000 Gigabit
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A 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)
185 size_t len, bool fixed);
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/dsa/
H A Dsja1105.rst10 - 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
17 These are SPI-managed automotive switches, with all ports being gigabit
21 set-and-forget use, with minimal dynamic interaction at runtime. They
56 Also the configuration is write-only (software cannot read it back from the
71 programmable filters for link-local destination MACs.
[all …]
/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-fwnode.h1 /* SPDX-License-Identifier: GPL-2.0-only */
8 * Copyright (C) 2012 - 2013 Samsung Electronics Co., Ltd.
22 #include <media/v4l2-mediabus.h>
31 * struct v4l2_fwnode_bus_mipi_csi2 - MIPI CSI-2 bus data structure
48 * struct v4l2_fwnode_bus_parallel - parallel data bus data structure
60 * struct v4l2_fwnode_bus_mipi_csi1 - CSI-1/CCP2 data bus structure
62 * false - not inverted, true - inverted
63 * @strobe: false - data/clock, true - data/strobe
78 * struct v4l2_fwnode_endpoint - the endpoint data structure
112 * V4L2_FWNODE_PROPERTY_UNSET - identify a non initialized property
[all …]
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A 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>
16 local-mac-address:
19 $ref: /schemas/types.yaml#definitions/uint8-array
21 - minItems: 6
24 mac-address:
29 local-mac-address property.
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/
H A 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 …]
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.t1040-l2switch6 VSC9953 is an 8-port Gigabit Ethernet switch supports the following features:
7 - 8192 MAC addresses
8 - Static Address provisioning
9 - Dynamic learning of MAC addresses and aging
10 - 4096 VLANs
11 - Independent and shared VLAN learning (IVL, SVL)
12 - Policing with storm control and MC/BC protection
13 - IPv4 and IPv6 multicast
14 - Jumbo frames (9.6 KB)
15 - Access Control List
[all …]
/OK3568_Linux_fs/kernel/tools/memory-model/Documentation/
H A Dexplanation.txt1 Explanation of the Linux-Kernel Memory Consistency Model
15 7. THE PROGRAM ORDER RELATION: po AND po-loc
18 10. THE READS-FROM RELATION: rf, rfi, and rfe
20 12. THE FROM-READS RELATION: fr, fri, and fre
22 14. PROPAGATION ORDER RELATION: cumul-fence
28 20. THE HAPPENS-BEFORE RELATION: hb
29 21. THE PROPAGATES-BEFORE RELATION: pb
30 22. RCU RELATIONS: rcu-link, rcu-gp, rcu-rscsi, rcu-order, rcu-fence, and rb
38 ------------
40 The Linux-kernel memory consistency model (LKMM) is rather complex and
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A 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 a sub-device on the given pad for the given media bus format. Supported
47 Sub-devices that only support discrete frame sizes (such as most
52 supported. For instance, a scaler that uses a fixed-point scaling ratio
56 sub-device for an exact supported frame size.
59 pads of the sub-device, as well as on the current active links and the
68 .. flat-table:: struct v4l2_subdev_frame_size_enum
69 :header-rows: 0
70 :stub-columns: 0
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/
H A 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
12 ---------------
14 Each schema doc is a structured json-schema which is defined by a set of
15 top-level properties. Generally, there is one binding defined per file. The
16 top-level json-schema properties used are:
19 A json-schema unique identifier string. The string must be a valid
29 Indicates the meta-schema the schema file adheres to.
39 Optional. A multi-line text block containing any detailed
[all …]
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Dcve-extra-exclusions.inc4 # why we believe it can't be fixed/handled. Additional information is welcome through
8 # from the cve-check results or add to the bitbake command with:
9 # -R conf/distro/include/cve-extra-exclusions.inc
14 # We may also include "in-flight" information about current/ongoing CVE work with
19 # strace https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2000-0006
21 # broken links in CVE database references make resolution impractical
22 CVE_CHECK_IGNORE += "CVE-2000-0006"
24 # epiphany https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2005-0238
31 CVE_CHECK_IGNORE += "CVE-2005-0238"
33 # glibc https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-4756
[all …]
/OK3568_Linux_fs/buildroot/
H A DCHANGES5 Defconfigs: Grinn chiliboard/liteboard, PC x86-64 bios: Fix
8 Updated/fixed packages: apr, coreutils, diffutils, e2fsprogs,
10 hiawatha, hplip, icu, janus-gateway,
11 kodi-screensaver-asterwave, kodi-screensaver-cpblobs,
12 kodi-screensaver-matrixtrails, libatomic_ops, libbson, libffi,
14 libunwind, lynx, mender-grubenv, mkpasswd, motion, mxml,
15 netdata, qemu, samba4, speex, stress-ng, tinydtls, unixodbc,
16 unrar, util-linux, util-linux-libs, watchdogd, wireshark
20 #14351: needs to mount sysfs before mount -a
21 #14411: 2021.11-rc2: Samba doesn't compile
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-2.3.rst7 .. _migration-2.3-recipe-specific-sysroots:
9 Recipe-specific Sysroots
10 ------------------------
13 long-standing issues with configuration script auto-detection of
22 - *Declare Build-Time Dependencies:* Because of this new feature, you
23 must explicitly declare all build-time dependencies for your recipe.
27 - *Specify Pre-Installation and Post-Installation Native Tool
33 :ref:`ref-tasks-rootfs` task.
38 ``systemd-systemctl-native`` is added to :term:`PACKAGE_WRITE_DEPS`,
41 - Examine Recipes that Use ``SSTATEPOSTINSTFUNCS``: You need to
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/msm/
H A Ddsi.txt5 - compatible:
6 * "qcom,mdss-dsi-ctrl"
7 - reg: Physical base address and length of the registers of controller
8 - reg-names: The names of register regions. The following regions are required:
10 - interrupts: The interrupt signal from the DSI block.
11 - power-domains: Should be <&mmcc MDSS_GDSC>.
12 - clocks: Phandles to device clocks.
13 - clock-names: the following clocks are required:
25 - assigned-clocks: Parents of "byte" and "pixel" for the given platform.
26 - assigned-clock-parents: The Byte clock and Pixel clock PLL outputs provided
[all …]

12345678910>>...15