Searched defs:read_raw (Results 1 – 4 of 4) sorted by relevance
165 pub unsafe fn read_raw(&self, dst: *mut u8, offset: usize, len: usize) -> Result { read_raw() method
224 pub fn read_raw(&mut self, out: &mut [MaybeUninit<u8>]) -> Result { read_raw() method
155 int (*read_raw)(int id, struct reg_action *ra); member
1530 static int read_raw(struct ldc_channel *lp, void *buf, unsigned int size) in read_raw() function