Searched refs:nubus_dev (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
D | nubus.h | 19 struct nubus_dev* first_dev; 45 struct nubus_dev { struct 47 struct nubus_dev* next; argument 77 extern struct nubus_dev* nubus_devices; argument 89 int nubus_proc_attach_device(struct nubus_dev *dev); 91 struct nubus_dev* nubus_find_device(unsigned short category, 95 const struct nubus_dev* from); 96 struct nubus_dev* nubus_find_type(unsigned short category, 98 const struct nubus_dev* from); 100 struct nubus_dev* nubus_find_slot(unsigned int slot, [all …]
|
/linux-4.1.27/drivers/nubus/ |
D | nubus.c | 47 struct nubus_dev* nubus_devices; 217 int nubus_get_func_dir(const struct nubus_dev* dev, in nubus_get_func_dir() 294 struct nubus_dev* 299 const struct nubus_dev* from) in nubus_find_device() 301 struct nubus_dev* itor = in nubus_find_device() 316 struct nubus_dev* 319 const struct nubus_dev* from) in nubus_find_type() 321 struct nubus_dev* itor = in nubus_find_type() 334 struct nubus_dev* 336 const struct nubus_dev* from) in nubus_find_slot() [all …]
|
D | proc.c | 34 struct nubus_dev *dev = nubus_devices; in nubus_devices_proc_show() 67 static void nubus_proc_subdir(struct nubus_dev* dev, in nubus_proc_subdir() 88 static void nubus_proc_populate(struct nubus_dev* dev, in nubus_proc_populate() 117 int nubus_proc_attach_device(struct nubus_dev *dev) in nubus_proc_attach_device() 219 struct nubus_dev *dev; in proc_bus_nubus_add_devices()
|
/linux-4.1.27/drivers/net/ethernet/8390/ |
D | mac8390.c | 126 static int mac8390_initdev(struct net_device *dev, struct nubus_dev *ndev, 172 static enum mac8390_type __init mac8390_ident(struct nubus_dev *dev) in mac8390_ident() 292 static bool __init mac8390_init(struct net_device *dev, struct nubus_dev *ndev, in mac8390_init() 397 struct nubus_dev *ndev = NULL; in mac8390_probe() 505 struct nubus_dev *ndev, in mac8390_initdev()
|
/linux-4.1.27/drivers/net/ethernet/natsemi/ |
D | macsonic.c | 431 static int macsonic_ident(struct nubus_dev *ndev) in macsonic_ident() 459 struct nubus_dev* ndev = NULL; in mac_nubus_sonic_probe()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | macfb.c | 559 struct nubus_dev* ndev = NULL; in macfb_init()
|