Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/tc-testing/
Dtdc.py299 match_index = re.findall(match_pattern, procout)
300 if len(match_index) != int(tidx["matchCount"]):
/linux-6.1.9/drivers/hid/
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()