Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/usb/cx231xx/
Dcx231xx.h727 struct cx231xx_ops { struct
728 struct list_head next;
729 char *name;
730 int id;
731 int (*init) (struct cx231xx *);
732 int (*fini) (struct cx231xx *);
Dcx231xx-417.c1702 static const struct cx2341x_handler_ops cx231xx_ops = { variable