Searched refs:to_ptr (Results 1 – 3 of 3) sorted by relevance
140 unsigned long *to_ptr = arg, to = *to_ptr; in copy_chunk_from_user() local 143 *to_ptr += len; in copy_chunk_from_user() 170 char **to_ptr = arg, *to = *to_ptr; in strncpy_chunk_from_user() local 175 *to_ptr += n; in strncpy_chunk_from_user()
155 pub fn to_ptr<T>(self) -> *mut T { in to_ptr() method 406 /// from_err_ptr(unsafe { bindings::devm_platform_ioremap_resource(pdev.to_ptr(), index) })
359 Err(e) => return e.to_ptr(), in make_group() 374 Err(e) => e.to_ptr(), in make_group()