Home
last modified time | relevance | path

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

/linux-4.4.14/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
704 int cx8802_register_driver(struct cx8802_driver *drv);
705 int cx8802_unregister_driver(struct cx8802_driver *drv);
708 struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board_type btype);
Dcx88-mpeg.c509 struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board_type btype) in cx8802_get_driver()
511 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()
580 static int cx8802_check_driver(struct cx8802_driver *drv) in cx8802_check_driver()
602 int cx8802_register_driver(struct cx8802_driver *drv) in cx8802_register_driver()
605 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()
775 struct cx8802_driver *drv, *tmp; in cx8802_remove()
Dcx88-blackbird.c688 struct cx8802_driver *drv; in start_streaming()
737 struct cx8802_driver *drv = NULL; in stop_streaming()
1061 static int cx8802_blackbird_advise_acquire(struct cx8802_driver *drv) in cx8802_blackbird_advise_acquire()
1091 static int cx8802_blackbird_advise_release(struct cx8802_driver *drv) in cx8802_blackbird_advise_release()
1133 static int cx8802_blackbird_probe(struct cx8802_driver *drv) in cx8802_blackbird_probe()
1199 static int cx8802_blackbird_remove(struct cx8802_driver *drv) in cx8802_blackbird_remove()
1211 static struct cx8802_driver cx8802_blackbird_driver = {
Dcx88-dvb.c176 struct cx8802_driver *drv = NULL; in cx88_dvb_bus_ctrl()
1659 static int cx8802_dvb_advise_acquire(struct cx8802_driver *drv) in cx8802_dvb_advise_acquire()
1723 static int cx8802_dvb_advise_release(struct cx8802_driver *drv) in cx8802_dvb_advise_release()
1742 static int cx8802_dvb_probe(struct cx8802_driver *drv) in cx8802_dvb_probe()
1816 static int cx8802_dvb_remove(struct cx8802_driver *drv) in cx8802_dvb_remove()
1832 static struct cx8802_driver cx8802_dvb_driver = {