Lines Matching refs:nubus_board
35 struct nubus_board { struct
80 struct nubus_board *board; argument
88 int (*probe)(struct nubus_board *board);
89 void (*remove)(struct nubus_board *board);
97 struct proc_dir_entry *nubus_proc_add_board(struct nubus_board *board);
100 struct nubus_board *board);
109 struct proc_dir_entry *nubus_proc_add_board(struct nubus_board *board) in nubus_proc_add_board()
114 struct nubus_board *board) in nubus_proc_add_rsrc_dir()
137 int nubus_get_root_dir(const struct nubus_board *board,
140 int nubus_get_board_dir(const struct nubus_board *board,
167 int nubus_device_register(struct nubus_board *board);
172 static inline void nubus_set_drvdata(struct nubus_board *board, void *data) in nubus_set_drvdata()
177 static inline void *nubus_get_drvdata(struct nubus_board *board) in nubus_get_drvdata()