Searched refs:nubus_board (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.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); 96 struct proc_dir_entry *nubus_proc_add_board(struct nubus_board *board); 99 struct nubus_board *board); 108 struct proc_dir_entry *nubus_proc_add_board(struct nubus_board *board) in nubus_proc_add_board() 113 struct nubus_board *board) in nubus_proc_add_rsrc_dir() 136 int nubus_get_root_dir(const struct nubus_board *board, 139 int nubus_get_board_dir(const struct nubus_board *board, [all …]
|
/linux-6.12.1/drivers/nubus/ |
D | bus.c | 14 #define to_nubus_board(d) container_of(d, struct nubus_board, dev) 71 struct nubus_board *board = to_nubus_board(dev); in nubus_device_release() 82 int nubus_device_register(struct nubus_board *board) in nubus_device_register() 95 struct nubus_board *board = to_nubus_board(dev); in nubus_print_device_name_fn()
|
D | nubus.c | 226 int nubus_get_root_dir(const struct nubus_board *board, in nubus_get_root_dir() 246 int nubus_get_board_dir(const struct nubus_board *board, in nubus_get_board_dir() 345 static int __init nubus_get_block_rsrc_dir(struct nubus_board *board, in nubus_get_block_rsrc_dir() 365 static int __init nubus_get_display_vidmode(struct nubus_board *board, in nubus_get_display_vidmode() 497 nubus_get_functional_resource(struct nubus_board *board, int slot, in nubus_get_functional_resource() 592 static int __init nubus_get_icon(struct nubus_board *board, in nubus_get_icon() 611 static int __init nubus_get_vendorinfo(struct nubus_board *board, in nubus_get_vendorinfo() 638 static int __init nubus_get_board_resource(struct nubus_board *board, int slot, in nubus_get_board_resource() 726 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-6.12.1/drivers/net/ethernet/8390/ |
D | mac8390.c | 124 static int mac8390_initdev(struct net_device *dev, struct nubus_board *board, 288 struct nubus_board *board = fres->board; in mac8390_rsrc_init() 387 static int mac8390_device_probe(struct nubus_board *board) in mac8390_device_probe() 431 static void mac8390_device_remove(struct nubus_board *board) in mac8390_device_remove() 478 static int mac8390_initdev(struct net_device *dev, struct nubus_board *board, in mac8390_initdev()
|
/linux-6.12.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() 554 static int mac_sonic_nubus_probe(struct nubus_board *board) in mac_sonic_nubus_probe() 611 static void mac_sonic_nubus_remove(struct nubus_board *board) in mac_sonic_nubus_remove()
|