Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/gpio-cdev/src/
Dlib.rs132 struct InnerChip { struct
133 pub path: PathBuf,
134 pub file: File,
135 pub name: String,
136 pub label: String,
137 pub lines: u32,
407 fn new(chip: Arc<InnerChip>, offset: u32) -> Result<Self> { in new()
719 fn new(chip: Arc<InnerChip>, offsets: &[u32]) -> Result<Self> { in new()