Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py449 match_index = re.findall(match_pattern, procout)
450 if len(match_index) != int(tidx["matchCount"]):
/linux/drivers/hid/
H A Dhid-input.c122 static bool match_index(struct hid_usage *usage, in match_index() function
168 usage = hidinput_find_key(hid, match_index, ke->index, index); in hidinput_locate_usage()