Home
last modified time | relevance | path

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

/drivers/input/keyboard/
Dtca6416-keypad.c50 bool use_polling; member
148 if (chip->use_polling) in tca6416_keys_open()
160 if (chip->use_polling) in tca6416_keys_close()
230 chip->use_polling = pdata->use_polling; in tca6416_keypad_probe()
268 if (!chip->use_polling) { in tca6416_keypad_probe()
295 if (!chip->use_polling) in tca6416_keypad_probe()
307 if (!chip->use_polling) in tca6416_keypad_remove()
/drivers/video/fbdev/
Dtmiofb.c193 bool use_polling; member
224 if (unlikely(par->use_polling && irq != -1)) { in tmiofb_irq()
226 par->use_polling = false; in tmiofb_irq()
358 if (irqs_disabled() || par->use_polling) { in tmiofb_acc_wait()
704 par->use_polling = true; in tmiofb_probe()
947 par->use_polling = true; in tmiofb_suspend()
/drivers/mtd/nand/raw/
Dsunxi_nand.c280 bool use_polling, unsigned int timeout_ms) in sunxi_nfc_wait_events() argument
290 if (!use_polling) { in sunxi_nfc_wait_events()