Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/usb/cx231xx/
Dcx231xx.h738 struct cx231xx_ops { struct
739 struct list_head next;
740 char *name;
741 int id;
742 int (*init) (struct cx231xx *);
743 int (*fini) (struct cx231xx *);
Dcx231xx-417.c1946 static const struct cx2341x_handler_ops cx231xx_ops = { variable