Searched refs:into_foreign (Results 1 – 8 of 8) sorted by relevance
53 fn into_foreign(self) -> *mut c_void; in into_foreign() method136 fn into_foreign(self) -> *mut c_void { in into_foreign() method
306 let ptr = data.into_foreign(); in register_foreign()
237 let new = value.into_foreign(); in store()
88 unsafe { bindings::dev_set_drvdata(self.as_raw(), data.into_foreign().cast()) } in set_drvdata()
225 unsafe { (*raw_file).private_data = ptr.into_foreign() }; in open()
652 self.as_mut_ref().driver_data = <T as ForeignOwnable>::into_foreign(data).cast(); in set_data()
413 fn into_foreign(self) -> *mut c_void { in into_foreign() function447 fn into_foreign(self) -> *mut c_void { in into_foreign() function
384 fn into_foreign(self) -> *mut c_void { in into_foreign() method
Completed in 14 milliseconds