Home
last modified time | relevance | path

Searched defs:Target (Results 1 – 25 of 39) sorted by relevance

12

/linux/drivers/gpu/nova-core/
H A Ddma.rs47 type Target = CoherentAllocation<u8>; global() typedef
49 deref(&self) -> &Self::Target deref() argument
55 deref_mut(&mut self) -> &mut Self::Target deref_mut() argument
/linux/rust/syn/
H A Ddrops.rs22 type Target = T; typedef
23 fn deref(&self) -> &Self::Target { in deref()
29 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
H A Dparse.rs353 type Target = Cursor<'c>; typedef
355 fn deref(&self) -> &Self::Target { in deref()
/linux/rust/kernel/io/
H A Dmem.rs206 type Target = Io<SIZE>; typedef
208 fn deref(&self) -> &Self::Target { in deref()
281 type Target = Io<SIZE>; typedef
283 fn deref(&self) -> &Self::Target { in deref()
H A Dresource.rs39 type Target = Resource; typedef
41 fn deref(&self) -> &Self::Target { in deref()
/linux/rust/kernel/sync/lock/
H A Dglobal.rs102 type Target = B::Item; typedef
104 fn deref(&self) -> &Self::Target { in deref()
113 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/linux/rust/pin-init/examples/
H A Dpthread_mutex.rs128 type Target = T; typedef
130 fn deref(&self) -> &Self::Target { in deref()
136 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
H A Dmutex.rs148 type Target = T; typedef
151 fn deref(&self) -> &Self::Target { in deref()
158 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
H A Dstatic_init.rs48 type Target = T; typedef
49 fn deref(&self) -> &Self::Target { in deref()
/linux/rust/kernel/
H A Dstr.rs129 type Target = [u8]; typedef
132 fn deref(&self) -> &Self::Target { in deref()
639 type Target = RawFormatter; typedef
641 fn deref(&self) -> &Self::Target { in deref()
850 type Target = CStr; typedef
852 fn deref(&self) -> &Self::Target { in deref()
860 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
H A Drevocable.rs256 type Target = T; typedef
258 fn deref(&self) -> &Self::Target { in deref()
H A Dmm.rs110 type Target = Mm; typedef
283 type Target = VmaRef; typedef
H A Dscatterlist.rs444 type Target = SGTable; typedef
447 fn deref(&self) -> &Self::Target { in deref()
H A Dcpufreq.rs308 type Target = Table; typedef
310 fn deref(&self) -> &Self::Target { in deref()
695 type Target = Policy; typedef
697 fn deref(&self) -> &Self::Target { in deref()
H A Dclk.rs321 type Target = Clk; typedef
/linux/rust/kernel/sync/
H A Dlock.rs276 type Target = T; typedef
278 fn deref(&self) -> &Self::Target { in deref()
288 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
H A Dpoll.rs85 type Target = CondVar; typedef
/linux/rust/kernel/pci/
H A Dio.rs117 type Target = Io<SIZE>; typedef
119 fn deref(&self) -> &Self::Target { in deref()
/linux/rust/kernel/debugfs/
H A Dcallback_adapters.rs70 type Target = D; typedef
103 type Target = D; typedef
H A Dfile_ops.rs60 type Target = bindings::file_operations; typedef
62 fn deref(&self) -> &Self::Target { in deref()
/linux/rust/quote/
H A Druntime.rs233 type Target = GetSpanInner<T>; typedef
236 fn deref(&self) -> &Self::Target { in deref()
242 type Target = GetSpanBase<T>; typedef
245 fn deref(&self) -> &Self::Target { in deref()
/linux/rust/kernel/mm/
H A Dmmput_async.rs53 type Target = MmWithUser; typedef
H A Dvirt.rs169 type Target = VmaRef; typedef
219 type Target = VmaRef; typedef
/linux/rust/kernel/list/
H A Darc.rs415 type Target = T; typedef
418 fn deref(&self) -> &Self::Target { in deref()
/linux/rust/kernel/num/
H A Dbounded.rs479 type Target = T; typedef
481 fn deref(&self) -> &Self::Target { in deref()

12