Searched defs:cx231xx_ops (Results 1 – 2 of 2) sorted by relevance
738 struct cx231xx_ops { struct739 struct list_head next;740 char *name;741 int id;742 int (*init) (struct cx231xx *);743 int (*fini) (struct cx231xx *);
1946 static const struct cx2341x_handler_ops cx231xx_ops = { variable