#include <linux/list.h>
#include <linux/module.h>
#include <linux/netdevice.h>
#include <linux/phy.h>
#include <net/dsa.h>
#include "mv88e6xxx.h"
Go to the source code of this file.
MODULE_ALIAS |
( |
"platform:mv88e6085" |
| ) |
|
MODULE_ALIAS |
( |
"platform:mv88e6095" |
| ) |
|
MODULE_ALIAS |
( |
"platform:mv88e6095f" |
| ) |
|
MODULE_ALIAS |
( |
"platform:mv88e6131" |
| ) |
|
Initial value:= {
.probe = mv88e6131_probe,
.setup = mv88e6131_setup,
.phy_read = mv88e6131_phy_read,
.phy_write = mv88e6131_phy_write,
.get_strings = mv88e6131_get_strings,
.get_ethtool_stats = mv88e6131_get_ethtool_stats,
.get_sset_count = mv88e6131_get_sset_count,
}
Definition at line 419 of file mv88e6131.c.