Lines Matching defs:dev
87 struct udevice *dev = bus->priv; in dw_mdio_reset() local
480 static int dw_phy_init(struct dw_eth_dev *priv, void *dev) in dw_phy_init()
510 static int dw_eth_init(struct eth_device *dev, bd_t *bis) in dw_eth_init()
521 static int dw_eth_send(struct eth_device *dev, void *packet, int length) in dw_eth_send()
526 static int dw_eth_recv(struct eth_device *dev) in dw_eth_recv()
541 static void dw_eth_halt(struct eth_device *dev) in dw_eth_halt()
546 static int dw_write_hwaddr(struct eth_device *dev) in dw_write_hwaddr()
553 struct eth_device *dev; in designware_initialize() local
606 static int designware_eth_start(struct udevice *dev) in designware_eth_start()
622 int designware_eth_send(struct udevice *dev, void *packet, int length) in designware_eth_send()
629 int designware_eth_recv(struct udevice *dev, int flags, uchar **packetp) in designware_eth_recv()
636 int designware_eth_free_pkt(struct udevice *dev, uchar *packet, int length) in designware_eth_free_pkt()
643 void designware_eth_stop(struct udevice *dev) in designware_eth_stop()
650 int designware_eth_write_hwaddr(struct udevice *dev) in designware_eth_write_hwaddr()
658 static int designware_eth_bind(struct udevice *dev) in designware_eth_bind()
674 int designware_eth_probe(struct udevice *dev) in designware_eth_probe()
774 static int designware_eth_remove(struct udevice *dev) in designware_eth_remove()
798 int designware_eth_ofdata_to_platdata(struct udevice *dev) in designware_eth_ofdata_to_platdata()