Home
last modified time | relevance | path

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

/linux/scripts/dtc/
H A Ddt-extract-compatibles12 compat_list = []
24 compat_list += [compat]
26 return compat_list
31 compat_list = []
35 compat_list += re.findall(r'\.compatible\s+=\s+"(\S+)"', m[4])
37 return compat_list
51 compat_list = []
53 compat_list.append(m[2])
55 return compat_list
66 compat_list = parse_of_device_id(data, match_table_list)
[all …]