Home
last modified time | relevance | path

Searched refs:designware_eth_stop (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Ddesignware.h263 void designware_eth_stop(struct udevice *dev);
H A Ddesignware.c626 void designware_eth_stop(struct udevice *dev) in designware_eth_stop() function
728 .stop = designware_eth_stop,
H A Dgmac_rockchip.c2110 designware_eth_stop(dev); in gmac_rockchip_eth_stop()