Home
last modified time | relevance | path

Searched refs:get_int (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/board/
H A Dboard-uclass.c40 if (!ops->get_int) in board_get_int()
43 return ops->get_int(dev, id, val); in board_get_int()
H A Dsandbox.c91 .get_int = board_sandbox_get_int,
H A Dgazerbeam.c222 .get_int = board_gazerbeam_get_int,
/openbmc/u-boot/include/
H A Dboard.h69 int (*get_int)(struct udevice *dev, int id, int *val); member