Home
last modified time | relevance | path

Searched refs:scd30_suspend (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/chemical/
H A Dscd30.h71 int scd30_suspend(struct device *dev);
74 static __maybe_unused SIMPLE_DEV_PM_OPS(scd30_pm_ops, scd30_suspend, scd30_resume);
H A Dscd30_core.c520 int __maybe_unused scd30_suspend(struct device *dev) in scd30_suspend() function
532 EXPORT_SYMBOL(scd30_suspend); variable
/kernel/linux/linux-6.6/drivers/iio/chemical/
H A Dscd30_core.c520 static int scd30_suspend(struct device *dev) in scd30_suspend() function
546 EXPORT_NS_SIMPLE_DEV_PM_OPS(scd30_pm_ops, scd30_suspend, scd30_resume, IIO_SCD30);

Completed in 3 milliseconds