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

/linux-master/drivers/input/keyboard/
H A Dqt1050.c108 u32 thr_cnt; member in struct:qt1050_key
333 err = regmap_write(map, key_regs->nthr, button->thr_cnt);
411 &button.thr_cnt)) {
412 button.thr_cnt = 20;
414 if (button.thr_cnt > 255)
415 button.thr_cnt = 20;

Completed in 353 milliseconds