Lines Matching defs:dev
22 static void smc911x_handle_mac_address(struct eth_device *dev) in smc911x_handle_mac_address()
35 static int smc911x_eth_phy_read(struct eth_device *dev, in smc911x_eth_phy_read()
52 static int smc911x_eth_phy_write(struct eth_device *dev, in smc911x_eth_phy_write()
67 static int smc911x_phy_reset(struct eth_device *dev) in smc911x_phy_reset()
81 static void smc911x_phy_configure(struct eth_device *dev) in smc911x_phy_configure()
112 static void smc911x_enable(struct eth_device *dev) in smc911x_enable()
129 static int smc911x_init(struct eth_device *dev, bd_t * bd) in smc911x_init()
148 static int smc911x_send(struct eth_device *dev, void *packet, int length) in smc911x_send()
187 static void smc911x_halt(struct eth_device *dev) in smc911x_halt()
193 static int smc911x_rx(struct eth_device *dev) in smc911x_rx()
226 struct eth_device *dev = eth_get_dev_by_name(bus->name); in smc911x_miiphy_read() local
239 struct eth_device *dev = eth_get_dev_by_name(bus->name); in smc911x_miiphy_write() local
249 struct eth_device *dev; in smc911x_initialize() local