Home
last modified time | relevance | path

Searched defs:board_ops (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dboard.h34 struct board_ops { struct
47 int (*detect)(struct udevice *dev);
58 int (*get_bool)(struct udevice *dev, int id, bool *val);
84 #define board_get_ops(dev) ((struct board_ops *)(dev)->driver->ops) argument
/openbmc/u-boot/include/linux/soc/ti/
H A Dti_sci_protocol.h269 struct ti_sci_board_ops board_ops; member