Lines Matching defs:cx8802_driver
507 struct cx8802_driver {
524 int (*probe)(struct cx8802_driver *drv);
525 int (*remove)(struct cx8802_driver *drv);
528 int (*advise_acquire)(struct cx8802_driver *drv);
529 int (*advise_release)(struct cx8802_driver *drv);
532 int (*request_acquire)(struct cx8802_driver *drv);
533 int (*request_release)(struct cx8802_driver *drv);
690 int cx8802_register_driver(struct cx8802_driver *drv);
691 int cx8802_unregister_driver(struct cx8802_driver *drv);
694 struct cx8802_driver *cx8802_get_driver(struct cx8802_dev *dev,