Searched refs:FdtRawResult (Results 1 – 3 of 3) sorted by relevance
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()[all …]
19 use crate::result::FdtRawResult;118 impl TryFrom<FdtRawResult> for Phandle {121 fn try_from(res: FdtRawResult) -> Result<Self> { in try_from()138 impl TryFrom<FdtRawResult> for NodeOffset {141 fn try_from(res: FdtRawResult) -> Result<Self> { in try_from()146 impl TryFrom<FdtRawResult> for Option<NodeOffset> {149 fn try_from(res: FdtRawResult) -> Result<Self> { in try_from()171 impl TryFrom<FdtRawResult> for PropOffset {174 fn try_from(res: FdtRawResult) -> Result<Self> { in try_from()179 impl TryFrom<FdtRawResult> for Option<PropOffset> {[all …]
98 pub(crate) struct FdtRawResult(c_int); struct100 impl From<c_int> for FdtRawResult { implementation106 impl TryFrom<FdtRawResult> for c_int {109 fn try_from(res: FdtRawResult) -> Result<Self> { in try_from()143 impl TryFrom<FdtRawResult> for Option<c_int> {146 fn try_from(res: FdtRawResult) -> Result<Self> { in try_from()155 impl TryFrom<FdtRawResult> for c_uint {158 fn try_from(res: FdtRawResult) -> Result<Self> { in try_from()163 impl TryFrom<FdtRawResult> for usize {166 fn try_from(res: FdtRawResult) -> Result<Self> { in try_from()[all …]