Home
last modified time | relevance | path

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

12

/Linux-v6.6/drivers/input/keyboard/
Dspear-keyboard.c319 if (input_device_enabled(input_dev)) { in spear_kbd_suspend()
327 if (input_device_enabled(input_dev)) in spear_kbd_suspend()
352 if (input_device_enabled(input_dev)) in spear_kbd_resume()
357 if (input_device_enabled(input_dev)) in spear_kbd_resume()
Dst-keyscan.c223 else if (input_device_enabled(input)) in keyscan_suspend()
241 else if (input_device_enabled(input)) in keyscan_resume()
Dlpc32xx-keys.c268 if (input_device_enabled(input)) { in lpc32xx_kscan_suspend()
287 if (input_device_enabled(input)) { in lpc32xx_kscan_resume()
Dipaq-micro-keys.c143 if (input_device_enabled(input)) in micro_key_resume()
Dimx_keypad.c527 if (input_device_enabled(input_dev)) in imx_kbd_noirq_suspend()
557 if (input_device_enabled(input_dev)) { in imx_kbd_noirq_resume()
/Linux-v6.6/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.c427 if (!input_device_enabled(input)) { in auo_pixcir_suspend()
435 } else if (input_device_enabled(input)) { in auo_pixcir_suspend()
458 if (!input_device_enabled(input)) { in auo_pixcir_resume()
465 } else if (input_device_enabled(input)) { in auo_pixcir_resume()
Dchipone_icn8318.c156 if (input_device_enabled(data->input)) in icn8318_suspend()
168 if (input_device_enabled(data->input)) in icn8318_resume()
Deeti_ts.c243 if (input_device_enabled(input_dev)) in eeti_ts_suspend()
265 if (input_device_enabled(input_dev)) in eeti_ts_resume()
Dwm97xx-core.c778 if (input_device_enabled(wm->input_dev)) in wm97xx_suspend()
784 if (input_device_enabled(wm->input_dev)) in wm97xx_suspend()
791 (!input_device_enabled(wm->input_dev) || !suspend_mode)) { in wm97xx_suspend()
809 if (input_device_enabled(wm->input_dev)) { in wm97xx_resume()
826 if (input_device_enabled(wm->input_dev) && !wm->pen_irq) { in wm97xx_resume()
Dnovatek-nvt-ts.c165 if (input_device_enabled(data->input)) in nvt_ts_suspend()
177 if (input_device_enabled(data->input)) in nvt_ts_resume()
Dlpc32xx_ts.c284 if (input_device_enabled(input)) { in lpc32xx_ts_suspend()
303 if (input_device_enabled(input)) { in lpc32xx_ts_resume()
Dbu21029_ts.c419 if (input_device_enabled(bu21029->in_dev)) in bu21029_suspend()
434 if (input_device_enabled(bu21029->in_dev)) in bu21029_resume()
Dektf2127.c185 if (input_device_enabled(ts->input)) in ektf2127_suspend()
197 if (input_device_enabled(ts->input)) in ektf2127_resume()
Dimagis.c320 if (input_device_enabled(ts->input_dev)) in imagis_suspend()
336 if (input_device_enabled(ts->input_dev)) in imagis_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()
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()
Dmms114.c227 if (!input_device_enabled(input_dev)) { in mms114_interrupt()
650 if (input_device_enabled(input_dev)) in mms114_suspend()
665 if (input_device_enabled(input_dev)) { in mms114_resume()
Dipaq-micro-ts.c138 if (input_device_enabled(input)) in micro_ts_resume()
Dmsg2638.c451 if (input_device_enabled(msg2638->input_dev)) in msg2638_suspend()
467 if (input_device_enabled(msg2638->input_dev)) in msg2638_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()
/Linux-v6.6/drivers/input/misc/
Ddrv2665.c232 if (input_device_enabled(haptics->input_dev)) { in drv2665_suspend()
261 if (input_device_enabled(haptics->input_dev)) { in drv2665_resume()
Ddrv2667.c409 if (input_device_enabled(haptics->input_dev)) { in drv2667_suspend()
438 if (input_device_enabled(haptics->input_dev)) { in drv2667_resume()
Ddrv260x.c544 if (input_device_enabled(haptics->input_dev)) { in drv260x_suspend()
576 if (input_device_enabled(haptics->input_dev)) { in drv260x_resume()
/Linux-v6.6/drivers/input/mouse/
Dnavpoint.c325 if (input_device_enabled(input)) in navpoint_suspend()
339 if (input_device_enabled(input)) in navpoint_resume()

12