Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/board/
H A Dboard-uclass.c30 if (!ops->get_bool) in board_get_bool()
33 return ops->get_bool(dev, id, val); in board_get_bool()
H A Dsandbox.c90 .get_bool = board_sandbox_get_bool,
/openbmc/u-boot/include/
H A Dboard.h58 int (*get_bool)(struct udevice *dev, int id, bool *val); member