Lines Matching full:board
80 struct nubus_board *board; member
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() argument
114 struct nubus_board *board) in nubus_proc_add_rsrc_dir() argument
130 for_each_func_rsrc(f) if (f->board != b) {} else
135 /* The root directory which contains the board and functional
137 int nubus_get_root_dir(const struct nubus_board *board,
139 /* The board directory */
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() argument
174 dev_set_drvdata(&board->dev, data); in nubus_set_drvdata()
177 static inline void *nubus_get_drvdata(struct nubus_board *board) in nubus_get_drvdata() argument
179 return dev_get_drvdata(&board->dev); in nubus_get_drvdata()