| /linux/rust/kernel/ |
| H A D | fmt.rs | 40 pub trait Display { interface 45 impl<T: ?Sized + Display> Display for &T { impl 47 Display::fmt(*self, f) in fmt() 51 impl<T: ?Sized + Display> core::fmt::Display for Adapter<&T> { 54 Display::fmt(t, f) in fmt() 63 impl$($($generics)*)? Display for $ty $(where $($where)*)? { 65 core::fmt::Display::fmt(self, f) 90 {<T: ?Sized>} crate::sync::Arc<T> {where crate::sync::Arc<T>: core::fmt::Display}, 91 {<T: ?Sized>} crate::sync::UniqueArc<T> {where crate::sync::UniqueArc<T>: core::fmt::Display},
|
| /linux/rust/proc-macro2/ |
| H A D | lib.rs | 171 use core::fmt::{self, Debug, Display}; 312 impl Display for TokenStream { 314 Display::fmt(&self.inner, f) in fmt() 337 impl Display for LexError { 339 Display::fmt(&self.inner, f) in fmt() 601 impl Display for TokenTree { 604 TokenTree::Group(t) => Display::fmt(t, f), in fmt() 605 TokenTree::Ident(t) => Display::fmt(t, f), in fmt() 606 TokenTree::Punct(t) => Display::fmt(t, f), in fmt() 607 TokenTree::Literal(t) => Display::fmt(t, f), in fmt() [all …]
|
| H A D | wrapper.rs | 14 use core::fmt::{self, Debug, Display}; 130 impl Display for TokenStream { 133 TokenStream::Compiler(tts) => Display::fmt(&tts.clone().into_token_stream(), f), in fmt() 134 TokenStream::Fallback(tts) => Display::fmt(tts, f), in fmt() 300 impl Display for LexError { 303 LexError::Compiler(e) => Display::fmt(e, f), in fmt() 304 LexError::Fallback(e) => Display::fmt(e, f), in fmt() 307 Display::fmt(&fallback, f) in fmt() 646 impl Display for Group { 649 Group::Compiler(group) => Display::fmt(group, formatter), in fmt() [all …]
|
| H A D | fallback.rs | 18 use core::fmt::{self, Debug, Display, Write}; 212 impl Display for LexError { 218 impl Display for TokenStream { 227 TokenTree::Group(tt) => Display::fmt(tt, f), in fmt() 228 TokenTree::Ident(tt) => Display::fmt(tt, f), in fmt() 231 Display::fmt(tt, f) in fmt() 233 TokenTree::Literal(tt) => Display::fmt(tt, f), in fmt() 738 impl Display for Group { 755 Display::fmt(&self.stream, f)?; in fmt() 889 impl Display for Ident { [all …]
|
| /linux/samples/rust/ |
| H A D | rust_print_main.rs | 43 use kernel::fmt::Display; in arc_print() 44 fn arc_dyn_print(arc: &Arc<dyn Display>) { in arc_print() argument 48 let a_i32_display: Arc<dyn Display> = Arc::new(42i32, GFP_KERNEL)?; in arc_print() 49 let a_str_display: Arc<dyn Display> = a.clone(); in arc_print()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-mei | 21 Description: Display fw status registers content 36 Description: Display the negotiated HBM protocol version. 45 Description: Display the driver HBM protocol version. 62 Description: Display the ME firmware version. 73 Description: Display the ME device state. 88 Description: Display trc status register content 98 Description: Display kind of the device
|
| H A D | sysfs-platform-wilco-ec | 15 Display Wilco Embedded Controller firmware build date. 22 Display Wilco Embedded Controller build revision. 30 Display Wilco Embedded Controller model number. 56 Display Wilco Embedded Controller firmware version.
|
| /linux/drivers/gpu/drm/meson/ |
| H A D | Kconfig | 3 tristate "DRM Support for Amlogic Meson Display Controller" 18 tristate "HDMI Synopsys Controller support for Amlogic Meson Display" 25 tristate "MIPI DSI Synopsys Controller support for Amlogic Meson Display"
|
| /linux/rust/syn/ |
| H A D | error.rs | 11 use std::fmt::{self, Debug, Display}; 160 pub fn new<T: Display>(span: Span, message: T) -> Self { in new() 191 pub fn new_spanned<T: ToTokens, U: Display>(tokens: T, message: U) -> Self { in new_spanned() 329 pub(crate) fn new_at<T: Display>(scope: Span, cursor: Cursor, message: T) -> Error { in new_at() 339 pub(crate) fn new2<T: Display>(start: Span, end: Span, message: T) -> Error { in new2() 374 impl Display for Error {
|
| H A D | meta.rs | 12 use std::fmt::Display; 380 pub fn error(&self, msg: impl Display) -> Error { in error()
|
| H A D | lifetime.rs | 7 use std::fmt::{self, Display}; 74 impl Display for Lifetime {
|
| /linux/rust/quote/ |
| H A D | ident_fragment.rs | 55 fmt::Display::fmt(id, f) in fmt() 57 fmt::Display::fmt(&id[..], f) in fmt() 82 fmt::Display::fmt(self, f)
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | legacy_dvb_osd.rst | 14 The DVB OSD device controls the OnScreen-Display of the AV7110 based 481 - 4:2:2 YCRCB Graphic Display 487 - 4:4:4 YCRCB Graphic Display 499 - True Size Normal MPEG Video Display 505 - MPEG Video Display Half Resolution 511 - MPEG Video Display Quarter Resolution 517 - MPEG Video Display Double Resolution 523 - True Size MPEG Video Display Half Resolution 529 - True Size MPEG Video Display Quarter Resolution 535 - True Size MPEG Video Display Double Resolution [all …]
|
| /linux/drivers/video/fbdev/mmp/fb/ |
| H A D | Kconfig | 3 tristate "fb driver for Marvell MMP Display Subsystem" 8 fb driver for Marvell MMP Display Subsystem
|
| /linux/Documentation/fb/ |
| H A D | sm501.rst | 10 sm501fb.bpp= SM501 Display driver: 13 sm501fb.mode= SM501 Display driver:
|
| /linux/drivers/video/fbdev/mmp/ |
| H A D | Kconfig | 3 tristate "Marvell MMP Display Subsystem support" 6 Marvell Display Subsystem support.
|
| /linux/drivers/media/platform/ti/omap/ |
| H A D | Kconfig | 8 tristate "OMAP2/OMAP3 V4L2-Display driver" 17 V4L2 Display driver support for OMAP2/3 based boards.
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-c2c.txt | 108 Display only statistic tables and force stdio mode. 111 Display full length of symbols. 209 Rmt/Lcl Hitm (Display with HITM types) 212 Peer Snoop (Display with peer type) 251 HITM - Rmt, Lcl (Display with HITM types) 254 Peer Snoop - Rmt, Lcl (Display with peer type) 273 cycles - rmt hitm, lcl hitm, load (Display with HITM types) 276 cycles - rmt peer, lcl peer, load (Display with peer type) 300 Node{cpus %hitms %stores} (Display with HITM types) 301 Node{cpus %peers %stores} (Display with peer type)
|
| H A D | perf.txt | 21 Display perf version. 27 Display or set exec path. 30 Display html documentation path.
|
| H A D | perf-script.txt | 80 Display verbose dump of the trace data. 91 Display a list of available trace scripts. 113 Display a list of available dlfilters. Use with option -v (must come 337 Display extended information about the perf.data file. This adds 346 Display task related events (e.g. FORK, COMM, EXIT). 349 Display mmap related events (e.g. MMAP, MMAP2). 352 Display namespace events i.e. events of type PERF_RECORD_NAMESPACES. 355 Display context switch events i.e. events of type PERF_RECORD_SWITCH or 359 Display lost events i.e. events of type PERF_RECORD_LOST. 362 Display finished round events i.e. events of type PERF_RECORD_FINISHED_ROUND. [all …]
|
| /linux/drivers/gpu/drm/renesas/rcar-du/ |
| H A D | Kconfig | 3 tristate "DRM Support for R-Car Display Unit" 42 Enable support for the R-Car Display Unit embedded LVDS encoders. 58 Enable support for the R-Car Display Unit embedded MIPI DSI encoders.
|
| /linux/Documentation/devicetree/bindings/leds/ |
| H A D | leds-cpcap.txt | 9 * "motorola,cpcap-led-mdl" (Main Display Lighting) 11 * "motorola,cpcap-led-adl" (Aux Display Lighting)
|
| /linux/Documentation/devicetree/bindings/display/ti/ |
| H A D | ti,omap2-dss.txt | 1 Texas Instruments OMAP2 Display Subsystem 5 description about OMAP Display Subsystem bindings.
|
| /linux/scripts/ |
| H A D | generate_rust_target.rs | 15 fmt::{Display, Formatter, Result}, 46 impl Display for Value { 116 impl Display for TargetSpec {
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | Kconfig | 40 DPI Interface. This is the Parallel Display Interface. 69 SDI (Serial Display Interface) support. 77 MIPI DSI (Display Serial Interface) support.
|