Searched refs:ske_keypad_lock (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/input/keyboard/
H A Dnomadik-ske-keypad.c62 * @ske_keypad_lock: spinlock protecting the keypad read/writes
72 spinlock_t ske_keypad_lock; member in struct:ske_keypad
80 spin_lock(&keypad->ske_keypad_lock);
87 spin_unlock(&keypad->ske_keypad_lock);
112 spin_lock(&keypad->ske_keypad_lock);
117 spin_unlock(&keypad->ske_keypad_lock);
261 spin_lock_init(&keypad->ske_keypad_lock);

Completed in 82 milliseconds