Man Page: struct_nand_hw_control
Operating Environment: centos
Section: 9
STRUCTNAND_HW_CONTR(9) Structures STRUCT NAND_HW_CONTR(9)NAMEstruct_nand_hw_control - Control structure for hardware controller (e.g ECC generator) shared among independent devicesSYNOPSISstruct nand_hw_control { spinlock_t lock; struct nand_chip * active; wait_queue_head_t wq; };MEMBERSlock protection lock active the mtd device which holds the controller currently wq 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.AUTHORThomas Gleixner <tglx@linutronix.de> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT NAND_HW_CONTR(9)
| Related Man Pages |
|---|
| struct_irq_chip(9) - centos |
| struct_irq_chip_generic(9) - centos |
| struct_spi_master(9) - centos |
| struct_irq_desc(9) - suse |
| struct_nand_ecc_ctrl(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Set hard block limit for user using quota |
| CentOS7 restoring file capabilities |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |