Home
last modified time | relevance | path

Searched defs:Target (Results 1 – 25 of 34) 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()
H A Dfalcon.rs326 type Target: FalconEngine; typedef
425 fn dma_wr<F: FalconFirmware<Target = E>>( in dma_wr()
504 pub(crate) fn dma_load<F: FalconFirmware<Target = E>>(&self, bar: &Bar0, fw: &F) -> Result { in dma_load()
/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]; typedef
123 fn deref(&self) -> &Self::Target { in deref()
528 type Target = BStr; typedef
531 fn deref(&self) -> &Self::Target { in deref()
843 type Target = RawFormatter; typedef
845 fn deref(&self) -> &Self::Target { in deref()
928 type Target = CStr; typedef
930 fn deref(&self) -> &Self::Target { in deref()
938 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
H A Dcpumask.rs307 type Target = Cpumask; typedef
310 fn deref(&self) -> &Self::Target { in deref()
316 fn deref(&self) -> &Self::Target { in deref()
H A Dtask.rs140 type Target = Task; typedef
183 type Target = CurrentTask; in current() typedef
185 fn deref(&self) -> &Self::Target { in current()
H A Dmm.rs106 type Target = Mm; global() typedef
150 type Target = MmWithUser; global() typedef
330 type Target = VmaRef; global() typedef
H A Drevocable.rs256 type Target = T; typedef
258 fn deref(&self) -> &Self::Target { in deref()
H A Dpci.rs375 type Target = Io<SIZE>; typedef
377 fn deref(&self) -> &Self::Target { in deref()
H A Dcpufreq.rs309 type Target = Table; typedef
311 fn deref(&self) -> &Self::Target { in deref()
696 type Target = Policy; typedef
698 fn deref(&self) -> &Self::Target { in deref()
H A Dclk.rs321 type Target = Clk; typedef
H A Dtypes.rs245 type Target = T; 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.rs417 type Target = T; typedef
419 fn deref(&self) -> &Self::Target { in deref()
635 type Target = T; typedef
637 fn deref(&self) -> &Self::Target { in deref()
849 type Target = T; typedef
851 fn deref(&self) -> &Self::Target { in deref()
857 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
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 Daref.rs132 type Target = T; typedef
134 fn deref(&self) -> &Self::Target { in deref()
H A Dpoll.rs85 type Target = CondVar; typedef
/linux/rust/kernel/drm/
H A Ddevice.rs176 type Target = T::Data; global() typedef
178 deref(&self) -> &Self::Target deref() argument
/linux/drivers/gpu/nova-core/firmware/
H A Dfwsec.rs243 type Target = DmaObject; typedef
245 fn deref(&self) -> &Self::Target { in deref()
251 type Target = Gsp; typedef
/linux/rust/kernel/drm/gem/
H A Dmod.rs291 type Target = T; typedef
293 fn deref(&self) -> &Self::Target { in deref()
/linux/rust/kernel/list/
H A Darc.rs415 type Target = T; typedef
418 fn deref(&self) -> &Self::Target { in deref()
/linux/rust/kernel/mm/
H A Dvirt.rs169 type Target = VmaRef; typedef
218 type Target = VmaRef; typedef

12