Lines Matching defs:dev
141 struct eth_device *dev; member
338 static void ag7xxx_dma_clean_tx(struct udevice *dev) in ag7xxx_dma_clean_tx()
362 static void ag7xxx_dma_clean_rx(struct udevice *dev) in ag7xxx_dma_clean_rx()
394 static int ag7xxx_eth_send(struct udevice *dev, void *packet, int length) in ag7xxx_eth_send()
434 static int ag7xxx_eth_recv(struct udevice *dev, int flags, uchar **packetp) in ag7xxx_eth_recv()
463 static int ag7xxx_eth_free_pkt(struct udevice *dev, uchar *packet, in ag7xxx_eth_free_pkt()
485 static int ag7xxx_eth_start(struct udevice *dev) in ag7xxx_eth_start()
506 static void ag7xxx_eth_stop(struct udevice *dev) in ag7xxx_eth_stop()
524 static int ag7xxx_eth_write_hwaddr(struct udevice *dev) in ag7xxx_eth_write_hwaddr()
540 static void ag7xxx_hw_setup(struct udevice *dev) in ag7xxx_hw_setup()
589 static int ag7xxx_mii_setup(struct udevice *dev) in ag7xxx_mii_setup()
627 static int ag933x_phy_setup_wan(struct udevice *dev) in ag933x_phy_setup_wan()
635 static int ag933x_phy_setup_lan(struct udevice *dev) in ag933x_phy_setup_lan()
701 static int ag933x_phy_setup_reset_set(struct udevice *dev, int port) in ag933x_phy_setup_reset_set()
723 static int ag933x_phy_setup_reset_fin(struct udevice *dev, int port) in ag933x_phy_setup_reset_fin()
738 static int ag933x_phy_setup_common(struct udevice *dev) in ag933x_phy_setup_common()
790 static int ag934x_phy_setup(struct udevice *dev) in ag934x_phy_setup()
844 static int ag7xxx_mac_probe(struct udevice *dev) in ag7xxx_mac_probe()
873 static int ag7xxx_mdio_probe(struct udevice *dev) in ag7xxx_mdio_probe()
890 static int ag7xxx_get_phy_iface_offset(struct udevice *dev) in ag7xxx_get_phy_iface_offset()
917 static int ag7xxx_eth_probe(struct udevice *dev) in ag7xxx_eth_probe()
952 static int ag7xxx_eth_remove(struct udevice *dev) in ag7xxx_eth_remove()
972 static int ag7xxx_eth_ofdata_to_platdata(struct udevice *dev) in ag7xxx_eth_ofdata_to_platdata()