Searched refs:z8530_dev (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wan/
H A Dhostess_sv11.c50 static inline struct z8530_dev* dev_to_sv(struct net_device *dev)
52 return (struct z8530_dev *)dev_to_hdlc(dev)->priv;
80 struct z8530_dev *sv11 = dev_to_sv(d);
128 struct z8530_dev *sv11 = dev_to_sv(d);
153 /* struct z8530_dev *sv11=dev_to_sv(d);
188 static struct z8530_dev *sv11_init(int iobase, int irq)
190 struct z8530_dev *sv;
201 sv = kzalloc(sizeof(struct z8530_dev), GFP_KERNEL);
310 static void sv11_shutdown(struct z8530_dev *dev)
339 static struct z8530_dev *sv11_uni
[all...]
H A Dz85230.h309 struct z8530_dev *dev; /* Z85230 chip instance we are from */
375 struct z8530_dev struct
399 extern void z8530_describe(struct z8530_dev *, char *mapping, unsigned long io);
400 extern int z8530_init(struct z8530_dev *);
401 extern int z8530_shutdown(struct z8530_dev *);
H A Dsealevel.c48 struct z8530_dev board;
212 struct z8530_dev *dev;
H A Dz85230.c709 struct z8530_dev *dev=dev_id;
1229 void z8530_describe(struct z8530_dev *dev, char *mapping, unsigned long io)
1245 static inline int do_z8530_init(struct z8530_dev *dev)
1324 int z8530_init(struct z8530_dev *dev)
1355 int z8530_shutdown(struct z8530_dev *dev)

Completed in 79 milliseconds