Home
last modified time | relevance | path

Searched refs:get_bool (Results 1 – 6 of 6) 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
/openbmc/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_emaclite.c1040 static bool get_bool(struct platform_device *ofdev, const char *s) in get_bool() function
1130 lp->tx_ping_pong = get_bool(ofdev, "xlnx,tx-ping-pong"); in xemaclite_of_probe()
1131 lp->rx_ping_pong = get_bool(ofdev, "xlnx,rx-ping-pong"); in xemaclite_of_probe()
/openbmc/qemu/migration/
H A Dvmstate-types.c24 static int get_bool(QEMUFile *f, void *pv, size_t size, in get_bool() function
42 .get = get_bool,
/openbmc/qemu/hw/core/
H A Dqdev-properties.c238 static void get_bool(Object *obj, Visitor *v, const char *name, void *opaque, in get_bool() function
258 .get = get_bool,