Lines Matching defs:dev
130 struct udevice *dev; in fec_get_clk_rate() local
233 static int miiphy_restart_aneg(struct eth_device *dev) in miiphy_restart_aneg()
265 static int miiphy_wait_aneg(struct eth_device *dev) in miiphy_wait_aneg()
398 static int fecmxc_set_hwaddr(struct udevice *dev) in fecmxc_set_hwaddr()
455 static int fec_open(struct udevice *dev) in fec_open()
566 static int fecmxc_init(struct udevice *dev) in fecmxc_init()
638 static void fecmxc_halt(struct udevice *dev) in fecmxc_halt()
682 static int fecmxc_send(struct udevice *dev, void *packet, int length) in fecmxc_send()
833 static int fecmxc_recv(struct udevice *dev, int flags, uchar **packetp) in fecmxc_recv()
1231 int fecmxc_register_mii_postcall(struct eth_device *dev, int (*cb)(int)) in fecmxc_register_mii_postcall()
1241 static int fecmxc_read_rom_hwaddr(struct udevice *dev) in fecmxc_read_rom_hwaddr()
1249 static int fecmxc_free_pkt(struct udevice *dev, uchar *packet, int length) in fecmxc_free_pkt()
1267 static int device_get_phy_addr(struct udevice *dev) in device_get_phy_addr()
1283 static int fec_phy_init(struct fec_priv *priv, struct udevice *dev) in fec_phy_init()
1318 static int fecmxc_probe(struct udevice *dev) in fecmxc_probe()
1420 static int fecmxc_remove(struct udevice *dev) in fecmxc_remove()
1437 static int fecmxc_ofdata_to_platdata(struct udevice *dev) in fecmxc_ofdata_to_platdata()