Home
last modified time | relevance | path

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

/drivers/media/pci/cx88/
Dcx88.h523 struct cx8802_driver { struct
540 int (*probe)(struct cx8802_driver *drv); argument
541 int (*remove)(struct cx8802_driver *drv); argument
544 int (*advise_acquire)(struct cx8802_driver *drv); argument
545 int (*advise_release)(struct cx8802_driver *drv); argument
548 int (*request_acquire)(struct cx8802_driver *drv); argument
549 int (*request_release)(struct cx8802_driver *drv); argument
718 int cx8802_register_driver(struct cx8802_driver *drv);
719 int cx8802_unregister_driver(struct cx8802_driver *drv);
722 struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board_type btype);
Dcx88-mpeg.c598 struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board_type btype) in cx8802_get_driver()
600 struct cx8802_driver *d; in cx8802_get_driver()
610 static int cx8802_request_acquire(struct cx8802_driver *drv) in cx8802_request_acquire()
649 static int cx8802_request_release(struct cx8802_driver *drv) in cx8802_request_release()
669 static int cx8802_check_driver(struct cx8802_driver *drv) in cx8802_check_driver()
691 int cx8802_register_driver(struct cx8802_driver *drv) in cx8802_register_driver()
694 struct cx8802_driver *driver; in cx8802_register_driver()
750 int cx8802_unregister_driver(struct cx8802_driver *drv) in cx8802_unregister_driver()
753 struct cx8802_driver *d, *dtmp; in cx8802_unregister_driver()
857 struct cx8802_driver *drv, *tmp; in cx8802_remove()
Dcx88-blackbird.c959 struct cx8802_driver *drv = NULL; in mpeg_open()
1020 struct cx8802_driver *drv = NULL; in mpeg_release()
1132 static int cx8802_blackbird_advise_acquire(struct cx8802_driver *drv) in cx8802_blackbird_advise_acquire()
1162 static int cx8802_blackbird_advise_release(struct cx8802_driver *drv) in cx8802_blackbird_advise_release()
1209 static int cx8802_blackbird_probe(struct cx8802_driver *drv) in cx8802_blackbird_probe()
1263 static int cx8802_blackbird_remove(struct cx8802_driver *drv) in cx8802_blackbird_remove()
1275 static struct cx8802_driver cx8802_blackbird_driver = {
Dcx88-dvb.c129 struct cx8802_driver *drv = NULL; in cx88_dvb_bus_ctrl()
1612 static int cx8802_dvb_advise_acquire(struct cx8802_driver *drv) in cx8802_dvb_advise_acquire()
1676 static int cx8802_dvb_advise_release(struct cx8802_driver *drv) in cx8802_dvb_advise_release()
1695 static int cx8802_dvb_probe(struct cx8802_driver *drv) in cx8802_dvb_probe()
1757 static int cx8802_dvb_remove(struct cx8802_driver *drv) in cx8802_dvb_remove()
1773 static struct cx8802_driver cx8802_dvb_driver = {