Lines Matching defs:dev
234 static void ftmac100_halt(struct eth_device *dev) in ftmac100_halt()
240 static int ftmac100_init(struct eth_device *dev, bd_t *bd) in ftmac100_init()
263 static int ftmac100_recv(struct eth_device *dev) in ftmac100_recv()
272 static int ftmac100_send(struct eth_device *dev, void *packet, int length) in ftmac100_send()
280 struct eth_device *dev; in ftmac100_initialize() local
316 static int ftmac100_start(struct udevice *dev) in ftmac100_start()
324 static void ftmac100_stop(struct udevice *dev) in ftmac100_stop()
330 static int ftmac100_send(struct udevice *dev, void *packet, int length) in ftmac100_send()
338 static int ftmac100_recv(struct udevice *dev, int flags, uchar **packetp) in ftmac100_recv()
351 static int ftmac100_free_pkt(struct udevice *dev, uchar *packet, int length) in ftmac100_free_pkt()
358 int ftmac100_read_rom_hwaddr(struct udevice *dev) in ftmac100_read_rom_hwaddr()
393 static int ftmac100_ofdata_to_platdata(struct udevice *dev) in ftmac100_ofdata_to_platdata()
407 static int ftmac100_probe(struct udevice *dev) in ftmac100_probe()
414 static int ftmac100_bind(struct udevice *dev) in ftmac100_bind()