Lines Matching defs:dev

155 static int altera_tse_send_sgdma(struct udevice *dev, void *packet, int length)  in altera_tse_send_sgdma()
179 static int altera_tse_recv_sgdma(struct udevice *dev, int flags, in altera_tse_recv_sgdma()
199 static int altera_tse_free_pkt_sgdma(struct udevice *dev, uchar *packet, in altera_tse_free_pkt_sgdma()
243 static void altera_tse_stop_sgdma(struct udevice *dev) in altera_tse_stop_sgdma()
310 static int altera_tse_send_msgdma(struct udevice *dev, void *packet, in altera_tse_send_msgdma()
332 static int altera_tse_recv_msgdma(struct udevice *dev, int flags, in altera_tse_recv_msgdma()
353 static int altera_tse_free_pkt_msgdma(struct udevice *dev, uchar *packet, in altera_tse_free_pkt_msgdma()
373 static void altera_tse_stop_msgdma(struct udevice *dev) in altera_tse_stop_msgdma()
427 static int tse_phy_init(struct altera_tse_priv *priv, void *dev) in tse_phy_init()
450 static int altera_tse_write_hwaddr(struct udevice *dev) in altera_tse_write_hwaddr()
477 static int altera_tse_send(struct udevice *dev, void *packet, int length) in altera_tse_send()
487 static int altera_tse_recv(struct udevice *dev, int flags, uchar **packetp) in altera_tse_recv()
494 static int altera_tse_free_pkt(struct udevice *dev, uchar *packet, in altera_tse_free_pkt()
505 static void altera_tse_stop(struct udevice *dev) in altera_tse_stop()
513 static int altera_tse_start(struct udevice *dev) in altera_tse_start()
574 static int altera_tse_probe(struct udevice *dev) in altera_tse_probe()
673 static int altera_tse_ofdata_to_platdata(struct udevice *dev) in altera_tse_ofdata_to_platdata()