|
Linux Kernel
3.7.1
|
#include <linux/io.h>#include <linux/netdevice.h>#include <linux/mutex.h>#include <linux/phy.h>#include <linux/of.h>#include <linux/of_device.h>#include <linux/of_address.h>#include <linux/slab.h>#include <linux/of_mdio.h>#include "ll_temac.h"Go to the source code of this file.
Functions | |
| int | temac_mdio_setup (struct temac_local *lp, struct device_node *np) |
| void | temac_mdio_teardown (struct temac_local *lp) |
| int temac_mdio_setup | ( | struct temac_local * | lp, |
| struct device_node * | np | ||
| ) |
Definition at line 59 of file ll_temac_mdio.c.
| void temac_mdio_teardown | ( | struct temac_local * | lp | ) |
Definition at line 115 of file ll_temac_mdio.c.
1.8.2