Home
last modified time | relevance | path

Searched refs:seq (Results 1 – 2 of 2) sorted by relevance

/common/
A Dstdio.c162 int seq, ret; in stdio_probe_device() local
165 seq = trailing_strtoln(name, NULL); in stdio_probe_device()
166 if (seq == -1) in stdio_probe_device()
167 seq = 0; in stdio_probe_device()
168 ret = uclass_get_device_by_seq(id, seq, &dev); in stdio_probe_device()
173 seq, name); in stdio_probe_device()
A Dmiiphyutil.c100 int mdio_register_seq(struct mii_dev *bus, int seq) in mdio_register_seq() argument
105 ret = snprintf(bus->name, MDIO_NAME_LEN, "eth%d", seq); in mdio_register_seq()

Completed in 7 milliseconds