Searched +full:penirq +full:- +full:recheck +full:- +full:delay +full:- +full:usecs (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Alexander Stein <alexander.stein@ew.tq-group.com>11 - Dmitry Torokhov <dmitry.torokhov@gmail.com>12 - Marek Vasut <marex@denx.de>21 - ti,ads784322 - ti,ads784523 - ti,ads784624 - ti,ads7873[all …]
1 // SPDX-License-Identifier: GPL-2.0-only10 * - corgi_ts.c11 * Copyright (C) 2004-2005 Richard Purdie12 * - omap_ts.[hc], ads7846.h, ts_osk.c21 #include <linux/delay.h>39 * Support for ads7843 tested on Atmel at91sam926x-EK.53 * note. The strength of filtering can be set in the board-* specific57 #define TS_POLL_DELAY 1 /* ms delay before the first sample */58 #define TS_POLL_PERIOD 5 /* ms delay between samples */76 * driver is used with DMA-based SPI controllers (like atmel_spi) on[all …]