/linux/drivers/gpu/nova-core/ |
H A D | dma.rs | 47 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 D | falcon.rs | 326 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 D | mem.rs | 198 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 D | resource.rs | 36 type Target = Resource; typedef 38 fn deref(&self) -> &Self::Target { in deref()
|
/linux/rust/kernel/ |
H A D | str.rs | 120 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 D | cpumask.rs | 307 type Target = Cpumask; typedef 310 fn deref(&self) -> &Self::Target { in deref() 316 fn deref(&self) -> &Self::Target { in deref()
|
H A D | task.rs | 140 type Target = Task; typedef 183 type Target = CurrentTask; in current() typedef 185 fn deref(&self) -> &Self::Target { in current()
|
H A D | mm.rs | 106 type Target = Mm; global() typedef 150 type Target = MmWithUser; global() typedef 330 type Target = VmaRef; global() typedef
|
H A D | revocable.rs | 256 type Target = T; typedef 258 fn deref(&self) -> &Self::Target { in deref()
|
H A D | pci.rs | 375 type Target = Io<SIZE>; typedef 377 fn deref(&self) -> &Self::Target { in deref()
|
H A D | cpufreq.rs | 309 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 D | clk.rs | 321 type Target = Clk; typedef
|
H A D | types.rs | 245 type Target = T; typedef
|
/linux/rust/pin-init/examples/ |
H A D | pthread_mutex.rs | 128 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 D | mutex.rs | 148 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 D | static_init.rs | 48 type Target = T; typedef 49 fn deref(&self) -> &Self::Target { in deref()
|
/linux/rust/kernel/sync/ |
H A D | arc.rs | 417 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 D | lock.rs | 246 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 D | aref.rs | 132 type Target = T; typedef 134 fn deref(&self) -> &Self::Target { in deref()
|
H A D | poll.rs | 85 type Target = CondVar; typedef
|
/linux/rust/kernel/drm/ |
H A D | device.rs | 176 type Target = T::Data; global() typedef 178 deref(&self) -> &Self::Target deref() argument
|
/linux/drivers/gpu/nova-core/firmware/ |
H A D | fwsec.rs | 243 type Target = DmaObject; typedef 245 fn deref(&self) -> &Self::Target { in deref() 251 type Target = Gsp; typedef
|
/linux/rust/kernel/drm/gem/ |
H A D | mod.rs | 291 type Target = T; typedef 293 fn deref(&self) -> &Self::Target { in deref()
|
/linux/rust/kernel/list/ |
H A D | arc.rs | 415 type Target = T; typedef 418 fn deref(&self) -> &Self::Target { in deref()
|
/linux/rust/kernel/mm/ |
H A D | virt.rs | 169 type Target = VmaRef; typedef 218 type Target = VmaRef; typedef
|