Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/nova-core/
H A Ddma.rs47 type Target = CoherentAllocation<u8>; typedef
49 fn deref(&self) -> &Self::Target { in deref()
55 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/linux/rust/kernel/io/
H A Dmem.rs198 type Target = Io<SIZE>; typedef
200 fn deref(&self) -> &Self::Target { in deref()
273 type Target = Io<SIZE>; typedef
275 fn deref(&self) -> &Self::Target { in deref()
H A Dresource.rs36 type Target = Resource; typedef
38 fn deref(&self) -> &Self::Target { in deref()
/linux/rust/kernel/
H A Dstr.rs120 type Target = [u8]; global() typedef
123 deref(&self) -> &Self::Target deref() argument
528 type Target = BStr; global() typedef
531 deref(&self) -> &Self::Target deref() argument
843 type Target = RawFormatter; global() typedef
845 deref(&self) -> &Self::Target deref() argument
928 type Target = CStr; global() typedef
930 deref(&self) -> &Self::Target deref() argument
938 deref_mut(&mut self) -> &mut Self::Target deref_mut() argument
H A Dcpumask.rs307 type Target = Cpumask; global() typedef
310 deref(&self) -> &Self::Target deref() argument
316 deref(&self) -> &Self::Target deref() argument
H A Dtask.rs140 type Target = Task; global() typedef
183 type Target = CurrentTask; current() typedef
185 deref(&self) -> &Self::Target current() argument
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 Dpci.rs375 type Target = Io<SIZE>; global() typedef
377 deref(&self) -> &Self::Target deref() argument
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
H A Dtypes.rs245 type Target = T; typedef
H A Dbitmap.rs164 type Target = Bitmap; typedef
/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/sync/
H A Darc.rs411 type Target = T; typedef
413 fn deref(&self) -> &Self::Target { in deref() argument
619 type Target = T; typedef
621 fn deref(&self) -> &Self::Target { in deref() argument
832 type Target = T; typedef
834 fn deref(&self) -> &Self::Target { in deref() argument
840 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() argument
H A Daref.rs132 type Target = T; global() typedef
134 deref(&self) -> &Self::Target deref() argument
H A Dlock.rs246 type Target = T; typedef
248 fn deref(&self) -> &Self::Target { in deref()
255 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
H A Dpoll.rs85 type Target = CondVar; typedef
/linux/rust/kernel/drm/
H A Ddevice.rs191 type Target = T::Data; global() typedef
193 deref(&self) -> &Self::Target deref() argument
/linux/rust/kernel/drm/gem/
H A Dmod.rs291 type Target = T; global() typedef
293 deref(&self) -> &Self::Target deref() argument
/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()

12