Searched refs:nubus_board (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/include/linux/ |
D | nubus.h | 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); 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-v6.1/drivers/nubus/ |
D | bus.c | 14 #define to_nubus_board(d) container_of(d, struct nubus_board, dev) 78 struct nubus_board *board = to_nubus_board(dev); in nubus_device_release() 89 int nubus_device_register(struct nubus_board *board) in nubus_device_register() 102 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()
|
/Linux-v6.1/drivers/net/ethernet/8390/ |
D | mac8390.c | 126 static int mac8390_initdev(struct net_device *dev, struct nubus_board *board, 290 struct nubus_board *board = fres->board; in mac8390_rsrc_init() 389 static int mac8390_device_probe(struct nubus_board *board) in mac8390_device_probe() 433 static void mac8390_device_remove(struct nubus_board *board) in mac8390_device_remove() 480 static int mac8390_initdev(struct net_device *dev, struct nubus_board *board, in mac8390_initdev()
|
/Linux-v6.1/drivers/net/ethernet/natsemi/ |
D | macsonic.c | 401 static int mac_sonic_nubus_probe_board(struct nubus_board *board, int id, in mac_sonic_nubus_probe_board() 556 static int mac_sonic_nubus_probe(struct nubus_board *board) in mac_sonic_nubus_probe() 613 static void mac_sonic_nubus_remove(struct nubus_board *board) in mac_sonic_nubus_remove()
|