Scroll to navigation

PANIC_NAND_WAIT(9) Internal Functions Provided PANIC_NAND_WAIT(9)

NAME

panic_nand_wait - [GENERIC] wait until the command is done

SYNOPSIS

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

ARGUMENTS

struct mtd_info * mtd
MTD device structure

struct nand_chip * chip

NAND chip structure

unsigned long timeo

timeout

DESCRIPTION

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

AUTHOR

Thomas Gleixner <tglx@linutronix.de>
Author.

COPYRIGHT

July 2017 Kernel Hackers Manual 4.11