Home
last modified time | relevance | path

Searched refs:_spinlock (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/mtd/
Dflashchip.h62 spinlock_t _spinlock; /* We do it like this because sometimes they'll be shared. */ member
/linux-2.4.37.9/drivers/mtd/chips/
Dgen_probe.c140 spin_lock_init(&retcfi->chips[i]._spinlock); in genprobe_ident_chips()
141 retcfi->chips[i].mutex = &retcfi->chips[i]._spinlock; in genprobe_ident_chips()
Dsharp.c147 sharp->chips[0].mutex = &sharp->chips[0]._spinlock; in sharp_probe()
150 spin_lock_init(&sharp->chips[0]._spinlock); in sharp_probe()
Damd_flash.c390 &chips[private->numchips]._spinlock; in probe_new_chip()
693 chips[0].mutex = &chips[0]._spinlock; in amd_flash_probe()
779 spin_lock_init(&private->chips[i]._spinlock); in amd_flash_probe()