Lines Matching refs:net_device

46 static int com90io_found(struct net_device *dev);
47 static void com90io_command(struct net_device *dev, int command);
48 static int com90io_status(struct net_device *dev);
49 static void com90io_setmask(struct net_device *dev, int mask);
50 static int com90io_reset(struct net_device *dev, int really_reset);
51 static void com90io_copy_to_card(struct net_device *dev, int bufnum, int offset,
53 static void com90io_copy_from_card(struct net_device *dev, int bufnum, int offset,
91 static u_char get_buffer_byte(struct net_device *dev, unsigned offset) in get_buffer_byte()
102 static void put_buffer_byte(struct net_device *dev, unsigned offset, u_char datum) in put_buffer_byte()
115 static void get_whole_buffer(struct net_device *dev, unsigned offset, unsigned length, char *dest) in get_whole_buffer()
130 static void put_whole_buffer(struct net_device *dev, unsigned offset, unsigned length, char *dest) in put_whole_buffer()
149 static int __init com90io_probe(struct net_device *dev) in com90io_probe()
234 static int __init com90io_found(struct net_device *dev) in com90io_found()
291 static int com90io_reset(struct net_device *dev, int really_reset) in com90io_reset()
323 static void com90io_command(struct net_device *dev, int cmd) in com90io_command()
331 static int com90io_status(struct net_device *dev) in com90io_status()
339 static void com90io_setmask(struct net_device *dev, int mask) in com90io_setmask()
346 static void com90io_copy_to_card(struct net_device *dev, int bufnum, int offset, in com90io_copy_to_card()
353 static void com90io_copy_from_card(struct net_device *dev, int bufnum, int offset, in com90io_copy_from_card()
390 static struct net_device *my_dev;
394 struct net_device *dev; in com90io_init()
419 struct net_device *dev = my_dev; in com90io_exit()