Home
last modified time | relevance | path

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

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