Searched defs:cx231xx_ops (Results 1 – 2 of 2) sorted by relevance
745 struct cx231xx_ops { struct746 struct list_head next;747 char *name;748 int id;749 int (*init) (struct cx231xx *);750 int (*fini) (struct cx231xx *);
1903 static struct cx2341x_handler_ops cx231xx_ops = { variable