Home
last modified time | relevance | path

Searched refs:board_get_bool (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dboard.c25 board_get_bool(board, BOOL_CALLED_DETECT, &called_detect); in dm_test_board()
30 board_get_bool(board, BOOL_CALLED_DETECT, &called_detect); in dm_test_board()
/openbmc/u-boot/include/
H A Dboard.h104 int board_get_bool(struct udevice *dev, int id, bool *val);
/openbmc/u-boot/drivers/board/
H A Dboard-uclass.c26 int board_get_bool(struct udevice *dev, int id, bool *val) in board_get_bool() function