Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.11 12 lines 309 B view raw
1#include <linux/device.h> 2#include <linux/kernel.h> 3 4#define KXSD9_STATE_RX_SIZE 2 5#define KXSD9_STATE_TX_SIZE 2 6 7int kxsd9_common_probe(struct device *dev, 8 struct regmap *map, 9 const char *name); 10int kxsd9_common_remove(struct device *dev); 11 12extern const struct dev_pm_ops kxsd9_dev_pm_ops;