Home
last modified time | relevance | path

Searched defs:cx231xx_ops (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx.h746 struct cx231xx_ops { struct
747 struct list_head next;
748 char *name;
749 int id;
750 int (*init) (struct cx231xx *);
751 int (*fini) (struct cx231xx *);
Dcx231xx-417.c1904 static struct cx2341x_handler_ops cx231xx_ops = { variable