Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Dboard.c18 bool called_detect; in dm_test_board() local
25 board_get_bool(board, BOOL_CALLED_DETECT, &called_detect); in dm_test_board()
26 ut_assert(!called_detect); in dm_test_board()
30 board_get_bool(board, BOOL_CALLED_DETECT, &called_detect); in dm_test_board()
31 ut_assert(called_detect); in dm_test_board()
/openbmc/u-boot/drivers/board/
H A Dsandbox.c14 bool called_detect; member
26 priv->called_detect = true; in board_sandbox_detect()
39 *val = priv->called_detect; in board_sandbox_get_bool()