Searched defs:read_raw (Results 1 – 6 of 6) sorted by relevance
165 pub unsafe fn read_raw(&self, dst: *mut u8, offset: usize, len: usize) -> Result { in read_raw() method
224 pub fn read_raw(&mut self, out: &mut [MaybeUninit<u8>]) -> Result { in read_raw() method
124 int (*read_raw)(struct iio_backend *back, member
474 int (*read_raw)(struct iio_dev *indio_dev, member
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