lan9303.h (664b0bae0b87f69bc9deb098f5e0158b9cf18e04) | lan9303.h (0650bf52b31ff35dc6430fc2e37969c36baba724) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2#include <linux/regmap.h> 3#include <linux/device.h> 4#include <net/dsa.h> 5 6#include <linux/dsa/lan9303.h> 7 8extern const struct regmap_access_table lan9303_register_set; 9extern const struct lan9303_phy_ops lan9303_indirect_phy_ops; 10 11int lan9303_probe(struct lan9303 *chip, struct device_node *np); 12int lan9303_remove(struct lan9303 *chip); | 1/* SPDX-License-Identifier: GPL-2.0 */ 2#include <linux/regmap.h> 3#include <linux/device.h> 4#include <net/dsa.h> 5 6#include <linux/dsa/lan9303.h> 7 8extern const struct regmap_access_table lan9303_register_set; 9extern const struct lan9303_phy_ops lan9303_indirect_phy_ops; 10 11int lan9303_probe(struct lan9303 *chip, struct device_node *np); 12int lan9303_remove(struct lan9303 *chip); |
13void lan9303_shutdown(struct lan9303 *chip); |
|