linux_dsm_epyc7002/drivers/input/touchscreen
Kees Cook 24ed960abf treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
This changes all DEFINE_TIMER() callbacks to use a struct timer_list
pointer instead of unsigned long. Since the data argument has already been
removed, none of these callbacks are using their argument currently, so
this renames the argument to "unused".

Done using the following semantic patch:

@match_define_timer@
declarer name DEFINE_TIMER;
identifier _timer, _callback;
@@

 DEFINE_TIMER(_timer, _callback);

@change_callback depends on match_define_timer@
identifier match_define_timer._callback;
type _origtype;
identifier _origarg;
@@

 void
-_callback(_origtype _origarg)
+_callback(struct timer_list *unused)
 { ... }

Signed-off-by: Kees Cook <keescook@chromium.org>
2017-11-21 15:57:05 -08:00
..
88pm860x-ts.c
ad7877.c Input: ad7877 - convert to using timer_setup() 2017-10-23 16:31:56 -07:00
ad7879-i2c.c
ad7879-spi.c
ad7879.c Input: touchsceen - convert timers to use timer_setup() 2017-10-24 10:09:33 -07:00
ad7879.h
ads7846.c
ar1021_i2c.c Input: ar1021_i2c - set INPUT_PROP_DIRECT 2017-11-03 12:47:33 -07:00
atmel_mxt_ts.c
atmel-wm97xx.c Input: touchsceen - convert timers to use timer_setup() 2017-10-24 10:09:33 -07:00
auo-pixcir-ts.c
bcm_iproc_tsc.c
bu21013_ts.c
chipone_icn8318.c
colibri-vf50-ts.c
cy8ctmg110_ts.c
cyttsp4_core.c Input: cyttsp4 - avoid overflows when calculating memory sizes 2017-11-03 12:45:22 -07:00
cyttsp4_core.h
cyttsp4_i2c.c
cyttsp4_spi.c
cyttsp_core.c
cyttsp_core.h
cyttsp_i2c_common.c
cyttsp_i2c.c
cyttsp_spi.c
da9034-ts.c
da9052_tsi.c
dynapro.c
edt-ft5x06.c
eeti_ts.c
egalax_ts_serial.c
egalax_ts.c
ektf2127.c
elants_i2c.c
elo.c
exc3000.c Input: add I2C attached EETI EXC3000 multi touch driver 2017-10-25 14:55:33 -07:00
fsl-imx25-tcq.c
fujitsu_ts.c
goodix.c Input: goodix - support gt1151 touchpanel 2017-10-24 11:58:19 -07:00
gunze.c
hampshire.c
hideep.c Input: add support for HiDeep touchscreen 2017-11-10 10:18:22 -08:00
hp680_ts_input.c
htcpen.c
ili210x.c
imx6ul_tsc.c
inexio.c
ipaq-micro-ts.c
jornada720_ts.c
Kconfig Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2017-11-14 18:07:18 -08:00
lpc32xx_ts.c
mainstone-wm97xx.c
Makefile Input: add support for the Samsung S6SY761 touchscreen 2017-11-10 10:18:23 -08:00
max11801_ts.c
mc13783_ts.c
mcs5000_ts.c
melfas_mip4.c
migor_ts.c
mk712.c
mms114.c
mtouch.c
mxs-lradc-ts.c Input: mxs-lradc - remove redundant assignment to pointer input 2017-10-27 15:48:00 -07:00
of_touchscreen.c
pcap_ts.c
penmount.c
pixcir_i2c_ts.c
raydium_i2c_ts.c
rohm_bu21023.c
s3c2410_ts.c treewide: Switch DEFINE_TIMER callbacks to struct timer_list * 2017-11-21 15:57:05 -08:00
s6sy761.c Input: add support for the Samsung S6SY761 touchscreen 2017-11-10 10:18:23 -08:00
silead.c
sis_i2c.c
st1232.c Input: st1232 - remove obsolete platform device support 2017-11-07 18:13:42 -08:00
stmfts.c
stmpe-ts.c
sun4i-ts.c
sur40.c
surface3_spi.c
sx8654.c
ti_am335x_tsc.c
touchit213.c
touchright.c
touchwin.c
tps6507x-ts.c
ts4800-ts.c
tsc40.c
tsc200x-core.c Merge branch 'next' into for-linus 2017-11-13 17:10:13 -08:00
tsc200x-core.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tsc2004.c
tsc2005.c
tsc2007_core.c
tsc2007_iio.c
tsc2007.h
ucb1400_ts.c
usbtouchscreen.c
w90p910_ts.c Input: touchsceen - convert timers to use timer_setup() 2017-10-24 10:09:33 -07:00
wacom_i2c.c
wacom_w8001.c
wdt87xx_i2c.c
wm97xx-core.c
wm831x-ts.c
wm9705.c
wm9712.c
wm9713.c
zet6223.c
zforce_ts.c
zylonite-wm97xx.c