1NAND_GET_DEVICE(9) Internal Functions Provided NAND_GET_DEVICE(9)
2
3
4
6 nand_get_device - [GENERIC] Get chip for selected access
7
9 int nand_get_device(struct nand_chip * chip, struct mtd_info * mtd,
10 int new_state);
11
13 chip
14 the nand chip descriptor
15
16 mtd
17 MTD device structure
18
19 new_state
20 the state which is requested
21
23 Get the device and lock it for exclusive access
24
26 Thomas Gleixner <tglx@linutronix.de>
27 Author.
28
30Kernel Hackers Manual 2.6. June 2019 NAND_GET_DEVICE(9)