Home
last modified time | relevance | path

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

/external/u-boot/include/
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
/external/u-boot/arch/arm/mach-k3/
Dsysfw-loader.c106 struct ti_sci_board_ops *board_ops = &ti_sci->ops.board_ops; in k3_sysfw_configure_using_fit() local
/external/u-boot/include/linux/soc/ti/
Dti_sci_protocol.h597 struct ti_sci_board_ops board_ops; member