Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/pci/cx88/
Dcx88.h506 struct cx8802_driver { struct
523 int (*probe)(struct cx8802_driver *drv); argument
524 int (*remove)(struct cx8802_driver *drv); argument
527 int (*advise_acquire)(struct cx8802_driver *drv); argument
528 int (*advise_release)(struct cx8802_driver *drv); argument
531 int (*request_acquire)(struct cx8802_driver *drv); argument
532 int (*request_release)(struct cx8802_driver *drv); argument
689 int cx8802_register_driver(struct cx8802_driver *drv);
690 int cx8802_unregister_driver(struct cx8802_driver *drv);
693 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()
1646 static int cx8802_dvb_advise_acquire(struct cx8802_driver *drv) in cx8802_dvb_advise_acquire()
1711 static int cx8802_dvb_advise_release(struct cx8802_driver *drv) in cx8802_dvb_advise_release()
1731 static int cx8802_dvb_probe(struct cx8802_driver *drv) in cx8802_dvb_probe()
1805 static int cx8802_dvb_remove(struct cx8802_driver *drv) in cx8802_dvb_remove()
1821 static struct cx8802_driver cx8802_dvb_driver = {