Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/vdso/
H A Dgettimeofday.h53 struct __kernel_timespec *_ts) in clock_gettime_fallback() argument
55 register struct __kernel_timespec *ts asm("a1") = _ts; in clock_gettime_fallback()
79 struct __kernel_timespec *_ts) in clock_getres_fallback() argument
81 register struct __kernel_timespec *ts asm("a1") = _ts; in clock_getres_fallback()
107 struct old_timespec32 *_ts) in clock_gettime32_fallback() argument
109 register struct old_timespec32 *ts asm("a1") = _ts; in clock_gettime32_fallback()
129 struct old_timespec32 *_ts) in clock_getres32_fallback() argument
131 register struct old_timespec32 *ts asm("a1") = _ts; in clock_getres32_fallback()
/linux/arch/riscv/include/asm/vdso/
H A Dgettimeofday.h38 long clock_gettime_fallback(clockid_t _clkid, struct __kernel_timespec *_ts) in clock_gettime_fallback() argument
41 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() argument
57 register struct __kernel_timespec *ts asm("a1") = _ts; in clock_getres_fallback()
/linux/arch/loongarch/include/asm/vdso/
H A Dgettimeofday.h40 struct __kernel_timespec *_ts) in clock_gettime_fallback() argument
43 register struct __kernel_timespec *ts asm("a1") = _ts; in clock_gettime_fallback()
59 struct __kernel_timespec *_ts) in clock_getres_fallback() argument
62 register struct __kernel_timespec *ts asm("a1") = _ts; in clock_getres_fallback()
/linux/drivers/input/touchscreen/
H A Dbu21013_ts.c393 static void bu21013_power_off(void *_ts) in bu21013_power_off() argument
395 struct bu21013_ts *ts = _ts; in bu21013_power_off()
400 static void bu21013_disable_chip(void *_ts) in bu21013_disable_chip() argument
402 struct bu21013_ts *ts = _ts; in bu21013_disable_chip()
H A Dcy8ctmg110_ts.c163 static void cy8ctmg110_shut_off(void *_ts) in cy8ctmg110_shut_off() argument
165 struct cy8ctmg110 *ts = _ts; in cy8ctmg110_shut_off()
H A Dzet6223.c96 static void zet6223_power_off(void *_ts) in zet6223_power_off() argument
98 struct zet6223_ts *ts = _ts; in zet6223_power_off()
H A Dimagis.c168 static void imagis_power_off(void *_ts) in imagis_power_off() argument
170 struct imagis_ts *ts = _ts; in imagis_power_off()
/linux/drivers/mfd/
H A Ducb1x00-ts.c204 static int ucb1x00_thread(void *_ts) in ucb1x00_thread() argument
206 struct ucb1x00_ts *ts = _ts; in ucb1x00_thread()
/linux/drivers/iio/adc/
H A Dad7944.c125 #define AD7944_DEFINE_CHIP_INFO(_name, _ts, _max, _bits, _diff) \ argument
128 .timing_spec = &_ts##_timing_spec, \