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