Lines Matching refs:a
77 struct FwNodeDisplayName<'a>(&'a FwNode); in display_name()
218 pub fn children<'a>(&'a self) -> impl Iterator<Item = ARef<FwNode>> + 'a { in children()
299 pub enum NArgs<'a> {
302 Prop(&'a CStr),
375 enum Node<'a> {
376 Borrowed(&'a FwNode),
476 fn read_array_from_fwnode_property<'a>( in read_array_from_fwnode_property()
479 out: &'a mut [MaybeUninit<Self>], in read_array_from_fwnode_property()
480 ) -> Result<&'a mut [Self]>; in read_array_from_fwnode_property()
496 fn read_array_from_fwnode_property<'a>(
499 out: &'a mut [MaybeUninit<Self>],
500 ) -> Result<&'a mut [Self]> {