Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/
Dz85230.h401 int z8530_init(struct z8530_dev *);
Dhostess_sv11.c257 if (z8530_init(sv)) { in sv11_init()
Dsealevel.c294 if (z8530_init(dev) != 0) { in slvl_init()
Dz85230.c1322 int z8530_init(struct z8530_dev *dev) in z8530_init() function
1340 EXPORT_SYMBOL(z8530_init);
/Linux-v4.19/Documentation/networking/
Dz8530book.rst90 :c:func:`z8530_init()`. This will probe the chip and reset it into
98 Once you have called z8530_init you can also make use of the utility
/Linux-v4.19/drivers/net/hamradio/
Dscc.c200 static void z8530_init(void);
1459 static void z8530_init(void) in z8530_init() function
1841 z8530_init(); in scc_net_ioctl()