Home
last modified time | relevance | path

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

/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.c501 struct cx8802_driver *cx8802_get_driver(struct cx8802_dev *dev, in cx8802_get_driver()
504 struct cx8802_driver *d; in cx8802_get_driver()
515 static int cx8802_request_acquire(struct cx8802_driver *drv) in cx8802_request_acquire()
553 static int cx8802_request_release(struct cx8802_driver *drv) in cx8802_request_release()
574 static int cx8802_check_driver(struct cx8802_driver *drv) in cx8802_check_driver()
596 int cx8802_register_driver(struct cx8802_driver *drv) in cx8802_register_driver()
599 struct cx8802_driver *driver; in cx8802_register_driver()
654 int cx8802_unregister_driver(struct cx8802_driver *drv) in cx8802_unregister_driver()
657 struct cx8802_driver *d, *dtmp; in cx8802_unregister_driver()
761 struct cx8802_driver *drv, *tmp; in cx8802_remove()
Dcx88-blackbird.c706 struct cx8802_driver *drv; in start_streaming()
756 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.c166 struct cx8802_driver *drv = NULL; in cx88_dvb_bus_ctrl()
1648 static int cx8802_dvb_advise_acquire(struct cx8802_driver *drv) in cx8802_dvb_advise_acquire()
1713 static int cx8802_dvb_advise_release(struct cx8802_driver *drv) in cx8802_dvb_advise_release()
1733 static int cx8802_dvb_probe(struct cx8802_driver *drv) in cx8802_dvb_probe()
1807 static int cx8802_dvb_remove(struct cx8802_driver *drv) in cx8802_dvb_remove()
1823 static struct cx8802_driver cx8802_dvb_driver = {