Searched refs:nubus_board (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/include/linux/ |
D | nubus.h | 35 struct nubus_board { struct 80 struct nubus_board *board; argument 88 int (*probe)(struct nubus_board *board); 89 int (*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, [all …]
|
/linux-4.19.296/drivers/nubus/ |
D | bus.c | 14 #define to_nubus_board(d) container_of(d, struct nubus_board, dev) 80 struct nubus_board *board = to_nubus_board(dev); in nubus_device_release() 91 int nubus_device_register(struct nubus_board *board) in nubus_device_register() 104 struct nubus_board *board = to_nubus_board(dev); in nubus_print_device_name_fn()
|
D | nubus.c | 219 int nubus_get_root_dir(const struct nubus_board *board, in nubus_get_root_dir() 239 int nubus_get_board_dir(const struct nubus_board *board, in nubus_get_board_dir() 338 static int __init nubus_get_block_rsrc_dir(struct nubus_board *board, in nubus_get_block_rsrc_dir() 358 static int __init nubus_get_display_vidmode(struct nubus_board *board, in nubus_get_display_vidmode() 490 nubus_get_functional_resource(struct nubus_board *board, int slot, in nubus_get_functional_resource() 585 static int __init nubus_get_icon(struct nubus_board *board, in nubus_get_icon() 604 static int __init nubus_get_vendorinfo(struct nubus_board *board, in nubus_get_vendorinfo() 631 static int __init nubus_get_board_resource(struct nubus_board *board, int slot, in nubus_get_board_resource() 719 struct nubus_board *board; in nubus_add_board()
|
D | proc.c | 54 struct proc_dir_entry *nubus_proc_add_board(struct nubus_board *board) in nubus_proc_add_board() 70 struct nubus_board *board) in nubus_proc_add_rsrc_dir()
|