Searched defs:cx231xx_ops (Results 1 – 2 of 2) sorted by relevance
751 struct cx231xx_ops { struct752 struct list_head next;753 char *name;754 int id;755 int (*init) (struct cx231xx *);756 int (*fini) (struct cx231xx *);
1936 static const struct cx2341x_handler_ops cx231xx_ops = { variable