Home
last modified time | relevance | path

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

123456789

/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()
/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/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 {
/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)]
H A Derror.rs10 #[derive(Debug)]
/linux/rust/kernel/sync/
H A Darc.rs913 impl<T: fmt::Debug + ?Sized> fmt::Debug for UniqueArc<T> {
915 fmt::Debug::fmt(self.deref(), f) in fmt()
919 impl<T: fmt::Debug + ?Sized> fmt::Debug for Arc<T> {
921 fmt::Debug::fmt(self.deref(), f) in fmt()
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/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/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"
70 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/Documentation/ABI/testing/
H A Dsysfs-bus-pci-drivers-xhci_hcd6 USB3 controllers) are often implemented with the Debug
14 to the Debug Capability. Otherwise, it will be assigned
75 The default value is 1 (GNU Remote Debug command).
115 The default value is "Linux USB Debug Target".
/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/net/sctp/
H A DKconfig35 module will be called sctp. Debug messages are handled by the
43 bool "SCTP: Debug object counts"
/linux/drivers/gpu/nova-core/
H A Dvbios.rs41 #[derive(Debug, Clone, Copy, PartialEq, Eq)]
302 #[derive(Debug, Clone)]
372 #[derive(Debug, Clone, Copy)]
408 #[derive(Debug, Clone, Copy)]
468 #[derive(Debug, Clone, Copy)]
539 #[derive(Debug, Clone)]

123456789