Searched defs:em28xx_ops (Results 1 – 1 of 1) sorted by relevance
724 struct em28xx_ops { struct725 struct list_head next;726 char *name;727 int id;728 int (*init)(struct em28xx *);729 int (*fini)(struct em28xx *);730 int (*suspend)(struct em28xx *);731 int (*resume)(struct em28xx *);