Home
last modified time | relevance | path

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

/linux-4.1.27/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.c512 struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board_type btype) in cx8802_get_driver()
514 struct cx8802_driver *d; in cx8802_get_driver()
524 static int cx8802_request_acquire(struct cx8802_driver *drv) in cx8802_request_acquire()
563 static int cx8802_request_release(struct cx8802_driver *drv) in cx8802_request_release()
583 static int cx8802_check_driver(struct cx8802_driver *drv) in cx8802_check_driver()
605 int cx8802_register_driver(struct cx8802_driver *drv) in cx8802_register_driver()
608 struct cx8802_driver *driver; in cx8802_register_driver()
664 int cx8802_unregister_driver(struct cx8802_driver *drv) in cx8802_unregister_driver()
667 struct cx8802_driver *d, *dtmp; in cx8802_unregister_driver()
778 struct cx8802_driver *drv, *tmp; in cx8802_remove()
Dcx88-blackbird.c685 struct cx8802_driver *drv; in start_streaming()
734 struct cx8802_driver *drv = NULL; in stop_streaming()
1058 static int cx8802_blackbird_advise_acquire(struct cx8802_driver *drv) in cx8802_blackbird_advise_acquire()
1088 static int cx8802_blackbird_advise_release(struct cx8802_driver *drv) in cx8802_blackbird_advise_release()
1130 static int cx8802_blackbird_probe(struct cx8802_driver *drv) in cx8802_blackbird_probe()
1196 static int cx8802_blackbird_remove(struct cx8802_driver *drv) in cx8802_blackbird_remove()
1208 static struct cx8802_driver cx8802_blackbird_driver = {
Dcx88-dvb.c173 struct cx8802_driver *drv = NULL; in cx88_dvb_bus_ctrl()
1656 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()
1739 static int cx8802_dvb_probe(struct cx8802_driver *drv) in cx8802_dvb_probe()
1813 static int cx8802_dvb_remove(struct cx8802_driver *drv) in cx8802_dvb_remove()
1829 static struct cx8802_driver cx8802_dvb_driver = {