Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/keyboard/
Dbf54x-keys.c112 static inline u16 bfin_kpad_get_prescale(u32 timescale) in bfin_kpad_get_prescale() argument
116 return ((((sclk / 1000) * timescale) / 1024) - 1); in bfin_kpad_get_prescale()
/linux-4.1.27/scripts/
Danalyze_suspend.py1983 timescale = '<div class="t" style="right:{0}%">{1}</div>\n'
2000 output += timescale.format(pos, val)
2014 output += timescale.format(pos, val)