1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */ 2bf96f6e8SLinus Walleij #include <linux/device.h> 3bf96f6e8SLinus Walleij #include <linux/kernel.h> 4bf96f6e8SLinus Walleij 5bf96f6e8SLinus Walleij #define KXSD9_STATE_RX_SIZE 2 6bf96f6e8SLinus Walleij #define KXSD9_STATE_TX_SIZE 2 7bf96f6e8SLinus Walleij 879383aaeSLinus Walleij int kxsd9_common_probe(struct device *dev, 90d1fb2d5SLinus Walleij struct regmap *map, 10bf96f6e8SLinus Walleij const char *name); 11*df2171c6SUwe Kleine-König void kxsd9_common_remove(struct device *dev); 129a9a369dSLinus Walleij 139a9a369dSLinus Walleij extern const struct dev_pm_ops kxsd9_dev_pm_ops; 14