1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Goodix Touchscreen Driver
4 * Copyright (C) 2020 - 2021 Goodix, Inc.
5 * Copyright (C) 2023 Linaro Ltd.
7 * Based on goodix_berlin_berlin driver.
10 #ifndef __GOODIX_BERLIN_H_
11 #define __GOODIX_BERLIN_H_
19 int goodix_berlin_probe(struct device
*dev
, int irq
, const struct input_id
*id
,
20 struct regmap
*regmap
);
22 extern const struct dev_pm_ops goodix_berlin_pm_ops
;
23 extern const struct attribute_group
*goodix_berlin_groups
[];