Searched refs:board_get_str (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | board.c | 33 board_get_str(board, STR_VACATIONSPOT, sizeof(str), str); in dm_test_board() 42 board_get_str(board, STR_VACATIONSPOT, sizeof(str), str); in dm_test_board() 51 board_get_str(board, STR_VACATIONSPOT, sizeof(str), str); in dm_test_board()
|
/openbmc/u-boot/include/ |
H A D | board.h | 127 int board_get_str(struct udevice *dev, int id, size_t size, char *val);
|
/openbmc/u-boot/drivers/board/ |
H A D | board-uclass.c | 46 int board_get_str(struct udevice *dev, int id, size_t size, char *val) in board_get_str() function
|