Home
last modified time | relevance | path

Searched defs:Config (Results 1 – 4 of 4) sorted by relevance

/linux/rust/kernel/
H A Dopp.rs358 pub struct Config<T: ConfigOps> struct
372 impl<T: ConfigOps + Default> Config<T> { argument
/linux/drivers/block/rnull/
H A Dconfigfs.rs32 pub(crate) struct Config {} struct
35 impl AttributeOperations<0> for Config { implementation
38 fn show(_this: &Config, page: &mut [u8; PAGE_SIZE]) -> Result<usize> { in show()
46 impl configfs::GroupOperations for Config { implementation
/linux/include/pcmcia/
H A Dss.h101 u_int InUse, Config; member
/linux/tools/perf/scripts/python/
H A Dparallel-perf.py814 def Config(self): member in ParallelPerf