Lines Matching refs:ofnode_parse_phandle_with_args
127 ret = ofnode_parse_phandle_with_args(node, "missing", cell, 0, 0, in dm_test_ofnode_phandle()
130 ret = ofnode_parse_phandle_with_args(node, prop, "#invalid", 0, 0, in dm_test_ofnode_phandle()
133 ret = ofnode_parse_phandle_with_args(node, prop, cell, 0, 0, &args); in dm_test_ofnode_phandle()
137 ret = ofnode_parse_phandle_with_args(node, prop, cell, 0, 1, &args); in dm_test_ofnode_phandle()
141 ret = ofnode_parse_phandle_with_args(node, prop, cell, 0, 2, &args); in dm_test_ofnode_phandle()
146 ret = ofnode_parse_phandle_with_args(node, prop, cell, 0, 3, &args); in dm_test_ofnode_phandle()
148 ret = ofnode_parse_phandle_with_args(node, prop, cell, 0, 4, &args); in dm_test_ofnode_phandle()
152 ret = ofnode_parse_phandle_with_args(node, prop, cell, 0, 5, &args); in dm_test_ofnode_phandle()
162 ret = ofnode_parse_phandle_with_args(node, prop2, NULL, 1, 0, &args); in dm_test_ofnode_phandle()
167 ret = ofnode_parse_phandle_with_args(node, prop2, NULL, 1, 1, &args); in dm_test_ofnode_phandle()
169 ret = ofnode_parse_phandle_with_args(node, prop2, NULL, 1, 2, &args); in dm_test_ofnode_phandle()
174 ret = ofnode_parse_phandle_with_args(node, prop2, NULL, 1, 3, &args); in dm_test_ofnode_phandle()