Home
last modified time | relevance | path

Searched refs:cx8802_driver (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/media/pci/cx88/
Dcx88.h507 struct cx8802_driver { struct
524 int (*probe)(struct cx8802_driver *drv); argument
525 int (*remove)(struct cx8802_driver *drv); argument
528 int (*advise_acquire)(struct cx8802_driver *drv); argument
529 int (*advise_release)(struct cx8802_driver *drv); argument
532 int (*request_acquire)(struct cx8802_driver *drv); argument
533 int (*request_release)(struct cx8802_driver *drv); argument
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,
Dcx88-mpeg.c498 struct cx8802_driver *cx8802_get_driver(struct cx8802_dev *dev, in cx8802_get_driver()
501 struct cx8802_driver *d; in cx8802_get_driver()
512 static int cx8802_request_acquire(struct cx8802_driver *drv) in cx8802_request_acquire()
551 static int cx8802_request_release(struct cx8802_driver *drv) in cx8802_request_release()
572 static int cx8802_check_driver(struct cx8802_driver *drv) in cx8802_check_driver()
594 int cx8802_register_driver(struct cx8802_driver *drv) in cx8802_register_driver()
597 struct cx8802_driver *driver; in cx8802_register_driver()
652 int cx8802_unregister_driver(struct cx8802_driver *drv) in cx8802_unregister_driver()
655 struct cx8802_driver *d, *dtmp; in cx8802_unregister_driver()
759 struct cx8802_driver *drv, *tmp; in cx8802_remove()
Dcx88-blackbird.c705 struct cx8802_driver *drv; in start_streaming()
755 struct cx8802_driver *drv = NULL; in stop_streaming()
1076 static int cx8802_blackbird_advise_acquire(struct cx8802_driver *drv) in cx8802_blackbird_advise_acquire()
1108 static int cx8802_blackbird_advise_release(struct cx8802_driver *drv) in cx8802_blackbird_advise_release()
1153 static int cx8802_blackbird_probe(struct cx8802_driver *drv) in cx8802_blackbird_probe()
1219 static int cx8802_blackbird_remove(struct cx8802_driver *drv) in cx8802_blackbird_remove()
1231 static struct cx8802_driver cx8802_blackbird_driver = {
Dcx88-dvb.c165 struct cx8802_driver *drv = NULL; in cx88_dvb_bus_ctrl()
1647 static int cx8802_dvb_advise_acquire(struct cx8802_driver *drv) in cx8802_dvb_advise_acquire()
1712 static int cx8802_dvb_advise_release(struct cx8802_driver *drv) in cx8802_dvb_advise_release()
1732 static int cx8802_dvb_probe(struct cx8802_driver *drv) in cx8802_dvb_probe()
1806 static int cx8802_dvb_remove(struct cx8802_driver *drv) in cx8802_dvb_remove()
1822 static struct cx8802_driver cx8802_dvb_driver = {