Home
last modified time | relevance | path

Searched refs:found_first (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/s390/lib/
Dfind.c54 goto found_first; in find_next_bit_inv()
69 found_first: in find_next_bit_inv()
/Linux-v4.19/drivers/input/keyboard/
Dpmic8xxx-keypad.c260 int row, found_first = -1; in pmic8xxx_detect_ghost_keys() local
269 if (found_first == -1) in pmic8xxx_detect_ghost_keys()
270 found_first = row; in pmic8xxx_detect_ghost_keys()
273 " and row[%d]\n", found_first, row); in pmic8xxx_detect_ghost_keys()