Searched defs:write_raw (Results 1 – 4 of 4) sorted by relevance
33 int (*write_raw)(struct gnss_device *gdev, const unsigned char *buf, member
156 int (*write_raw)(int id, struct reg_action *ra); member
187 pub unsafe fn write_raw(&self, src: *const u8, offset: usize, len: usize) -> Result { write_raw() method
1500 static int write_raw(struct ldc_channel *lp, const void *buf, unsigned int size) in write_raw() function