Searched defs:em28xx_ops (Results 1 – 1 of 1) sorted by relevance
789 struct em28xx_ops { struct790 struct list_head next;791 char *name;792 int id;793 int (*init)(struct em28xx *dev);794 int (*fini)(struct em28xx *dev);795 int (*suspend)(struct em28xx *dev);796 int (*resume)(struct em28xx *dev);