Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
nand_hw_control Struct Reference

#include <nand.h>

Data Fields

spinlock_t lock
 
struct nand_chipactive
 
wait_queue_head_t wq
 

Detailed Description

struct nand_hw_control - Control structure for hardware controller (e.g ECC generator) shared among independent devices : protection lock : the mtd device which holds the controller currently : wait queue to sleep on if a NAND operation is in progress used instead of the per chip wait queue when a hw controller is available.

Definition at line 321 of file nand.h.

Field Documentation

struct nand_chip* active

Definition at line 323 of file nand.h.

spinlock_t lock

Definition at line 322 of file nand.h.

Definition at line 324 of file nand.h.


The documentation for this struct was generated from the following file: