Home
last modified time | relevance | path

Searched refs:Relation (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/
H A Dcpufreq.rs80 pub enum Relation { enum
89 impl Relation { impl
103 impl From<Relation> for u32 {
105 fn from(rel: Relation) -> Self { in from()
107 Relation::Low(e) => (CPUFREQ_RELATION_L, e), in from()
108 Relation::High(e) => (CPUFREQ_RELATION_H, e), in from()
109 Relation::Close(e) => (CPUFREQ_RELATION_C, e), in from()
780 fn target(_policy: &mut Policy, _target_freq: u32, _relation: Relation) -> Result { in target()
1212 T::target(policy, target_freq, Relation::new(relation)?).map(|()| 0) in target_callback()
/linux/Documentation/usb/
H A Dmass-storage.rst213 Relation to file storage gadget
/linux/Documentation/userspace-api/media/v4l/
H A Dhist-v4l2.rst1181 Relation of V4L2 to other Linux multimedia APIs