Home
last modified time | relevance | path

Searched refs:Full (Results 1 – 25 of 99) sorted by relevance

1234

/linux/net/ethtool/
H A Dcommon.c116 __DEFINE_LINK_MODE_NAME(10, T, Full),
118 __DEFINE_LINK_MODE_NAME(100, T, Full),
120 __DEFINE_LINK_MODE_NAME(1000, T, Full),
127 __DEFINE_LINK_MODE_NAME(10000, T, Full),
130 __DEFINE_LINK_MODE_NAME(2500, X, Full),
132 __DEFINE_LINK_MODE_NAME(1000, KX, Full),
133 __DEFINE_LINK_MODE_NAME(10000, KX4, Full),
134 __DEFINE_LINK_MODE_NAME(10000, KR, Full),
136 __DEFINE_LINK_MODE_NAME(20000, MLD2, Full),
137 __DEFINE_LINK_MODE_NAME(20000, KR2, Full),
[all …]
/linux/rust/kernel/sync/atomic/
H A Dordering.rs47 pub struct Full; struct
59 Full, enumerator
69 impl Sealed for super::Full {} implementation
90 impl Ordering for Full { implementation
91 const TYPE: OrderingType = OrderingType::Full;
H A Dpredefine.rs147 assert_eq!(old, x.xchg(new, Full)); in atomic_xchg_tests()
160 assert_eq!(Err(old), x.cmpxchg(new, new, Full)); in atomic_cmpxchg_tests()
172 assert_eq!(v, x.fetch_add(12, Full)); in atomic_arithmetic_tests()
/linux/rust/kernel/sync/
H A Datomic.rs24 pub use ordering::{Acquire, Full, Relaxed, Release};
347 OrderingType::Full => T::Repr::atomic_xchg(&self.0, v), in xchg()
466 OrderingType::Full => T::Repr::atomic_try_cmpxchg(&self.0, &mut tmp, new), in try_cmpxchg()
552 OrderingType::Full => T::Repr::atomic_fetch_add(&self.0, v), in fetch_add()
/linux/Documentation/networking/device_drivers/ethernet/aquantia/
H A Datlantic.rst81 Supported link modes: 100baseT/Full
82 1000baseT/Full
83 10000baseT/Full
84 2500baseT/Full
85 5000baseT/Full
89 Advertised link modes: 100baseT/Full
90 1000baseT/Full
91 10000baseT/Full
92 2500baseT/Full
93 5000baseT/Full
[all …]
/linux/drivers/gpu/drm/bridge/analogix/
H A DKconfig11 ANX6345 is an ultra-low power Full-HD DisplayPort/eDP
24 ANX78XX is an ultra-low power Full-HD SlimPort transmitter
/linux/Documentation/translations/zh_CN/process/
H A Dlicense-rules.rst193 Full license text
205 Full license text
245 Full license text
308 Full exception text
323 Full exception text
/linux/Documentation/translations/zh_TW/process/
H A Dlicense-rules.rst194 Full license text
206 Full license text
246 Full license text
309 Full exception text
324 Full exception text
/linux/Documentation/admin-guide/media/
H A Dcx231xx-cardlist.rst86 - Evromedia USB Full Hybrid Full HD
/linux/arch/m68k/ifpsp060/
H A DREADME32 fpsp.sa Full FP Kernel Module - hex image
33 fpsp.s Full FP Kernel Module - source code
34 fpsp.doc Full FP Kernel Module - on-line documentation
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6sx-udoo-neo-full.dts11 model = "UDOO Neo Full";
H A Dimx6ull-phytec-segin-ff-rdk-emmc.dts15 model = "PHYTEC phyBOARD-Segin i.MX6 ULL Full Featured with eMMC";
H A Dimx6ul-phytec-segin-ff-rdk-nand.dts16 model = "PHYTEC phyBOARD-Segin i.MX6 UltraLite Full Featured with NAND";
H A Dimx6ul-phytec-segin-ff-rdk-emmc.dts15 model = "PHYTEC phyBOARD-Segin i.MX6 UltraLite Full Featured with eMMC";
H A Dimx6ull-phytec-segin-ff-rdk-nand.dts16 model = "PHYTEC phyBOARD-Segin i.MX6 ULL Full Featured with NAND";
/linux/Documentation/networking/device_drivers/ethernet/dec/
H A Ddmfe.rst37 insmod dmfe mode=4 # Force 10M Full Duplex
38 insmod dmfe mode=5 # Force 100M Full Duplex
/linux/Documentation/sphinx/
H A Dkerneldoc-preamble.sty146 \xeCJKDeclareCharClass{FullLeft}{`“,`‘}% Full-width in SC
147 \xeCJKDeclareCharClass{FullRight}{`”,`’}% Full-width in SC
160 \xeCJKDeclareCharClass{FullLeft}{`“,`‘}% Full-width in TC
161 \xeCJKDeclareCharClass{FullRight}{`”,`’}% Full-width in TC
/linux/arch/m68k/
H A DKconfig.debug29 bool "Full Symbolic/Source Debugging support"
/linux/Documentation/admin-guide/device-mapper/
H A Dlinear.rst11 Full pathname to the underlying block-device, or a
H A Ddm-ebs.rst23 Full pathname to the underlying block-device,
H A Dstriped.rst18 Full pathname to the underlying block-device, or a
/linux/arch/arm64/boot/dts/tesla/
H A Dfsd-evb.dts16 model = "Tesla Full Self-Driving (FSD) Evaluation board";
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A De1000.rst370 Duplex Full Full Half Full Half
377 modprobe e1000 AutoNeg=0x02 (Restricts autonegotiation to 10 Full)
378 modprobe e1000 AutoNeg=0x03 (Restricts autonegotiation to 10 Half or 10 Full)
382 modprobe e1000 AutoNeg=0x020 (Restricts autonegotiation to 1000 Full)
/linux/Documentation/fb/
H A Dcirrusfb.rst41 Full support for startup video modes (modedb) will be integrated soon.
/linux/Documentation/translations/it_IT/process/
H A Dlicense-rules.rst236 Full license text
248 Full license text
293 Full license text
341 Full license text
416 Full exception text
431 Full exception text

1234