Home
last modified time | relevance | path

Searched refs:DTB_ERR_PTR (Results 1 – 2 of 2) sorted by relevance

/components/legacy/fdt/src/
A Ddtb_access.c31 return DTB_ERR_PTR(-EINVAL); in dtb_node_find_property_value_of_size()
33 return DTB_ERR_PTR(-ENODATA); in dtb_node_find_property_value_of_size()
35 return DTB_ERR_PTR(-EOVERFLOW); in dtb_node_find_property_value_of_size()
/components/legacy/fdt/inc/
A Ddtb_node.h24 #define DTB_ERR_PTR(err) ((void *)((long)(err))) macro

Completed in 7 milliseconds