Home
last modified time | relevance | path

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

12

/linux-6.12.1/drivers/input/keyboard/
Dspear-keyboard.c304 if (input_device_enabled(input_dev)) { in spear_kbd_suspend()
312 if (input_device_enabled(input_dev)) in spear_kbd_suspend()
337 if (input_device_enabled(input_dev)) in spear_kbd_resume()
342 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.c267 if (input_device_enabled(input)) { in lpc32xx_kscan_suspend()
286 if (input_device_enabled(input)) { in lpc32xx_kscan_resume()
Dipaq-micro-keys.c146 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-6.12.1/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()
Deeti_ts.c243 if (input_device_enabled(input_dev)) in eeti_ts_suspend()
265 if (input_device_enabled(input_dev)) in eeti_ts_resume()
Dchipone_icn8318.c156 if (input_device_enabled(data->input)) in icn8318_suspend()
168 if (input_device_enabled(data->input)) in icn8318_resume()
Dwm97xx-core.c776 if (input_device_enabled(wm->input_dev)) in wm97xx_suspend()
782 if (input_device_enabled(wm->input_dev)) in wm97xx_suspend()
789 (!input_device_enabled(wm->input_dev) || !suspend_mode)) { in wm97xx_suspend()
807 if (input_device_enabled(wm->input_dev)) { in wm97xx_resume()
824 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()
Dzforce_ts.c585 if (!input_device_enabled(input)) { in __zforce_suspend()
592 } else if (input_device_enabled(input)) { in __zforce_suspend()
641 if (!input_device_enabled(input)) { in zforce_resume()
646 } else if (input_device_enabled(input)) { in zforce_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()
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()
Dektf2127.c191 if (input_device_enabled(ts->input)) in ektf2127_suspend()
203 if (input_device_enabled(ts->input)) in ektf2127_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()
Dimagis.c372 if (input_device_enabled(ts->input_dev)) in imagis_suspend()
388 if (input_device_enabled(ts->input_dev)) in imagis_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-6.12.1/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()
Dkxtj9.c509 if (input_device_enabled(input_dev)) in kxtj9_suspend()
524 if (input_device_enabled(input_dev)) in kxtj9_resume()
Ddrv260x.c544 if (input_device_enabled(haptics->input_dev)) { in drv260x_suspend()
576 if (input_device_enabled(haptics->input_dev)) { in drv260x_resume()

12