of_to_uint32_prop
if (!of_to_uint32_prop(dict, node, "width", "width")) {
if (!of_to_uint32_prop(dict, node, "height", "height")) {
of_to_uint32_prop(dict, node, "linebytes", "linebytes");
if (!of_to_uint32_prop(dict, node, "depth", "depth")) {
if (!of_to_uint32_prop(dict, node, "address", "address")) {
if (!of_to_uint32_prop(dict, node, "width", "width")) {
if (!of_to_uint32_prop(dict, node, "height", "height")) {
of_to_uint32_prop(dict, node, "linebytes", "linebytes");
if (!of_to_uint32_prop(dict, node, "depth", "depth")) {
if (!of_to_uint32_prop(dict, node, "address", "address")) {
of_to_uint32_prop(dict, node, "width", "width");
of_to_uint32_prop(dict, node, "height", "height");
of_to_uint32_prop(dict, node, "linebytes", "linebytes");
if (!of_to_uint32_prop(dict, node, "depth", "depth") &&
!of_to_uint32_prop(dict, node, "depth ", "depth")) {
bool of_to_uint32_prop(prop_dictionary_t, int, const char *, const char *);