Home
last modified time | relevance | path

Searched refs:tsc200x_pm_ops (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dtsc200x-core.h72 extern const struct dev_pm_ops tsc200x_pm_ops;
H A Dtsc2004.c69 .pm = &tsc200x_pm_ops,
H A Dtsc2005.c84 .pm = &tsc200x_pm_ops,
H A Dtsc200x-core.c624 SIMPLE_DEV_PM_OPS(tsc200x_pm_ops, tsc200x_suspend, tsc200x_resume);
625 EXPORT_SYMBOL_GPL(tsc200x_pm_ops); variable
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dtsc200x-core.h72 extern const struct dev_pm_ops tsc200x_pm_ops;
H A Dtsc2004.c68 .pm = pm_sleep_ptr(&tsc200x_pm_ops),
H A Dtsc2005.c84 .pm = pm_sleep_ptr(&tsc200x_pm_ops),
H A Dtsc200x-core.c623 EXPORT_GPL_SIMPLE_DEV_PM_OPS(tsc200x_pm_ops, tsc200x_suspend, tsc200x_resume);

Completed in 6 milliseconds