Searched refs:z8530_dev (Results 1 – 5 of 5) sorted by relevance
49 static inline struct z8530_dev *dev_to_sv(struct net_device *dev) in dev_to_sv()51 return (struct z8530_dev *)dev_to_hdlc(dev)->priv; in dev_to_sv()76 struct z8530_dev *sv11 = dev_to_sv(d); in hostess_open()123 struct z8530_dev *sv11 = dev_to_sv(d); in hostess_close()172 static struct z8530_dev *sv11_init(int iobase, int irq) in sv11_init()174 struct z8530_dev *sv; in sv11_init()184 sv = kzalloc(sizeof(struct z8530_dev), GFP_KERNEL); in sv11_init()291 static void sv11_shutdown(struct z8530_dev *dev) in sv11_shutdown()320 static struct z8530_dev *sv11_unit;
310 struct z8530_dev *dev; /* Z85230 chip instance we are from */337 struct z8530_dev struct361 void z8530_describe(struct z8530_dev *, char *mapping, unsigned long io); argument362 int z8530_init(struct z8530_dev *);363 int z8530_shutdown(struct z8530_dev *);
38 struct z8530_dev board;178 struct z8530_dev *dev; in slvl_init()
648 struct z8530_dev *dev = dev_id; in z8530_interrupt()1124 void z8530_describe(struct z8530_dev *dev, char *mapping, unsigned long io) in z8530_describe()1137 static inline int do_z8530_init(struct z8530_dev *dev) in do_z8530_init()1212 int z8530_init(struct z8530_dev *dev) in z8530_init()1240 int z8530_shutdown(struct z8530_dev *dev) in z8530_shutdown()
54 Having identified the chip you need to fill in a struct z8530_dev,62 z8530_dev structure pointer. Whether the interrupt can be shared or not94 After this call the type field of the z8530_dev structure is
Completed in 11 milliseconds