Searched defs:board_ops (Results 1 – 3 of 3) sorted by relevance
34 struct board_ops { struct47 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
106 struct ti_sci_board_ops *board_ops = &ti_sci->ops.board_ops; in k3_sysfw_configure_using_fit() local
597 struct ti_sci_board_ops board_ops; member