Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/keyboard/
Dtca6416-keypad.c53 bool use_polling; member
151 if (chip->use_polling) in tca6416_keys_open()
163 if (chip->use_polling) in tca6416_keys_close()
235 chip->use_polling = pdata->use_polling; in tca6416_keypad_probe()
273 if (!chip->use_polling) { in tca6416_keypad_probe()
306 if (!chip->use_polling) { in tca6416_keypad_probe()
320 if (!chip->use_polling) { in tca6416_keypad_remove()
/Linux-v4.19/include/linux/
Dtca6416_keypad.h32 int use_polling; /* use polling if Interrupt is not connected*/ member
/Linux-v4.19/drivers/video/fbdev/
Dtmiofb.c201 bool use_polling; member
232 if (unlikely(par->use_polling && irq != -1)) { in tmiofb_irq()
234 par->use_polling = false; in tmiofb_irq()
366 if (irqs_disabled() || par->use_polling) { in tmiofb_acc_wait()
712 par->use_polling = true; in tmiofb_probe()
955 par->use_polling = true; in tmiofb_suspend()
/Linux-v4.19/drivers/mtd/nand/raw/
Dsunxi_nand.c272 bool use_polling, unsigned int timeout_ms) in sunxi_nfc_wait_events() argument
282 if (!use_polling) { in sunxi_nfc_wait_events()