Searched refs:board_get_ops (Results 1 – 2 of 2) sorted by relevance
18 struct board_ops *ops = board_get_ops(dev); in board_detect()28 struct board_ops *ops = board_get_ops(dev); in board_get_bool()38 struct board_ops *ops = board_get_ops(dev); in board_get_int()48 struct board_ops *ops = board_get_ops(dev); in board_get_str()
84 #define board_get_ops(dev) ((struct board_ops *)(dev)->driver->ops) macro