Home
last modified time | relevance | path

Searched refs:Ptr (Results 1 – 12 of 12) sorted by relevance

/linux/rust/syn/
H A Dclassify.rs88 Type::Ptr(t) => ty = &t.elem, in trailing_unparameterized_path()
262 Type::Ptr(t) => ty = &t.elem, in expr_trailing_brace()
H A Dty.rs56 Ptr(TypePtr),
599 input.parse().map(Type::Ptr) in ambig_ty()
/linux/drivers/android/binder/
H A Dallocation.rs464 Ptr(&'a mut uapi::binder_buffer_object), enumerator
528 BINDER_TYPE_PTR => Ptr(&mut self.bbo), in as_ref()
H A Dthread.rs719 BinderObjectRef::Ptr(obj) => { in translate_object()
/linux/Documentation/hid/
H A Dintel-thc-hid.rst501 - THC QuickSPI driver checks CB write Ptr and CB read Ptr to identify if any data frame in DMA
508 - THC QuickSPI driver updates write Ptr.
563 - THC QuickI2C driver checks CB write Ptr and CB read Ptr to identify if any data frame in DMA
571 - THC QuickI2C driver updates write Ptr.
/linux/rust/syn/gen/
H A Dclone.rs1933 crate::Type::Ptr(v0) => crate::Type::Ptr(v0.clone()), in clone()
H A Deq.rs1938 (crate::Type::Ptr(self0), crate::Type::Ptr(other0)) => self0 == other0, in eq()
H A Dfold.rs3490 crate::Type::Ptr(_binding_0) => crate::Type::Ptr(f.fold_type_ptr(_binding_0)), in fold_type()
H A Dhash.rs2472 crate::Type::Ptr(v0) => { in hash()
H A Ddebug.rs2758 crate::Type::Ptr(v0) => v0.debug(formatter, "Ptr"), in fmt()
H A Dvisit_mut.rs3374 crate::Type::Ptr(_binding_0) => { in visit_type_mut()
H A Dvisit.rs3550 crate::Type::Ptr(_binding_0) => { in visit_type()