Lines Matching defs:dev
64 static int pch_gbe_reset(struct udevice *dev) in pch_gbe_reset()
110 static void pch_gbe_rx_descs_init(struct udevice *dev) in pch_gbe_rx_descs_init()
133 static void pch_gbe_tx_descs_init(struct udevice *dev) in pch_gbe_tx_descs_init()
190 static int pch_gbe_start(struct udevice *dev) in pch_gbe_start()
233 static void pch_gbe_stop(struct udevice *dev) in pch_gbe_stop()
242 static int pch_gbe_send(struct udevice *dev, void *packet, int length) in pch_gbe_send()
288 static int pch_gbe_recv(struct udevice *dev, int flags, uchar **packetp) in pch_gbe_recv()
316 static int pch_gbe_free_pkt(struct udevice *dev, uchar *packet, int length) in pch_gbe_free_pkt()
408 static int pch_gbe_phy_init(struct udevice *dev) in pch_gbe_phy_init()
432 static int pch_gbe_probe(struct udevice *dev) in pch_gbe_probe()
467 static int pch_gbe_remove(struct udevice *dev) in pch_gbe_remove()