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