Searched defs:board_ops (Results 1 – 2 of 2) 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
269 struct ti_sci_board_ops board_ops; member