1PANIC_NAND_WAIT(9)        Internal Functions Provided       PANIC_NAND_WAIT(9)
2
3
4

NAME

6       panic_nand_wait - [GENERIC] wait until the command is done
7

SYNOPSIS

9       void panic_nand_wait(struct mtd_info * mtd, struct nand_chip * chip,
10                            unsigned long timeo);
11

ARGUMENTS

13       mtd
14           MTD device structure
15
16       chip
17           NAND chip structure
18
19       timeo
20           Timeout
21

DESCRIPTION

23       Wait for command done. This is a helper function for nand_wait used
24       when we are in interrupt context. May happen when in panic and trying
25       to write an oops trough mtdoops.
26

AUTHOR

28       Thomas Gleixner <tglx@linutronix.de>
29           Author.
30
32Kernel Hackers Manual 2.6.       November 2011              PANIC_NAND_WAIT(9)
Impressum