Lines Matching defs:dev
87 struct udevice *dev = bus->priv; in dw_mdio_reset() local
463 static int dw_phy_init(struct dw_eth_dev *priv, void *dev) in dw_phy_init()
493 static int dw_eth_init(struct eth_device *dev, bd_t *bis) in dw_eth_init()
504 static int dw_eth_send(struct eth_device *dev, void *packet, int length) in dw_eth_send()
509 static int dw_eth_recv(struct eth_device *dev) in dw_eth_recv()
524 static void dw_eth_halt(struct eth_device *dev) in dw_eth_halt()
529 static int dw_write_hwaddr(struct eth_device *dev) in dw_write_hwaddr()
536 struct eth_device *dev; in designware_initialize() local
589 static int designware_eth_start(struct udevice *dev) in designware_eth_start()
605 int designware_eth_send(struct udevice *dev, void *packet, int length) in designware_eth_send()
612 int designware_eth_recv(struct udevice *dev, int flags, uchar **packetp) in designware_eth_recv()
619 int designware_eth_free_pkt(struct udevice *dev, uchar *packet, int length) in designware_eth_free_pkt()
626 void designware_eth_stop(struct udevice *dev) in designware_eth_stop()
633 int designware_eth_write_hwaddr(struct udevice *dev) in designware_eth_write_hwaddr()
641 static int designware_eth_bind(struct udevice *dev) in designware_eth_bind()
657 int designware_eth_probe(struct udevice *dev) in designware_eth_probe()
712 static int designware_eth_remove(struct udevice *dev) in designware_eth_remove()
732 int designware_eth_ofdata_to_platdata(struct udevice *dev) in designware_eth_ofdata_to_platdata()