Lines Matching defs:dev
123 const struct device *dev; member
234 struct udevice *dev = eth_get_dev_by_name(bus->name); in macb_miiphy_read() local
237 struct eth_device *dev = eth_get_dev_by_name(bus->name); in macb_miiphy_read() local
254 struct udevice *dev = eth_get_dev_by_name(bus->name); in macb_miiphy_write() local
502 static int macb_phy_init(struct udevice *dev, const char *name) in macb_phy_init()
651 static int _macb_init(struct udevice *dev, const char *name) in _macb_init()
996 static int macb_start(struct udevice *dev) in macb_start()
1001 static int macb_send(struct udevice *dev, void *packet, int length) in macb_send()
1008 static int macb_recv(struct udevice *dev, int flags, uchar **packetp) in macb_recv()
1018 static int macb_free_pkt(struct udevice *dev, uchar *packet, int length) in macb_free_pkt()
1027 static void macb_stop(struct udevice *dev) in macb_stop()
1034 static int macb_write_hwaddr(struct udevice *dev) in macb_write_hwaddr()
1052 static int macb_enable_clk(struct udevice *dev) in macb_enable_clk()
1082 static int macb_eth_probe(struct udevice *dev) in macb_eth_probe()
1125 static int macb_eth_remove(struct udevice *dev) in macb_eth_remove()
1144 int __weak macb_late_eth_ofdata_to_platdata(struct udevice *dev) in macb_late_eth_ofdata_to_platdata()
1149 static int macb_eth_ofdata_to_platdata(struct udevice *dev) in macb_eth_ofdata_to_platdata()