Home
last modified time | relevance | path

Searched refs:RESET_DELAY (Results 1 – 3 of 3) sorted by relevance

/drivers/input/touchscreen/
Dbu21013_ts.c20 #define RESET_DELAY 30 macro
292 msleep(RESET_DELAY); in bu21013_init_chip()
/drivers/dma/ioat/
Ddma.h103 #define RESET_DELAY msecs_to_jiffies(100) macro
Ddma.c226 mod_timer(&chan->timer, jiffies + RESET_DELAY); in ioat1_reset_channel()