HomeSort by relevance Sort by last modified time
    Searched refs:eth_set_dev (Results 1 - 4 of 4) sorted by null

  /external/u-boot/net/
eth_internal.h 33 void eth_set_dev(struct udevice *dev);
35 void eth_set_dev(struct eth_device *dev);
eth_common.c 126 eth_set_dev(dev);
128 eth_set_dev(NULL);
130 eth_set_dev(eth_get_dev_by_name(act));
eth-uclass.c 81 void eth_set_dev(struct udevice *dev) function
119 * up the error when we try to probe again in eth_set_dev().
409 eth_set_dev(prime_dev);
412 eth_set_dev(NULL);
452 eth_set_dev(NULL);
eth_legacy.c 46 void eth_set_dev(struct eth_device *dev) function

Completed in 146 milliseconds