Searched defs:from_fs (Results 1 – 3 of 3) sorted by relevance
27 fn from_fs(fs_path: &Path, fdt_buffer: &'a mut [u8]) -> Result<&'a mut Self>; in from_fs() method34 fn from_fs(fs_path: &Path, fdt_buffer: &'a mut [u8]) -> Result<&'a mut Fdt> { in from_fs() method
32 pub fn from_fs(path: &Path) -> Result<Self> { in from_fs() method
646 const int from_fs = from_frame->y_stride, to_fs = to_frame->y_stride; in get_frame_gradients() local