Lines Matching refs:FdtRawResult
25 use crate::result::FdtRawResult;
39 FdtRawResult::from(ret).try_into() in create_empty_tree()
53 FdtRawResult::from(ret).try_into() in check_full()
80 FdtRawResult::from(ret).try_into() in path_offset_namelen()
90 FdtRawResult::from(ret).try_into() in node_offset_by_phandle()
105 FdtRawResult::from(ret).try_into() in node_offset_by_compatible()
116 match FdtRawResult::from(ret).try_into()? { in next_node()
134 FdtRawResult::from(ret).try_into() in parent_offset()
150 FdtRawResult::from(ret).try_into() in supernode_atdepth_offset()
166 FdtRawResult::from(ret).try_into() in subnode_offset_namelen()
175 FdtRawResult::from(ret).try_into() in first_subnode()
185 FdtRawResult::from(ret).try_into() in next_subnode()
195 FdtRawResult::from(ret).try_into() in address_cells()
205 FdtRawResult::from(ret).try_into() in size_cells()
216 let len = usize::try_from(FdtRawResult::from(len))?.checked_add(1).unwrap(); in get_name()
233 if let Some(len) = FdtRawResult::from(len).try_into()? { in getprop_namelen()
250 let data_len = FdtRawResult::from(len).try_into()?; in get_property_by_offset()
276 FdtRawResult::from(ret).try_into() in first_property_offset()
286 FdtRawResult::from(ret).try_into() in next_property_offset()
296 FdtRawResult::from(ret).try_into()?; in find_max_phandle()
349 FdtRawResult::from(ret).try_into() in nop_node()
361 FdtRawResult::from(ret).try_into() in add_subnode_namelen()
375 FdtRawResult::from(ret).try_into() in setprop()
394 FdtRawResult::from(ret).try_into()?; in setprop_placeholder()
410 FdtRawResult::from(ret).try_into() in setprop_inplace()
423 FdtRawResult::from(ret).try_into() in appendprop()
444 FdtRawResult::from(ret).try_into() in appendprop_addrrange()
458 FdtRawResult::from(ret).try_into() in delprop()
470 FdtRawResult::from(ret).try_into() in nop_property()
493 FdtRawResult::from(ret).try_into() in pack()
512 FdtRawResult::from(ret).try_into() in overlay_apply()
550 FdtRawResult::from(ret).try_into() in open_into()