Home
last modified time | relevance | path

Searched refs:traits (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_csi.c178 csi->traits = of_device_get_match_data(&pdev->dev); in sun4i_csi_probe()
179 if (!csi->traits) in sun4i_csi_probe()
203 if (csi->traits->has_isp) { in sun4i_csi_probe()
H A Dsun4i_csi.h112 const struct sun4i_csi_traits *traits; member
/linux/rust/kernel/
H A Ddebugfs.rs30 mod traits;
31 pub use traits::{
23 mod traits; global() module
/linux/Documentation/rust/
H A Dcoding-guidelines.rst186 (for functions) or implementors (for traits) need to abide by. ``// SAFETY:``
187 comments show why a call (for functions) or implementation (for traits) actually
/linux/drivers/pwm/
H A DKconfig850 subsystem. It provides idiomatic wrappers and traits necessary for