Home
last modified time | relevance | path

Searched refs:Debug (Results 1 – 25 of 150) sorted by relevance

123456

/linux/rust/syn/gen/
H A Ddebug.rs7 use std::fmt::{self, Debug};
10 impl Debug for crate::Abi {
20 impl Debug for crate::AngleBracketedGenericArguments {
38 impl Debug for crate::Arm {
52 impl Debug for crate::AssocConst {
64 impl Debug for crate::AssocType {
76 impl Debug for crate::AttrStyle {
91 impl Debug for crate::Attribute {
103 impl Debug for crate::BareFnArg {
114 impl Debug for crate::BareVariadic {
[all …]
/linux/drivers/gpu/nova-core/gsp/fw/r570_144/
H A Dbindings.rs28 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> {
323 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)]
347 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)]
363 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)]
375 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)]
382 #[derive(Debug, Copy, Clone, MaybeZeroable)]
399 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)]
406 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)]
415 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)]
422 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)]
[all …]
/linux/rust/proc-macro2/
H A Dlib.rs175 use core::fmt::{self, Debug, Display};
323 impl Debug for TokenStream {
325 Debug::fmt(&self.inner, f) in fmt()
335 impl Debug for LexError {
337 Debug::fmt(&self.inner, f) in fmt()
531 impl Debug for Span {
533 Debug::fmt(&self.inner, f) in fmt()
617 impl Debug for TokenTree {
622 TokenTree::Group(t) => Debug::fmt(t, f), in fmt()
629 TokenTree::Punct(t) => Debug::fmt(t, f), in fmt()
[all …]
H A Dwrapper.rs14 use core::fmt::{self, Debug, Display};
257 impl Debug for TokenStream {
260 TokenStream::Compiler(tts) => Debug::fmt(&tts.clone().into_token_stream(), f), in fmt()
261 TokenStream::Fallback(tts) => Debug::fmt(tts, f), in fmt()
287 impl Debug for LexError {
290 LexError::Compiler(e) => Debug::fmt(e, f), in fmt()
291 LexError::Fallback(e) => Debug::fmt(e, f), in fmt()
294 Debug::fmt(&fallback, f) in fmt()
541 impl Debug for Span {
544 Span::Compiler(s) => Debug::fmt(s, f), in fmt()
[all …]
H A Dextra.rs10 use core::fmt::{self, Debug};
149 impl Debug for DelimSpan {
151 Debug::fmt(&self.join(), f) in fmt()
H A Dlocation.rs9 #[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
H A Dfallback.rs18 use core::fmt::{self, Debug, Display, Write};
52 #[derive(Debug)]
241 impl Debug for TokenStream {
674 impl Debug for Span {
765 impl Debug for Group {
899 impl Debug for Ident {
1184 impl Debug for Literal {
/linux/rust/syn/
H A Dthread.rs3 use std::fmt::{self, Debug};
39 impl<T: Debug> Debug for ThreadBound<T> {
42 Some(value) => Debug::fmt(value, formatter), in fmt()
H A Derror.rs11 use std::fmt::{self, Debug, Display};
352 impl Debug for Error {
368 impl Debug for ErrorMessage {
370 Debug::fmt(&self.message, formatter) in fmt()
H A Dparse.rs196 use std::fmt::{self, Debug, Display};
284 impl<'a> Debug for ParseBuffer<'a> {
286 Debug::fmt(&self.cursor().token_stream(), f) in fmt()
1399 impl Debug for Nothing {
H A Dlit.rs607 use std::fmt::{self, Debug};
610 impl Debug for LitStr {
626 impl Debug for LitByteStr {
642 impl Debug for LitCStr {
658 impl Debug for LitByte {
674 impl Debug for LitChar {
690 impl Debug for LitInt {
706 impl Debug for LitFloat {
722 impl Debug for LitBool {
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Ddcsr.txt2 Debug Control and Status Register (DCSR) Binding
11 Debug Control and Status Register Memory Map
166 CoreNet Debug Controller
169 the CoreNet Debug controller.
184 The CoreNet Debug controller occupies two regions in the DCSR space
187 The first register range describes the CoreNet Debug Controller
190 The second register range describes the CoreNet Debug Controller
200 Data Path Debug controller
203 the DPAA Debug Controller. This controller controls debug configuration
212 or Debug IP of the form "fsl,<soc>-dcsr-dpaa" in addition to the
[all …]
/linux/rust/kernel/alloc/kvec/
H A Derrors.rs11 impl<T> fmt::Debug for PushError<T> {
28 impl fmt::Debug for RemoveError {
48 impl<T> fmt::Debug for InsertError<T> {
/linux/rust/pin-init/examples/
H A Dbig_struct_in_place.rs6 #[derive(Debug)]
17 #[derive(Debug)]
H A Dlinked_list.rs23 #[derive(Debug)]
95 #[derive(Clone, Debug)]
/linux/rust/kernel/
H A Dfmt.rs7 pub use core::fmt::{Arguments, Debug, Error, Formatter, Result, Write};
31 impl_fmt_adapter_forward!(Debug, LowerHex, UpperHex, Octal, Binary, Pointer, LowerExp, UpperExp);
/linux/rust/kernel/sync/
H A Datomic.rs311 impl<T: AtomicType + core::fmt::Debug> core::fmt::Debug for Atomic<T>
316 core::fmt::Debug::fmt(&self.load(Relaxed), f) in fmt()
/linux/Documentation/firmware-guide/acpi/
H A Ddebug.rst4 ACPI CA Debug Output
117 Enable all AML "Debug" output (stores to the Debug object while interpreting
/linux/drivers/pinctrl/stm32/
H A DKconfig62 tristate "STMicroelectronics STM32 Hardware Debug Port (HDP) pin control"
69 The Hardware Debug Port allows the observation of internal signals.
/linux/kernel/configs/
H A Ddebug.config83 # Debug Oops, Lockups and Hangs
98 # Debug kernel data structures
/linux/rust/kernel/pci/
H A Dirq.rs23 #[derive(Debug, Clone, Copy)]
45 #[derive(Debug, Clone, Copy, Default)]
H A Did.rs38 #[derive(Debug, Clone, Copy, PartialEq, Eq)]
63 _ => <Self as fmt::Debug>::fmt(self, f),
98 impl fmt::Debug for Class {
148 _ => <Self as fmt::Debug>::fmt(self, f),
170 impl fmt::Debug for Vendor {
/linux/rust/kernel/net/phy/
H A Dreg.rs55 #[derive(Copy, Clone, Debug)]
138 #[derive(Copy, Clone, Debug)]
/linux/tools/memory-model/litmus-tests/
H A DSB+rfionceonce-poonceonces.litmus31 locations [0:r1; 1:r3; x; y] (* Debug aid: Print things not in "exists". *)
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkcsan.rst107 为了动态限制该为哪些函数生成报告,查阅 `Debug 文件系统接口`_ 黑名单/白名单特性。
141 Debug 文件系统接口

123456