Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/lib/
Dfind.c54 goto found_first; in find_next_bit_inv()
69 found_first: in find_next_bit_inv()
/linux-6.1.9/drivers/input/keyboard/
Dpmic8xxx-keypad.c252 int row, found_first = -1; in pmic8xxx_detect_ghost_keys() local
261 if (found_first == -1) in pmic8xxx_detect_ghost_keys()
262 found_first = row; in pmic8xxx_detect_ghost_keys()
265 " and row[%d]\n", found_first, row); in pmic8xxx_detect_ghost_keys()