Searched refs:board_get_bool (Results 1 – 3 of 3) sorted by relevance
25 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()
104 int board_get_bool(struct udevice *dev, int id, bool *val);
26 int board_get_bool(struct udevice *dev, int id, bool *val) in board_get_bool() function