Lines Matching defs:dev
71 static u_char get_buffer_byte(struct net_device *dev, unsigned offset) in get_buffer_byte()
82 static void put_buffer_byte(struct net_device *dev, unsigned offset, in put_buffer_byte()
95 static void get_whole_buffer(struct net_device *dev, unsigned offset, in get_whole_buffer()
111 static void put_whole_buffer(struct net_device *dev, unsigned offset, in put_whole_buffer()
130 static int __init com90io_probe(struct net_device *dev) in com90io_probe()
221 static int __init com90io_found(struct net_device *dev) in com90io_found()
279 static int com90io_reset(struct net_device *dev, int really_reset) in com90io_reset()
311 static void com90io_command(struct net_device *dev, int cmd) in com90io_command()
318 static int com90io_status(struct net_device *dev) in com90io_status()
325 static void com90io_setmask(struct net_device *dev, int mask) in com90io_setmask()
332 static void com90io_copy_to_card(struct net_device *dev, int bufnum, in com90io_copy_to_card()
339 static void com90io_copy_from_card(struct net_device *dev, int bufnum, in com90io_copy_from_card()
384 struct net_device *dev; in com90io_init() local
409 struct net_device *dev = my_dev; in com90io_exit() local