Searched refs:_ts (Results 1 – 7 of 7) sorted by relevance
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()
136 static irqreturn_t tsc200x_irq_thread(int irq, void *_ts) in tsc200x_irq_thread() argument138 struct tsc200x *ts = _ts; in tsc200x_irq_thread()
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, \
Completed in 20 milliseconds