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