Home
last modified time | relevance | path

Searched refs:nubus_dev (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/linux/
Dnubus.h215 struct nubus_dev* first_dev;
241 struct nubus_dev { struct
243 struct nubus_dev* next; argument
273 extern struct nubus_dev* nubus_devices; argument
282 int nubus_proc_attach_device(struct nubus_dev *dev);
283 int nubus_proc_detach_device(struct nubus_dev *dev);
285 struct nubus_dev* nubus_find_device(unsigned short category,
289 const struct nubus_dev* from);
290 struct nubus_dev* nubus_find_type(unsigned short category,
292 const struct nubus_dev* from);
[all …]
/linux-2.4.37.9/drivers/nubus/
Dproc.c32 struct nubus_dev *dev = nubus_devices; in get_nubus_dev_info()
64 static void nubus_proc_subdir(struct nubus_dev* dev, in nubus_proc_subdir()
84 static void nubus_proc_populate(struct nubus_dev* dev, in nubus_proc_populate()
113 int nubus_proc_attach_device(struct nubus_dev *dev) in nubus_proc_attach_device()
146 int nubus_proc_detach_device(struct nubus_dev *dev) in nubus_proc_detach_device()
161 struct nubus_dev *dev; in proc_bus_nubus_add_devices()
Dnubus.c49 struct nubus_dev* nubus_devices;
216 int nubus_get_func_dir(const struct nubus_dev* dev, in nubus_get_func_dir()
288 struct nubus_dev*
293 const struct nubus_dev* from) in nubus_find_device()
295 struct nubus_dev* itor = in nubus_find_device()
309 struct nubus_dev*
312 const struct nubus_dev* from) in nubus_find_type()
314 struct nubus_dev* itor = in nubus_find_type()
326 struct nubus_dev*
328 const struct nubus_dev* from) in nubus_find_slot()
[all …]
/linux-2.4.37.9/drivers/net/
Dmac8390.c129 extern enum mac8390_type mac8390_ident(struct nubus_dev * dev);
132 extern int mac8390_initdev(struct net_device * dev, struct nubus_dev * ndev,
174 enum mac8390_type __init mac8390_ident(struct nubus_dev * dev) in mac8390_ident()
234 struct nubus_dev * ndev = NULL; in mac8390_probe()
405 int __init mac8390_initdev(struct net_device * dev, struct nubus_dev * ndev, in mac8390_initdev()
Dmacsonic.c485 int __init macsonic_ident(struct nubus_dev* ndev) in macsonic_ident()
504 struct nubus_dev* ndev = NULL; in mac_nubus_sonic_probe()
/linux-2.4.37.9/drivers/video/
Dmacfb.c885 struct nubus_dev* ndev = NULL; in macfb_init()