Home | History | Annotate | Download | only in cros

Lines Matching full:_input

129     int   <tname>_temp<num>_input: Current temperature in millidegrees Celsius
143 gpaths = glob.glob("%s/%stemp*_input" % (subpath1, subpath2))
202 if kname is 'temp' or kname.endswith('_input'):
1501 match = re.match(r'(\S+)_temp(\d+)_input', kname)