Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/vdso/
Dgettimeofday.c45 struct timespec *_ts) in clock_gettime_fallback() argument
47 register struct timespec *ts asm("a1") = _ts; in clock_gettime_fallback()
/Linux-v4.19/arch/arm/vdso/
Dvgettimeofday.c63 struct timespec *_ts) in clock_gettime_fallback() argument
65 register struct timespec *ts asm("r1") = _ts; in clock_gettime_fallback()
/Linux-v4.19/arch/nds32/kernel/vdso/
Dgettimeofday.c51 struct timespec *_ts) in clock_gettime_fallback() argument
53 register struct timespec *ts asm("$r1") = _ts; in clock_gettime_fallback()
/Linux-v4.19/drivers/input/touchscreen/
Dzet6223.c107 static void zet6223_power_off(void *_ts) in zet6223_power_off() argument
109 struct zet6223_ts *ts = _ts; in zet6223_power_off()
Dtsc200x-core.c143 static irqreturn_t tsc200x_irq_thread(int irq, void *_ts) in tsc200x_irq_thread() argument
145 struct tsc200x *ts = _ts; in tsc200x_irq_thread()
/Linux-v4.19/drivers/mfd/
Ducb1x00-ts.c207 static int ucb1x00_thread(void *_ts) in ucb1x00_thread() argument
209 struct ucb1x00_ts *ts = _ts; in ucb1x00_thread()