Home
last modified time | relevance | path

Searched refs:unlock_timer (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/input/
H A Dadp5589.h156 …unsigned char unlock_timer; /* Time in seconds [0..7] between the two unlock keys 0=disable (ADP55… member
/linux-6.15/kernel/time/
H A Dposix-timers.c77 static inline void unlock_timer(struct k_itimer *timr) in unlock_timer() function
88 DEFINE_CLASS(lock_timer, struct k_itimer *, unlock_timer(_T), __lock_timer(id), timer_t id);
/linux-6.15/drivers/input/keyboard/
H A Dadp5589-keys.c649 pdata->unlock_timer & LTIME_MASK); in adp5589_setup()