Lines Matching refs:net_device

45 static int com90io_found(struct net_device *dev);
46 static void com90io_command(struct net_device *dev, int command);
47 static int com90io_status(struct net_device *dev);
48 static void com90io_setmask(struct net_device *dev, int mask);
49 static int com90io_reset(struct net_device *dev, int really_reset);
50 static void com90io_openclose(struct net_device *dev, bool open);
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()
233 static int __init com90io_found(struct net_device *dev) in com90io_found()
296 static int com90io_reset(struct net_device *dev, int really_reset) in com90io_reset()
328 static void com90io_command(struct net_device *dev, int cmd) in com90io_command()
336 static int com90io_status(struct net_device *dev) in com90io_status()
344 static void com90io_setmask(struct net_device *dev, int mask) in com90io_setmask()
351 static void com90io_openclose(struct net_device *dev, int open) in com90io_openclose()
359 static void com90io_copy_to_card(struct net_device *dev, int bufnum, int offset, in com90io_copy_to_card()
366 static void com90io_copy_from_card(struct net_device *dev, int bufnum, int offset, in com90io_copy_from_card()
375 static struct net_device *my_dev;
390 struct net_device *dev; in init_module()
411 struct net_device *dev = my_dev; in cleanup_module()
429 struct net_device *dev; in com90io_setup()
435 dev = alloc_bootmem(sizeof(struct net_device)); in com90io_setup()
436 memset(dev, 0, sizeof(struct net_device)); in com90io_setup()