Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx88/
Dcx88.h516 struct cx8802_driver { struct
533 int (*probe)(struct cx8802_driver *drv); argument
534 int (*remove)(struct cx8802_driver *drv); argument
537 int (*advise_acquire)(struct cx8802_driver *drv); argument
538 int (*advise_release)(struct cx8802_driver *drv); argument
541 int (*request_acquire)(struct cx8802_driver *drv); argument
542 int (*request_release)(struct cx8802_driver *drv); argument
699 int cx8802_register_driver(struct cx8802_driver *drv);
700 int cx8802_unregister_driver(struct cx8802_driver *drv);
703 struct cx8802_driver *cx8802_get_driver(struct cx8802_dev *dev,
Dcx88-mpeg.c507 struct cx8802_driver *cx8802_get_driver(struct cx8802_dev *dev, in cx8802_get_driver()
510 struct cx8802_driver *d; in cx8802_get_driver()
521 static int cx8802_request_acquire(struct cx8802_driver *drv) in cx8802_request_acquire()
560 static int cx8802_request_release(struct cx8802_driver *drv) in cx8802_request_release()
581 static int cx8802_check_driver(struct cx8802_driver *drv) in cx8802_check_driver()
603 int cx8802_register_driver(struct cx8802_driver *drv) in cx8802_register_driver()
606 struct cx8802_driver *driver; in cx8802_register_driver()
661 int cx8802_unregister_driver(struct cx8802_driver *drv) in cx8802_unregister_driver()
664 struct cx8802_driver *d, *dtmp; in cx8802_unregister_driver()
768 struct cx8802_driver *drv, *tmp; in cx8802_remove()
Dcx88-blackbird.c714 struct cx8802_driver *drv; in start_streaming()
764 struct cx8802_driver *drv = NULL; in stop_streaming()
1087 static int cx8802_blackbird_advise_acquire(struct cx8802_driver *drv) in cx8802_blackbird_advise_acquire()
1119 static int cx8802_blackbird_advise_release(struct cx8802_driver *drv) in cx8802_blackbird_advise_release()
1160 static int cx8802_blackbird_probe(struct cx8802_driver *drv) in cx8802_blackbird_probe()
1226 static int cx8802_blackbird_remove(struct cx8802_driver *drv) in cx8802_blackbird_remove()
1238 static struct cx8802_driver cx8802_blackbird_driver = {
Dcx88-dvb.c174 struct cx8802_driver *drv = NULL; in cx88_dvb_bus_ctrl()
1655 static int cx8802_dvb_advise_acquire(struct cx8802_driver *drv) in cx8802_dvb_advise_acquire()
1720 static int cx8802_dvb_advise_release(struct cx8802_driver *drv) in cx8802_dvb_advise_release()
1740 static int cx8802_dvb_probe(struct cx8802_driver *drv) in cx8802_dvb_probe()
1814 static int cx8802_dvb_remove(struct cx8802_driver *drv) in cx8802_dvb_remove()
1830 static struct cx8802_driver cx8802_dvb_driver = {