Searched defs:cx231xx_ops (Results 1 – 2 of 2) sorted by relevance
724 struct cx231xx_ops { struct725 struct list_head next;726 char *name;727 int id;728 int (*init) (struct cx231xx *);729 int (*fini) (struct cx231xx *);
1702 static const struct cx2341x_handler_ops cx231xx_ops = { variable