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);
96 struct proc_dir_entry *nubus_proc_add_board(struct nubus_board *board);
99 struct nubus_board *board);
108 struct proc_dir_entry *nubus_proc_add_board(struct nubus_board *board) in nubus_proc_add_board()
113 struct nubus_board *board) in nubus_proc_add_rsrc_dir()
136 int nubus_get_root_dir(const struct nubus_board *board,
139 int nubus_get_board_dir(const struct nubus_board *board,
166 int nubus_device_register(struct nubus_board *board);
171 static inline void nubus_set_drvdata(struct nubus_board *board, void *data) in nubus_set_drvdata()
176 static inline void *nubus_get_drvdata(struct nubus_board *board) in nubus_get_drvdata()