Lines Matching defs:dev

142 	struct eth_device	*dev;  member
339 static void ag7xxx_dma_clean_tx(struct udevice *dev) in ag7xxx_dma_clean_tx()
363 static void ag7xxx_dma_clean_rx(struct udevice *dev) in ag7xxx_dma_clean_rx()
395 static int ag7xxx_eth_send(struct udevice *dev, void *packet, int length) in ag7xxx_eth_send()
435 static int ag7xxx_eth_recv(struct udevice *dev, int flags, uchar **packetp) in ag7xxx_eth_recv()
464 static int ag7xxx_eth_free_pkt(struct udevice *dev, uchar *packet, in ag7xxx_eth_free_pkt()
486 static int ag7xxx_eth_start(struct udevice *dev) in ag7xxx_eth_start()
507 static void ag7xxx_eth_stop(struct udevice *dev) in ag7xxx_eth_stop()
525 static int ag7xxx_eth_write_hwaddr(struct udevice *dev) in ag7xxx_eth_write_hwaddr()
541 static void ag7xxx_hw_setup(struct udevice *dev) in ag7xxx_hw_setup()
590 static int ag7xxx_mii_setup(struct udevice *dev) in ag7xxx_mii_setup()
628 static int ag933x_phy_setup_wan(struct udevice *dev) in ag933x_phy_setup_wan()
636 static int ag933x_phy_setup_lan(struct udevice *dev) in ag933x_phy_setup_lan()
702 static int ag933x_phy_setup_reset_set(struct udevice *dev, int port) in ag933x_phy_setup_reset_set()
724 static int ag933x_phy_setup_reset_fin(struct udevice *dev, int port) in ag933x_phy_setup_reset_fin()
739 static int ag933x_phy_setup_common(struct udevice *dev) in ag933x_phy_setup_common()
791 static int ag934x_phy_setup(struct udevice *dev) in ag934x_phy_setup()
845 static int ag7xxx_mac_probe(struct udevice *dev) in ag7xxx_mac_probe()
874 static int ag7xxx_mdio_probe(struct udevice *dev) in ag7xxx_mdio_probe()
891 static int ag7xxx_get_phy_iface_offset(struct udevice *dev) in ag7xxx_get_phy_iface_offset()
918 static int ag7xxx_eth_probe(struct udevice *dev) in ag7xxx_eth_probe()
953 static int ag7xxx_eth_remove(struct udevice *dev) in ag7xxx_eth_remove()
973 static int ag7xxx_eth_ofdata_to_platdata(struct udevice *dev) in ag7xxx_eth_ofdata_to_platdata()