Searched refs:_ts (Results 1 – 9 of 9) sorted by relevance
53 struct __kernel_timespec *_ts) in clock_gettime_fallback() argument55 register struct __kernel_timespec *ts asm("a1") = _ts; in clock_gettime_fallback()79 struct __kernel_timespec *_ts) in clock_getres_fallback() argument81 register struct __kernel_timespec *ts asm("a1") = _ts; in clock_getres_fallback()107 struct old_timespec32 *_ts) in clock_gettime32_fallback() argument109 register struct old_timespec32 *ts asm("a1") = _ts; in clock_gettime32_fallback()129 struct old_timespec32 *_ts) in clock_getres32_fallback() argument131 register struct old_timespec32 *ts asm("a1") = _ts; in clock_getres32_fallback()
38 long clock_gettime_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_gettime_fallback() argument41 register struct __kernel_timespec *ts asm("a1") = _ts; in clock_gettime_fallback()54 int clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_getres_fallback() argument57 register struct __kernel_timespec *ts asm("a1") = _ts; in clock_getres_fallback()
40 struct __kernel_timespec *_ts) in clock_gettime_fallback() argument43 register struct __kernel_timespec *ts asm("a1") = _ts; in clock_gettime_fallback()59 struct __kernel_timespec *_ts) in clock_getres_fallback() argument62 register struct __kernel_timespec *ts asm("a1") = _ts; in clock_getres_fallback()
393 static void bu21013_power_off(void *_ts) in bu21013_power_off() argument395 struct bu21013_ts *ts = _ts; in bu21013_power_off()400 static void bu21013_disable_chip(void *_ts) in bu21013_disable_chip() argument402 struct bu21013_ts *ts = _ts; in bu21013_disable_chip()
163 static void cy8ctmg110_shut_off(void *_ts) in cy8ctmg110_shut_off() argument165 struct cy8ctmg110 *ts = _ts; in cy8ctmg110_shut_off()
96 static void zet6223_power_off(void *_ts) in zet6223_power_off() argument98 struct zet6223_ts *ts = _ts; in zet6223_power_off()
168 static void imagis_power_off(void *_ts) in imagis_power_off() argument170 struct imagis_ts *ts = _ts; in imagis_power_off()
204 static int ucb1x00_thread(void *_ts) in ucb1x00_thread() argument206 struct ucb1x00_ts *ts = _ts; in ucb1x00_thread()
125 #define AD7944_DEFINE_CHIP_INFO(_name, _ts, _max, _bits, _diff) \ argument128 .timing_spec = &_ts##_timing_spec, \