Home
last modified time | relevance | path

Searched refs:input_device_enabled (Results 1 – 25 of 42) sorted by relevance

12

/drivers/input/keyboard/
Dspear-keyboard.c321 if (input_device_enabled(input_dev)) { in spear_kbd_suspend()
329 if (input_device_enabled(input_dev)) in spear_kbd_suspend()
354 if (input_device_enabled(input_dev)) in spear_kbd_resume()
359 if (input_device_enabled(input_dev)) in spear_kbd_resume()
Dst-keyscan.c224 else if (input_device_enabled(input)) in keyscan_suspend()
242 else if (input_device_enabled(input)) in keyscan_resume()
Dlpc32xx-keys.c276 if (input_device_enabled(input)) { in lpc32xx_kscan_suspend()
295 if (input_device_enabled(input)) { in lpc32xx_kscan_resume()
Dipaq-micro-keys.c146 if (input_device_enabled(input)) in micro_key_resume()
Dimx_keypad.c526 if (input_device_enabled(input_dev)) in imx_kbd_noirq_suspend()
556 if (input_device_enabled(input_dev)) { in imx_kbd_noirq_resume()
/drivers/input/touchscreen/
Dpixcir_i2c_ts.c418 if (!input_device_enabled(input)) { in pixcir_i2c_ts_suspend()
425 } else if (input_device_enabled(input)) { in pixcir_i2c_ts_suspend()
445 if (!input_device_enabled(input)) { in pixcir_i2c_ts_resume()
452 } else if (input_device_enabled(input)) { in pixcir_i2c_ts_resume()
Dauo-pixcir-ts.c417 if (!input_device_enabled(input)) { in auo_pixcir_suspend()
425 } else if (input_device_enabled(input)) { in auo_pixcir_suspend()
448 if (!input_device_enabled(input)) { in auo_pixcir_resume()
455 } else if (input_device_enabled(input)) { in auo_pixcir_resume()
Dwm97xx-core.c810 if (input_device_enabled(wm->input_dev)) in wm97xx_suspend()
816 if (input_device_enabled(wm->input_dev)) in wm97xx_suspend()
823 (!input_device_enabled(wm->input_dev) || !suspend_mode)) { in wm97xx_suspend()
841 if (input_device_enabled(wm->input_dev)) { in wm97xx_resume()
858 if (input_device_enabled(wm->input_dev) && !wm->pen_irq) { in wm97xx_resume()
Dchipone_icn8318.c157 if (input_device_enabled(data->input)) in icn8318_suspend()
169 if (input_device_enabled(data->input)) in icn8318_resume()
Deeti_ts.c244 if (input_device_enabled(input_dev)) in eeti_ts_suspend()
266 if (input_device_enabled(input_dev)) in eeti_ts_resume()
Dmsg2638.c293 if (input_device_enabled(msg2638->input_dev)) in msg2638_suspend()
309 if (input_device_enabled(msg2638->input_dev)) in msg2638_resume()
Dzforce_ts.c629 if (!input_device_enabled(input)) { in zforce_suspend()
636 } else if (input_device_enabled(input)) { in zforce_suspend()
673 if (!input_device_enabled(input)) { in zforce_resume()
678 } else if (input_device_enabled(input)) { in zforce_resume()
Dad7879.c309 if (!ts->suspended && !ts->disabled && input_device_enabled(ts->input)) in ad7879_suspend()
325 if (ts->suspended && !ts->disabled && input_device_enabled(ts->input)) in ad7879_resume()
342 if (!ts->suspended && input_device_enabled(ts->input)) { in ad7879_toggle()
Dbu21029_ts.c433 if (input_device_enabled(bu21029->in_dev)) in bu21029_suspend()
448 if (input_device_enabled(bu21029->in_dev)) in bu21029_resume()
Dlpc32xx_ts.c337 if (input_device_enabled(input)) { in lpc32xx_ts_suspend()
356 if (input_device_enabled(input)) { in lpc32xx_ts_resume()
Dektf2127.c185 if (input_device_enabled(ts->input)) in ektf2127_suspend()
197 if (input_device_enabled(ts->input)) in ektf2127_resume()
Dmms114.c205 if (!input_device_enabled(input_dev)) { in mms114_interrupt()
578 if (input_device_enabled(input_dev)) in mms114_suspend()
593 if (input_device_enabled(input_dev)) { in mms114_resume()
Ducb1400_ts.c413 if (input_device_enabled(idev)) in ucb1400_ts_suspend()
427 if (input_device_enabled(idev)) in ucb1400_ts_resume()
Dipaq-micro-ts.c138 if (input_device_enabled(input)) in micro_ts_resume()
Dimx6ul_tsc.c523 if (input_device_enabled(input_dev)) in imx6ul_tsc_suspend()
540 if (input_device_enabled(input_dev)) in imx6ul_tsc_resume()
Dzinitix.c561 if (input_device_enabled(bt541->input_dev)) in zinitix_suspend()
577 if (input_device_enabled(bt541->input_dev)) in zinitix_resume()
/drivers/input/misc/
Ddrv2665.c233 if (input_device_enabled(haptics->input_dev)) { in drv2665_suspend()
262 if (input_device_enabled(haptics->input_dev)) { in drv2665_resume()
Ddrv2667.c410 if (input_device_enabled(haptics->input_dev)) { in drv2667_suspend()
439 if (input_device_enabled(haptics->input_dev)) { in drv2667_resume()
Ddrv260x.c584 if (input_device_enabled(haptics->input_dev)) { in drv260x_suspend()
616 if (input_device_enabled(haptics->input_dev)) { in drv260x_resume()
/drivers/input/mouse/
Dnavpoint.c325 if (input_device_enabled(input)) in navpoint_suspend()
339 if (input_device_enabled(input)) in navpoint_resume()

12