1Z8530_SHUTDOWN(9) Public Functions Provided Z8530_SHUTDOWN(9)
2
3
4
6 z8530_shutdown - Shutdown a Z8530 device
7
9 int z8530_shutdown(struct z8530_dev * dev);
10
12 dev
13 The Z8530 chip to shutdown
14
16 We set the interrupt handlers to silence any interrupts. We then reset
17 the chip and wait 100uS to be sure the reset completed. Just in case
18 the caller then tries to do stuff.
19
20 This is called without the lock held
21
23 Alan Cox <alan@lxorguk.ukuu.org.uk>
24 Author.
25
27Kernel Hackers Manual 3.10 June 2019 Z8530_SHUTDOWN(9)