Linux Kernel
3.7.1
|
#include <linux/device.h>
Go to the source code of this file.
Functions | |
int | mdio_mux_init (struct device *dev, int(*switch_fn)(int cur, int desired, void *data), void **mux_handle, void *data) |
void | mdio_mux_uninit (void *mux_handle) |
int mdio_mux_init | ( | struct device * | dev, |
int(*)(int cur, int desired, void *data) | switch_fn, | ||
void ** | mux_handle, | ||
void * | data | ||
) |
Definition at line 96 of file mdio-mux.c.
Definition at line 182 of file mdio-mux.c.