Lines Matching refs:compat
49 compat = node.props['compatible'].value
50 if not isinstance(compat, list):
51 compat = [compat]
52 return [conv_name_to_c(c) for c in compat]
86 self.compat = None
101 self.compat == other.compat and
108 (self.name, self.used, self.uclass_id, self.compat, self.priv))
454 compat = None
516 compat = m_of_match.group(2)
521 (fname, suffix, compat))
528 if driver.uclass_id and (compat or is_root):
530 if compat not in of_match:
533 (fname, compat, ','.join(of_match.keys())))
534 driver.compat = of_match[compat]
540 for compat_id in of_match[compat]:
557 compat = None