Searched refs:cx8802_driver (Results 1 – 4 of 4) sorted by relevance
523 struct cx8802_driver { struct540 int (*probe)(struct cx8802_driver *drv); argument541 int (*remove)(struct cx8802_driver *drv); argument544 int (*advise_acquire)(struct cx8802_driver *drv); argument545 int (*advise_release)(struct cx8802_driver *drv); argument548 int (*request_acquire)(struct cx8802_driver *drv); argument549 int (*request_release)(struct cx8802_driver *drv); argument718 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);
598 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()
959 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 = {
129 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 = {