Searched refs:match_index (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 299 match_index = re.findall(match_pattern, procout) 300 if len(match_index) != int(tidx["matchCount"]):
|
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 419 match_index = re.findall(match_pattern, procout) 420 if len(match_index) != int(tidx["matchCount"]):
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-input.c | 76 static bool match_index(struct hid_usage *usage, in match_index() function 122 usage = hidinput_find_key(hid, match_index, ke->index, index); in hidinput_locate_usage()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-input.c | 122 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()
|
Completed in 8 milliseconds