Lines Matching full:board
80 struct nubus_board *board; member
88 int (*probe)(struct nubus_board *board);
89 void (*remove)(struct nubus_board *board);
98 struct proc_dir_entry *nubus_proc_add_board(struct nubus_board *board);
101 struct nubus_board *board);
110 struct proc_dir_entry *nubus_proc_add_board(struct nubus_board *board) in nubus_proc_add_board() argument
115 struct nubus_board *board) in nubus_proc_add_rsrc_dir() argument
131 for_each_func_rsrc(f) if (f->board != b) {} else
136 /* The root directory which contains the board and functional
138 int nubus_get_root_dir(const struct nubus_board *board,
140 /* The board directory */
141 int nubus_get_board_dir(const struct nubus_board *board,
168 int nubus_device_register(struct nubus_board *board);
173 static inline void nubus_set_drvdata(struct nubus_board *board, void *data) in nubus_set_drvdata() argument
175 dev_set_drvdata(&board->dev, data); in nubus_set_drvdata()
178 static inline void *nubus_get_drvdata(struct nubus_board *board) in nubus_get_drvdata() argument
180 return dev_get_drvdata(&board->dev); in nubus_get_drvdata()