Lines Matching defs:dev
231 static void ftmac100_halt(struct eth_device *dev) in ftmac100_halt()
237 static int ftmac100_init(struct eth_device *dev, bd_t *bd) in ftmac100_init()
260 static int ftmac100_recv(struct eth_device *dev) in ftmac100_recv()
269 static int ftmac100_send(struct eth_device *dev, void *packet, int length) in ftmac100_send()
277 struct eth_device *dev; in ftmac100_initialize() local
313 static int ftmac100_start(struct udevice *dev) in ftmac100_start()
321 static void ftmac100_stop(struct udevice *dev) in ftmac100_stop()
327 static int ftmac100_send(struct udevice *dev, void *packet, int length) in ftmac100_send()
335 static int ftmac100_recv(struct udevice *dev, int flags, uchar **packetp) in ftmac100_recv()
348 static int ftmac100_free_pkt(struct udevice *dev, uchar *packet, int length) in ftmac100_free_pkt()
355 int ftmac100_read_rom_hwaddr(struct udevice *dev) in ftmac100_read_rom_hwaddr()
390 static int ftmac100_ofdata_to_platdata(struct udevice *dev) in ftmac100_ofdata_to_platdata()
404 static int ftmac100_probe(struct udevice *dev) in ftmac100_probe()
411 static int ftmac100_bind(struct udevice *dev) in ftmac100_bind()