Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #include <linux/regmap.h>
0003 #include <linux/device.h>
0004 #include <net/dsa.h>
0005 
0006 #include <linux/dsa/lan9303.h>
0007 
0008 extern const struct regmap_access_table lan9303_register_set;
0009 extern const struct lan9303_phy_ops lan9303_indirect_phy_ops;
0010 
0011 int lan9303_probe(struct lan9303 *chip, struct device_node *np);
0012 int lan9303_remove(struct lan9303 *chip);
0013 void lan9303_shutdown(struct lan9303 *chip);