Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #include <linux/device.h>
0003 #include <linux/kernel.h>
0004 
0005 #define KXSD9_STATE_RX_SIZE 2
0006 #define KXSD9_STATE_TX_SIZE 2
0007 
0008 int kxsd9_common_probe(struct device *dev,
0009                struct regmap *map,
0010                const char *name);
0011 void kxsd9_common_remove(struct device *dev);
0012 
0013 extern const struct dev_pm_ops kxsd9_dev_pm_ops;