Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Dnop.c24 const char *bind_flag = ofnode_read_string(ofnode, "bind"); in noptest_bind() local
26 if (bind_flag && (strcmp(bind_flag, "True") == 0)) in noptest_bind()
H A Dbus.c21 int bind_flag; member
42 plat->bind_flag = 1; in testbus_child_post_bind()
492 ut_asserteq(1, plat->bind_flag); in dm_test_bus_child_post_bind()