Searched refs:cx8802_driver (Results 1 – 4 of 4) sorted by relevance
516 struct cx8802_driver { struct533 int (*probe)(struct cx8802_driver *drv); argument534 int (*remove)(struct cx8802_driver *drv); argument537 int (*advise_acquire)(struct cx8802_driver *drv); argument538 int (*advise_release)(struct cx8802_driver *drv); argument541 int (*request_acquire)(struct cx8802_driver *drv); argument542 int (*request_release)(struct cx8802_driver *drv); argument699 int cx8802_register_driver(struct cx8802_driver *drv);700 int cx8802_unregister_driver(struct cx8802_driver *drv);703 struct cx8802_driver *cx8802_get_driver(struct cx8802_dev *dev,
507 struct cx8802_driver *cx8802_get_driver(struct cx8802_dev *dev, in cx8802_get_driver()510 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()581 static int cx8802_check_driver(struct cx8802_driver *drv) in cx8802_check_driver()603 int cx8802_register_driver(struct cx8802_driver *drv) in cx8802_register_driver()606 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()768 struct cx8802_driver *drv, *tmp; in cx8802_remove()
714 struct cx8802_driver *drv; in start_streaming()764 struct cx8802_driver *drv = NULL; in stop_streaming()1087 static int cx8802_blackbird_advise_acquire(struct cx8802_driver *drv) in cx8802_blackbird_advise_acquire()1119 static int cx8802_blackbird_advise_release(struct cx8802_driver *drv) in cx8802_blackbird_advise_release()1160 static int cx8802_blackbird_probe(struct cx8802_driver *drv) in cx8802_blackbird_probe()1226 static int cx8802_blackbird_remove(struct cx8802_driver *drv) in cx8802_blackbird_remove()1238 static struct cx8802_driver cx8802_blackbird_driver = {
174 struct cx8802_driver *drv = NULL; in cx88_dvb_bus_ctrl()1655 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()1740 static int cx8802_dvb_probe(struct cx8802_driver *drv) in cx8802_dvb_probe()1814 static int cx8802_dvb_remove(struct cx8802_driver *drv) in cx8802_dvb_remove()1830 static struct cx8802_driver cx8802_dvb_driver = {