Searched refs:nubus_board (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/ |
D | nubus.h | 17 struct nubus_board { struct 18 struct nubus_board* next; argument 73 struct nubus_board* board; 79 extern struct nubus_board* nubus_boards; 108 int nubus_get_root_dir(const struct nubus_board* board, 111 int nubus_get_board_dir(const struct nubus_board* board,
|
/linux-4.1.27/drivers/nubus/ |
D | nubus.c | 48 struct nubus_board* nubus_boards; 206 int nubus_get_root_dir(const struct nubus_board* board, in nubus_get_root_dir() 227 int nubus_get_board_dir(const struct nubus_board* board, in nubus_get_board_dir() 461 nubus_get_functional_resource(struct nubus_board* board, in nubus_get_functional_resource() 555 static int __init nubus_get_vidnames(struct nubus_board* board, in nubus_get_vidnames() 595 static int __init nubus_get_icon(struct nubus_board* board, in nubus_get_icon() 622 static int __init nubus_get_vendorinfo(struct nubus_board* board, in nubus_get_vendorinfo() 650 static int __init nubus_get_board_resource(struct nubus_board* board, int slot, in nubus_get_board_resource() 723 static void __init nubus_find_rom_dir(struct nubus_board* board) in nubus_find_rom_dir() 799 static struct nubus_board* __init nubus_add_board(int slot, int bytelanes) in nubus_add_board() [all …]
|
D | proc.c | 155 const struct nubus_board *board = v; in nubus_proc_show() 167 struct nubus_board *board; in nubus_proc_start() 184 struct nubus_board *board = v; in nubus_proc_next()
|